Deployment of .net Web-service on IIS7 error 403.14?

拟墨画扇 提交于 2019-12-11 01:08:27

问题


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


回答1:


I got it, It start working as soon as I put default page.




回答2:


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.



来源:https://stackoverflow.com/questions/8118456/deployment-of-net-web-service-on-iis7-error-403-14

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!