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