Run .NET code and then it refers to another folder

g000we

Newcomer
Joined
Oct 13, 2008
Messages
2
:mad:
I have some .NET code in one folder e.g. c:\wwwroot\..\mycode\.
Then I have the same code in another directory (copied across to) e.g. c:\wwwroot\..\testcode\.
Why is it that when I run the 'testcode' my internet explorer address bar says 'http://localhost:2319/mycode/' (and not 'http://localhost:2319/testcode/')

I know in Tools > Options > Projects and Solutions (General) it says it's linked to my folder in the mydocuments\visual studio 2005\..\projects\. Why?

How do I make it so that it only runs the local code files?
Can this be dynamic?

If answered: Is this worthy for the sticky?

Any clues would be much appreciated.

Kind Regards,

g000we
 
Last edited:
Back
Top