Solution file in VS.NET 2005
-
when we create a wesite in VS.NET 2005 then where the solution(.Sln) file located.through which we can open website(all linked web pages) direct clicking that file.
-
when we create a wesite in VS.NET 2005 then where the solution(.Sln) file located.through which we can open website(all linked web pages) direct clicking that file.
It depends on the sort of project you create. There's not always a sln file, sometimes you just open the website by saying you want to open a website and specifying the root dir.
Christian Graus Driven to the arms of OSX by Vista.
-
It depends on the sort of project you create. There's not always a sln file, sometimes you just open the website by saying you want to open a website and specifying the root dir.
Christian Graus Driven to the arms of OSX by Vista.
I have created a website so plz let me know how i can open it by direct clicking a file without open VS. Thanks.
-
when we create a wesite in VS.NET 2005 then where the solution(.Sln) file located.through which we can open website(all linked web pages) direct clicking that file.
-
.sln for the webstite is created in the folder that we give at the starting of project creation. :)
Cheers!! Brij
Hi Brij, In VS 2005 I have created new asp.net website(suppose ABC) and location i choose as file system. but in ABC no .sln file Thanks.
-
Hi Brij, In VS 2005 I have created new asp.net website(suppose ABC) and location i choose as file system. but in ABC no .sln file Thanks.
kirtiaroraa wrote:
and location i choose as file system.
Yes. and i am sure it is not the default location, that is in your Document Settings. Now, open that default folder ( C:\documents settings \ user name \ Vs 2005 \ projects \ ) you will get a folder name with same of your creared web sites and check there is your sln file. I have created a web sites on "E:\Practice\website3" , there was no .sln files , but its in Default folder. Right Click on Sln file and open it using Notepad and read the content. It will clear your doubts.
Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "E:\Practice\WebSite3\", "E:\Practice\WebSite3\", "{1DABCD89-E96A-4608-AC8C-8435963E54EC}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.VirtualPath = "/WebSite3" Debug.AspNetCompiler.PhysicalPath = "E:\Practice\WebSite3\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite3\" Debug.AspNetCompiler.Updateable = "true" Debug.AspNetCompiler.ForceOverwrite = "true" Debug.AspNetCompiler.FixedNames = "false" Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.VirtualPath = "/WebSite3" Release.AspNetCompiler.PhysicalPath = "E:\Practice\WebSite3\" Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite3\" Release.AspNetCompiler.Updateable = "true" Release.AspNetCompiler.ForceOverwrite = "true" Release.AspNetCompiler.FixedNames = "false" Release.AspNetCompiler.Debug = "False" VWDPort = "4207" DefaultWebSiteLanguage = "Visual C#" EndProjectSection EndProject
cheers, Abhijit
-
when we create a wesite in VS.NET 2005 then where the solution(.Sln) file located.through which we can open website(all linked web pages) direct clicking that file.