Help: Copy Project Error

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

When I try to copy a project to our new web server I get this error:

An Error occurred while copying the project '.....'. Visual Studio .NET has
detected that the specified Web server is not running ASP.NET version 1.1.
You will be unable to run ASP.NET Web applications or services.

I went to run 'aspnet_regiis -i' on the server but 'aspnet_regiis' isn't on
the server anywhere and furthermore I have no VS.NET 2003 command prompt.
The server is a W2K SP4 server running ISM, etc...

Any ideas?

Thanks.
 
Never mind. I found it in the framework dir.

But I am now getting another error:
Unable to create web project 'xxxx'. The web server does not appear to have
any authentication methods enabled. It asked for user authentication, but
did not send a www-authenticate header.

Any ideas? Thanks.
 
Any ideas on this error?

VB Programmer said:
Never mind. I found it in the framework dir.

But I am now getting another error:
Unable to create web project 'xxxx'. The web server does not appear to have
any authentication methods enabled. It asked for user authentication, but
did not send a www-authenticate header.

Any ideas? Thanks.
 
Back
Top