Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB 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
 
Old October 2nd, 2014, 06:47 PM
Authorized User
 
Join Date: Nov 2013
Posts: 84
Thanks: 29
Thanked 2 Times in 2 Posts
Default Ch 2 - starting a new web site project

Hi Imar,

I'm having an odd Visual Studio behavior. When I add a new web site project I'm getting 2 folders instead of 1 folder. The second folder is the same name with "(2)" after the folder name. Something like this:

Code:
  OS (C:)
    projects
      WebSite1
      WebSite1 (2)
The second folder has the .sln in it, but the site itself is in the first folder.

Have you come across this before?

Best Regards,
Alan
 
Old October 6th, 2014, 03:15 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Did you set the Projects folder to be your default Save location for projects in Visual Studio?

When you create a web site, Visual Studio saves the .sln (Solution File) in your default Projects folder. In your case, the two seem to be saved in the same parent folder.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
AlanWheeler (October 6th, 2014)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 2 - Web Site Project Keeps Trying to Save .sln File elbkhm BOOK: Beginning ASP.NET 4.5.1 : in C# and VB 3 July 11th, 2014 11:06 AM
Your opinion on web site vs web application project? hoss BOOK: Beginning ASP.NET 4 : in C# and VB 1 September 30th, 2010 03:07 AM
Project vs. Web Site and App_Code JLGuyant BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 September 17th, 2010 04:47 AM
CH.14 - Web Services Example Site Down Dexor BOOK: Beginning iPad Application Development 1 July 5th, 2010 10:11 PM
Ch 18 Deploying Your Web Site jtruffa BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 3 August 24th, 2009 07:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.