If you are trying to develop web applications in Visual Studio 2005 but some errors like “unable to start debugging on web server”, “the project is not configured to be debugged” or “Integrated Windows Authentication” are irritating you then you can cool down your frustration by trying the following solutions whichever is suitable for your system:
Notice that the recommended path is (C | OS Partition):\inetpub\wwwroot\ which can be used to configure the virtual directory of web project in the IIS at the right place. This virtual directory allows you to access your web site on localhost e.g. http://localhost/ project_name
See Also:
Visual Studio 2005 and IIS 7 configuration problems - Windows Vista
Creating IIS Virtual Directories
Integrated Windows Authentication for Visual Studio 2005 in IIS
Be the first to rate this post
Tags: visual studio 2005, iis, iis settings, windows vista, asp.net
10/14/2008 1:06:38 PM