all groups > visual studio .net general > april 2004 >
You're in the

visual studio .net general

group:

Unable to open web project '/'


Unable to open web project '/' Brian Bradley
4/13/2004 7:31:44 PM
visual studio .net general: I am using Windows 2000 server and Visual Studio .Net 2003.

I was having a problem copying a project from my development server to my
Intranet server. Specifically, I was getting an error message stating that
the project DLL could not be added to the project - Server Error.

To resolve this problem, I tried removing and reinstalling FrontPage server
extenstions.

Now, when I try to copy my project, I get the message - Unable to open web
project '/' - Server error

Anyone have any ideas what might have happened and how to fix?

Where is it looking for the project name which it shows as '/' ?

Thanks!

RE: Unable to open web project '/' v-schang NO[at]SPAM online.microsoft.com
4/14/2004 10:44:40 AM
Hi Brian,

From your description, currently you encountered the following error:
============
- Unable to open web project '/' - Server error
============
when use VS.NET's copyproject command to copy a web project from you
development machine to a server machine, yes?

Since you mentioned that you are using Windows 2000 server and Visual
Studio .Net 2003. Then what about the server's OS version and the IIS's
version? Generally speaking, this issue is likely caused by security issue,
maybe permission problem. Would you please have a try on the following
items:
1. Try copy the project to another position on the local machine(the
develop machine) to see whether this problem also occurs.

2. For general test, you can try the below steps:
1) In the security for the folder where the application sits we went to the
advanced tab and checked the following box:

"Replace permission on all child objects with entries shown here that apply
to all child objects"

2) This caused the aspnet permissions to propogate to all the files.

3) since you want to copy project to a remote machine, please try set the
remote site's IIS directory security to use Basic Authentication

#Note, it's better to use a powerful account(domain account to logon when
copying project) which has enought permissions on both machine.

If the above things not work or if you have any new findings, please feel
free to post here. Thanks.


Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx




RE: Unable to open web project '/' v-schang NO[at]SPAM online.microsoft.com
4/16/2004 9:49:07 AM
Hi Brian,

Have you had a chance to check out the suggestions in my last reply or have
you got any further progress on this issue? If there're anything else we
can help, please feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Re: Unable to open web project '/' grebennik NO[at]SPAM hotmail.com
4/21/2004 12:52:48 PM
Hi Steve,

I have the similar problem.
Server1: Win2000, IIS 5.0, FP Ext 4.0.2.6513
Server2: Win2000, IIS 5.0, FP Ext 4.0.2.7802

Deployment Box: VS.2002, .NET 1.1
User is in Administrators Group in all three machines. And has all
permissions for local directory.

I able to publish on Server1, although it doesn't have basic
authentication.
And I not able to copy project on Server2, although has the same
settings as on Server1.



Thanks,
Greg Grebennik

[quoted text, click to view]
Re: Unable to open web project '/' Tony
4/22/2004 12:52:24 AM
I thought you couldn't use .net 1.1 with vs 2002?

[quoted text, click to view]

AddThis Social Bookmark Button