As you know, if you create a web-application in VS.Net the .sln file gets saved as - "My Documents/Visual Studio Projects/projectName/projectName.sln"
Any body knows how to change this default location ?
Printable View
As you know, if you create a web-application in VS.Net the .sln file gets saved as - "My Documents/Visual Studio Projects/projectName/projectName.sln"
Any body knows how to change this default location ?
From the 'Tools' menu -> 'Options' then on the 'Environment' tab/folder -> 'Projects and Solutions'. There is a 'projects location' property that sets the default location.
http://www.vbforums.com/attachment.p...postid=1264269
But any idea why this queer concept? I mean why there has to be a global directory where the .sln files of all projects have to be kept? becos if I want to copy all the files of a project, I have to go to diffrenet folders to do so. Or the other way is, I change this option for every project.
Pardon, maybe I didn't understand the question correctly?
What I gave was how to set the part ""My Documents/Visual Studio Projects/" of "My Documents/Visual Studio Projects/projectName/projectName.sln".
You can move the solution files if you want after wards.