![]() |
|
|
|
#1 |
|
While i create a new project in .Net 2003 if i want to make a web application
then what location should i store it in? in wwroot folder?i tried to do that but its not working.plz help me......how do i start making a web application? =?Utf-8?B?U21pbGU=?= |
|
|
|
|
#2 |
|
Posts: n/a
|
Hi,
By default, all the ASP.NET projects are created in the C:\Inetpub\wwwroot directory. The solution file (.sln) is created the C:\Documents and Settings\<UserName>\My Documents\Visual Studio Projects directory. So, you can create a project at http://localhost/MySolutionName HTH, Regards, Cerebrus. Cerebrus |
|
|
|
#3 |
|
Posts: n/a
|
Note: Followup set to microsoft.vstudio.general
In news:7D02A4E3-3BAE-43C2-B21D-, Smile <> wrote: > While i create a new project in .Net 2003 if i want to make a web > application then what location should i store it in? in wwroot > folder?i tried to do that but its not working.plz help me......how do > i start making a web application? IIS Web service should be running on your computer when you create the project. From VS.Net select file->new->project, choose your laguage, then choose ASP.NET Web Application. It will ask for a folder for project files (I like to use My Documents\Visual Studio Projects\...) and when it creates the project it will automatically create a virtual directory in IIS with all the correct settings. If you called your project "Foo," once you have it running you can start IE and enter http://localhost/Foo/ to run it. HTH, -- Jim "Remember, an amateur built the Ark; professionals built the Titanic." Jim Nugent |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| viewstate MAC failed in asp.net 2.0 while postback the page | azraffarveen | Software | 0 | 05-12-2009 03:24 PM |
| .NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti | london1919 | MCTS | 1 | 12-08-2008 03:16 PM |
| ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) | msandlana | Software | 0 | 04-25-2008 06:37 AM |
| ASP.NET deadlock | viktoria | Software | 0 | 07-05-2007 02:53 AM |
| ASP.NET 2.0 application does not run in WIN2k3 | johnfraj | Software | 0 | 04-19-2007 08:27 AM |