Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2007

Tip: Looking for answers? Try searching our database.

Some asp.net solution question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
gouqizi.lvcha@gmail.com - 18 Dec 2007 23:59 GMT
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
bruce barker - 19 Dec 2007 00:56 GMT
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)

> Hi all,
>
[quoted text clipped - 24 lines]
>
> Rick
Michael Nemtsev [MVP] - 19 Dec 2007 11:00 GMT
Hello gouqizi.lvcha@gmail.com,

http://www.ondotnet.com/pub/a/dotnet/excerpt/vshacks_chap1/index.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

> 4. Where can I get the documentation about the solution file under VS
> 2005?
Peter Bromberg [C# MVP] - 19 Dec 2007 20:40 GMT
<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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.