Welcome to my IIS troubleshooting page .
MENU Troubleshooting IIS while working in Visual Studio .Net 2003





Error 1:Visual Studio.Net has detected that the specified web server is not runnning ASP.Net Version 1.1 . You will be unable to run ASP.Net web Application or Services.


Solution:Type aspnet_regiis /i at the Visual Studio.Net Comand Prompt . To go to Visual Studio .Net Command Prompt ,Go to Start Menu > Programs > Microsoft Visual Studio .NET 2003 >Visual Studio .NET Tools> Visual Studio .NET 2003 Command Prompt

Error 2:Error while trying to run project : Unable to start debugging on the web server.The project is not configured to be debugged.

Solution: Open II Services from Administrative Tools in Control Panel. In the Left Panel expand local computer >websites>default Website . Right Click Select Properties. Their on default Website Properties Choose Home Directory Tab & in the Applications Settings Click Create[This will set your Virtual Directory Where your ASP.Net Projects are stored.]

Error 3: Error while trying to run the project : Unable to start debugging on the web server. Debugging failed because integrated windows authentication is not enabled.



Solution:Start menu -> control panel -> administrative tools -> Internet Information Services (IIS) Manager -> [Computer Name] -> Websites -> Default Web Site -> [Virtual Directory] -> right click, select properties -> Directory Security -> Edit (Authentication and access control) -> Tick Integrated Windows Authentication under Authenticated access
Visited : 1055