我是一个更新鲜的人,vs 2010并开发了一个网络项目.当我直接托管项目时,它的工作正常.当我试图发布它不工作并给出错误403
Error 1 Web deployment task failed.
(The metabase path 'http://localhost/webapp/login.aspx' is not supported.
Paths must be of the format '/lm/w3svc/<siteid>/ROOT/...'.)
The metabase path 'http://localhost/webapp/login.aspx' is not supported.
Paths must be of the format '/lm/w3svc/<siteid>/ROOT/...'.
The metabase key '/lm/w3svc/1964704031' could not be found.
The system cannot find the path specified. (Exception from HRESULT: 0x80070003) 0 0 WebApplication1
Run Code Online (Sandbox Code Playgroud)
我提到了很多网站并且没有得到任何解决方案来解决这个问题请任何人帮我解决这个问题.我的OS是Windows Server 2003 iis 6.
我给出了 Publish方法:WebDeploy服务网址:http:// localhost/webapp网站/应用程序:http://localhost/webapp/login.aspx 请帮帮我.谢谢.
asp.net ×1