Friday, June 27, 2008

VS2005/2008 ASP.NET Problem on IE

Today found my VS2005 problem with ASP.NET. I can't run debug mode in IE. The IE said Page Error or not found kind of message. In the beginning I tot is my VS2005 problem. I do a reinstall and also reinstall ajax but still the same. After long hours of finding, there is two things that causes the problem.

1. Window hosts file
- Go \System32\drivers\etc
- edit hosts file and remark "::1 localhost" using #. Then, Save it.

2. NOD32 Antivirus - Web Protection
- Go advance mode, look for HTTP -> Active mode.
- Uncheck Visual Studio or Visual Web Developer program

3. IE Advance Setting.
- Uncheck "Disable Debugging...."

http://www.wahooga.com/archive/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem.aspx?CommentPosted=true#commentmessage
http://www.wahooga.com/archive/2008/02/20/visual-studio-development-web-server-automatic-port-numbering-problem.aspx
http://www.superwasp.net/weblog/2008/03/fix-localhost-unavailable-with-eset.htm


This will solved your problem.