|
 |
ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

March 27th, 2010, 08:40 AM
|
Friend of Wrox
|
|
Join Date: Mar 2010
Posts: 99
Thanks: 21
Thanked 6 Times in 4 Posts
|
|
Question about Web Developement Projects
Hello,
Well i was wondering.. when you select a web developement project.. it actually ask you where you want the website but it doesnt save the project file in the same directory. Is there a way to do it ? or save the project file where we want ? cause it actually save it in the VS2010 projects default directory.
Thanks.
|

March 27th, 2010, 10:10 AM
|
 |
Wrox Author
Points: 72,055, Level: 100 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 17,086
Thanks: 80
Thanked 1,587 Times in 1,563 Posts
|
|
Hi there,
When you say "web developement project", do you mean a "web site project" (as opposed to a Web Application Project)?
If so, the location of the .sln file isn't really relevant. A web site project is just a folder on disk and has no collective project or solution file. The .sln is just there to show up in the Start Page, and becomes more relevant if you have a multi project / web site solution. If you want to move the file, try this:
1. Make sure the Solution is visible. To do this, choose: Tools | Options | Projects and Solutions and check off "Always show solution".
2. Then click the Solution node in the Solution Explorer and choose File | Save YourSolution.sln as...
Hope this helps,
Imar
|

March 27th, 2010, 05:18 PM
|
Friend of Wrox
|
|
Join Date: Mar 2010
Posts: 99
Thanks: 21
Thanked 6 Times in 4 Posts
|
|
ops.. sorry i meant a Web Application project where it actually save a solution file and seem to not lets you save it in a location i want to.
|

March 27th, 2010, 05:23 PM
|
 |
Wrox Author
Points: 72,055, Level: 100 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 17,086
Thanks: 80
Thanked 1,587 Times in 1,563 Posts
|
|
If you create a new WAP, you can change the location of the project, the name of the Solution and whether or not to create a directory for the solution on the File | New Project dialog.
If you want absolute control over the sln before you add projects, choose File | New Project, choose Other Project Types | Visual Studio Solutiions and then choose Blank Solution. This creates an empty sln that you can save wherever you want and then you can add projects to it.
Hope this helps,
Imar
|
The Following User Says Thank You to Imar For This Useful Post:
|
|

March 27th, 2010, 05:48 PM
|
Friend of Wrox
|
|
Join Date: Mar 2010
Posts: 99
Thanks: 21
Thanked 6 Times in 4 Posts
|
|
Alright. Thanks for your help! 
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |