I am a Software Developer creating ASP.NET web applications. I uses the ASP.NET Development Server which comes with Visual Studio 2008 to preview my website.
After I installed NIS 2009, when I preview my aspx pages with ASP.NET Development Server, occasionally the browser will failed to fully receive the response (html) from my aspx pages and my aspx page renders partially in the browser.I have to hit the browser’s Refresh button until the browser can fully receive the response and fully render my aspx page.Sometimes requesting the same page has no problem at all. This problem happens in IE, Firefox and Chrome.
I am very sure that NIS 2009 is causing this problem, because when I uninstall it, this problem will go away. When I install NIS again, this problem comes back.
Info:
I am using Visual Studio 2008 SP1 and WebDev.WebServer.EXE version is 9.0.30729.1
Sample of my preview URL: http://localhost:3661/FeFmesWeb/Investment/Client.aspx
Note:
It seems that only WebDev.WebServer.EXE have problem. When I preview my website using IIS, this problem does not happen.