Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot Copy Project!!

Status
Not open for further replies.

net123

Programmer
Oct 18, 2002
167
US
I am using VS.NET and when I'm ready to deploy my projects from my localhost to the web server, I get the following error using Copy Project:

Unable to create Web project 'MyProject'. Server error: Error 2 opening registry key "SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Ports\Port 80".
[/red]

I have tried using two types of destination folders:
1. the actual URL: 2. and the virtual address: \\xxxx....

And I still get the same error.

Or do you guys recommend a different route of copying files?

Also, what if on my localhost, I create projects named MyProject for example, is it really difficult to rename this project to let's say ApplicationThis? How route should I take?
 
Don't use copy project. Been there, found that out. Use Explorer to copy your project to the eb server. Don't forget to mark the web server's folder as an application before running it.
 
bigfoot:

Excuse my ignorance, but are you suggesting pressing (Window Key) + (E Key) and then CTRL Cing the folder on my and then CTRL Ving the stuff into the pertinent folder within my web server?

If not, please explain.

When I did the above procedure, I got that infamous 'Runtime Error' in my application. Why does that occur?

PS. You wouldn't be related to the (in)famous bigfoot from the dumps would you?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top