HighTechTalks DotNet Forums  

Some asp.net solution question

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Some asp.net solution question in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
gouqizi.lvcha@gmail.com
 
Posts: n/a

Default Some asp.net solution question - 12-18-2007 , 06:59 PM






Hi all,

I have some newbie questions regarding ASP.Net 2.0 web sites under
VS2005.

1. Whenever I create a ASP.net web site application, the default
solution file is in the Documents and Settings\%USER%\My Documents
\Visual Studio 2005\Projects directory, can I change the default
setting somewhere?

2. If I move the solution file to another place , I have to manually
edit the solution file, is there any way to automatically change the
solution file?

3. The first line in the solution file containing the following,

Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...
\SampleWebSite\", "..\..\..\..\..\..\SampleWebSite", "{F2151C34-
D5D0-46D2-986C-E1AE52EA97E3}"

What does "C:\...\SampleWebSite\" mean? Why there is three dots?

4. Where can I get the documentation about the solution file under VS
2005?

Thanks,

Rick

Reply With Quote
  #2  
Old   
bruce barker
 
Posts: n/a

Default RE: Some asp.net solution question - 12-18-2007 , 07:56 PM






as might be expected, under tools->options->projects & solutions->general you
can set the default directories.

solution & project file formats are not offically documented, but pretty
easy to figure out.

-- bruce (sqlwork.com)


"gouqizi.lvcha (AT) gmail (DOT) com" wrote:

Quote:
Hi all,

I have some newbie questions regarding ASP.Net 2.0 web sites under
VS2005.

1. Whenever I create a ASP.net web site application, the default
solution file is in the Documents and Settings\%USER%\My Documents
\Visual Studio 2005\Projects directory, can I change the default
setting somewhere?

2. If I move the solution file to another place , I have to manually
edit the solution file, is there any way to automatically change the
solution file?

3. The first line in the solution file containing the following,

Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...
\SampleWebSite\", "..\..\..\..\..\..\SampleWebSite", "{F2151C34-
D5D0-46D2-986C-E1AE52EA97E3}"

What does "C:\...\SampleWebSite\" mean? Why there is three dots?

4. Where can I get the documentation about the solution file under VS
2005?

Thanks,

Rick


Reply With Quote
  #3  
Old   
Michael Nemtsev [MVP]
 
Posts: n/a

Default Re: Some asp.net solution question - 12-19-2007 , 06:00 AM



Hello gouqizi.lvcha (AT) gmail (DOT) com,

http://www.ondotnet.com/pub/a/dotnet...ex.html?page=4

and google to find more

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Quote:
4. Where can I get the documentation about the solution file under VS
2005?




Reply With Quote
  #4  
Old   
Peter Bromberg [C# MVP]
 
Posts: n/a

Default RE: Some asp.net solution question - 12-19-2007 , 03:40 PM



<snip>
The first line in the solution file containing the following,

Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...
\SampleWebSite\", "..\..\..\..\..\..\SampleWebSite", "{F2151C34-
D5D0-46D2-986C-E1AE52EA97E3}"

What does "C:\...\SampleWebSite\" mean? Why there is three dots?

</snip>

The \...\dots each mean "go up one folder level from whereever you are now".
They are called relative path directives. Solution files rarely need to be
modified because of this. Generally what I do is save the Solution file into
the same folder as the actual web project in order to be able to zip it all
up and have everything in one place.

-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.