g000we Posted October 13, 2008 Posted October 13, 2008 (edited) :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 Edited October 13, 2008 by g000we Quote
g000we Posted October 13, 2008 Author Posted October 13, 2008 Solved it. Is generaing the code in the 'precompiled' folder. Makes sense. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.