Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a solution containing multiple projects(WAP(MVC 3), Libraries and Services).
After building in VS 2010 Services and Projects are deployed in Local IIS automatically.(MSBuild).

But when I try to Debug the Solution in VS2010
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL https://localhost:443/XYZ/Home/
Physical Path C:\inetpub\wwwroot\XYZ\Home\
Logon Method Anonymous
Logon User Anonymous
Posted
Comments
Andy Lanng 16-Mar-15 6:53am    
The message means that there is no page available to be presented from that location (C:\inetpub\wwwroot\XYZ\Home\) Without a page specified then IIS will look for a default or index page with a viewable extension (.htm, .aspx, etc). If you're using aliasing then you need to lose the last backslash
Subramanyam Shankar 16-Mar-15 8:10am    
Can you check whether the requested resource is present in the location C:\inetpub\wwwroot\XYZ\Home.
scud.corsair 19-Mar-15 2:19am    
Hi Andy and Shankar,

I solved the issue by setting 'runallmanagedmodulesforallrequests="true"'

I don't know exactly why this solved the problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900