精通
英语
和
开源
,
擅长
开发
与
培训
,
胸怀四海
第一信赖
I got a problem here, please help我这里有一个问题,请帮助
after following ur steps I get to click ToDo.csproj and it should open from VS.NET and it happens but
this message shows 我按你的步骤,点击ToDo.csproj项目文件。有个信息显示csproj应该从VS.NET打开,
Unable to open web project ToDo the file path 'C:\Inetpub\wwwroot\ToDo' does not correspond to the URL
无法打开ToDo web项目,文件路径的C:\ Inetpub \ wwwroot \ ToDo '不对应的URL
'http://Localhoset/ToDo'. The two need to map to the same server Location.“http://Localhoset/ToDo”。这两个需要映射到同一个服务器的位置。
HTTP Error 404:Not FoundHTTP错误404:未找到
and I can't open any other project the same message shows...我不能打开任何其他项目相同的消息显示……
please please please please help me.. its getting on my nervs now, I been asking about it from a long time..
请请请请帮我. .它让我现在让我很头疼,我已经研究很长时间了. .
It sounds like IIS doesn't recognize the ToDo folder as being a proper application and that you need to do the following:
这听起来像是IIS不承认ToDo文件夹是一个合适的应用程序,您需要执行以下操作:
This assumes that you created a folder in the wwwroot directory and copied the code in. Otherwise, you should be able to copy the code into any directory and then in IIS Manager, map a virtual directory to the directory where you copied the code.这假设wwwroot目录中创建一个文件夹和复制的代码。否则,您应该能够将代码复制到任何目录,然后在IIS管理器,一个虚拟目录映射到你的目录复制代码
Sounds complicated, I know.我知道听起来会很复杂。
am so greatful for ur reply,我感激你的回复
well I did create a project before as u mentioned and as the article mentioned but still THE SAME ERROR我是创建一个项目之前你提到的,这篇文章提到的但还是同样的错误
I just want u to take this in consieration,,, when ever I want to start a new ASP.NET application in VS.NET我只是想让你把这个在consieration,,,当我想要开始新的ASP。网络应用程序在VS.NET
I tried everything but still no luck..我已经尽力了但是仍然没有进展
The Default Web Access mode for this project is set to file share.but the project folder at "http://localhost/WebApplication1" cannot be opened with the path"c:\inetpub\wwwroot\\WebApplication2" 这个项目的默认网络访问模式设置为文件共享。但在“http://localhost/WebApplication1”不能项目文件夹与路径打开“C:\的Inetpub\ wwwroot的\\ WebApplication2”
the error returned was :返回的错误是:
Unable to create Web Project "WebProject1". the file path "C\inetpub\wwwroot\WebApplication2' does not correspondto the URL 'http://localhost/WebApplication1'. The two need to map the same server location. HTTP Error 404: Not Found 无法创建Web项目“WebProject1”。文件路径“C:\的Inetpub\ wwwroot的\WebApplication2'不对应到URL的“http://本地主机/ WebApplication1'。这两个需要映射同一服务器位置。 HTTP错误404:未找到