You are currently viewing the Forum and Wrox.com Feedback section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hello, I use the file system option to create test web sites and place the solution in a application folder on my c derive, however < VS also creats a solutibn folder in VS folders as well. how do I stio this and have VS place the solution file in the designated foler? thnaks
The Following User Says Thank You to ahmadx For This Useful Post:
When you create a web site using VS using the File System, you can designate the location of where the site is located (i.e. c:\InetPub\wwwroot\<websiteDirName>). Once the files exist in the location you want or if they already existed there and you just opened it up using VS from that location when you go to close the web site it will ask you if you want to save the "sln". it will give you a location by default but you need to change that location to where you have the other web site files. You may have to do this each time you modify the web site but it will keep the "sln " files with the other web files.
Good Luck
The Following User Says Thank You to [email protected] For This Useful Post: