P
Peter Hemmingsen
Hi
When building a new asp.net project in VS 2005 (using file/new/Website) the
solution file is always named with the name specified for the project and
located according to the default settings.
I want to have the sln file in the same directory as the rest of the web
site project:
c:\code\MyWebsite\MyWebsite.sln
c:\code\MyWebsite\App_Code
c:\code\MyWebsite\App_Data
c:\code\MyWebsite\Bin
c:\code\MyWebsite\Service.asmx
c:\code\MyWebsite\Web.Config
I've tried moving the sln file after creating the project but it gives all
sorts of problem when trying to debug the project (F5) or using "Publish web
site".
Any suggestions?
Peter
When building a new asp.net project in VS 2005 (using file/new/Website) the
solution file is always named with the name specified for the project and
located according to the default settings.
I want to have the sln file in the same directory as the rest of the web
site project:
c:\code\MyWebsite\MyWebsite.sln
c:\code\MyWebsite\App_Code
c:\code\MyWebsite\App_Data
c:\code\MyWebsite\Bin
c:\code\MyWebsite\Service.asmx
c:\code\MyWebsite\Web.Config
I've tried moving the sln file after creating the project but it gives all
sorts of problem when trying to debug the project (F5) or using "Publish web
site".
Any suggestions?
Peter