G
Guest
Uable to open Web Project '/' The file path \\server\projects\projectname
doesnt corrispond to URL 'http://xxxxxxx.domain.com' The two need to map to
the same server. Http Error 404 Not Found
Note that our projects are all on UNC paths and not http paths
1. The project was created using .NET 2003 and framework 1.1
2. The works 15 other projects on the same box
3. We notmallly edit the .webinfo file
<VisualStudioUNCWeb>
<Web URLPath = "http://xxxxxx.domain.com/yyyyy.csproj" />
</VisualStudioUNCWeb>
The IIS is set up with the proper domain and pointed to the proper folders
on the web server. So what else is the problem?
doesnt corrispond to URL 'http://xxxxxxx.domain.com' The two need to map to
the same server. Http Error 404 Not Found
Note that our projects are all on UNC paths and not http paths
1. The project was created using .NET 2003 and framework 1.1
2. The works 15 other projects on the same box
3. We notmallly edit the .webinfo file
<VisualStudioUNCWeb>
<Web URLPath = "http://xxxxxx.domain.com/yyyyy.csproj" />
</VisualStudioUNCWeb>
The IIS is set up with the proper domain and pointed to the proper folders
on the web server. So what else is the problem?