This error can be caused by a variety of reasons. In my case I got it when I published my ASP.NET MVC 2 application to my local IIs instance in IIS 7.5 / Windows 7. As it turns out, I needed to set the application pool account property “Load User profile” to true: That [...]
I read on Stackoverflow that somebody needed the possibility to determine the MSI installer product version used when installing the ASP.NET application. My suggestion is to store the current MSI product version in the web.config file, and later read that from within the web application. Here are the steps to do this. Start Visual Studio [...]
So, you have installed Microsoft Visual Studio 2005/2008, created a Web Project using the ASP.NET Development server, hit F5 and you are greeted with this: Internet Explorer cannot display the webpage. This is NOD32′s fault. Set the NOD32′s control panel to advanced mode. Go to Setup->Antivirus and antispyware… and click on Web Access protection->Configure… Select [...]