unable to open project

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Hello JP

Check the permissions on the base folder where the project is running.
For dev environment, I normally give my user or the Everyone
group everything but full control to access the base folder, e.g.
Read, Write, Modify , etc. Make sure the other folders inherit the
permissions. Hope this helps....

Regards,
Simon
 
Back
Top