unable to open project

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?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top