简体   繁体   中英

Error 403.14 when installing WebService on IIS7

I try to install my WebService on IIS7, but I get this error:

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory

on IIS5 I know how to do it, can I get any direction ?

您应该使用正确的URL,例如http://localhost/somepath/someservice.asmx (或.svc)。如果不指定服务部分,则当然会得到403.14。

该链接为您概述了IIS 7.0中的部署。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM