|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
unable to open projectdoesnt 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? -- JP ..NET Software Developer 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 Show quote "JP" wrote: > 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? > -- > JP > .NET Software Developer |
|||||||||||||||||||||||