I am trying to Deploy app on IIS 7 and follow the article http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx but its giving error... I tried to find some solution on google but no success.
please help
I am trying to Deploy app on IIS 7 and follow the article http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx but its giving error... I tried to find some solution on google but no success.
please help
Ran into the same thing today. Expanding on the previous answer.
This error has nothing to do with whether you have directory browsing turned on or not. That's just a suggestion. The reason it throws the error is because IIS can't browse to any file. Find a default page in your site that you use for your default page, and use that as your default page in IIS.
Control Panel > IIS Manager > click site > click "Default Document" > add that page as your default.
I got it, It start working as soon as I put default page.