Re: Change Website from File to Http
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 16 Jan 2007 05:51:58 GMT
Hello Gary,
I think Bruce means the "Solution" which contains your ASP.NET 2.0 Web site
project. For ASP.NET 2.0 website project, VS2005 by default hide the
"Solution" node in solution explorer(for ASP.NET web application). You can
show the solution node as below:
1. choose tools--->options menue
2. In the options dialog, select "projects and solutions" node in left
view, and check the "always show solution" option in the right panel.
For change an existing file based web project to http/IIS hosted one, you
can refer to my previous reply, I pasted the steps here also:
=====================
1. In your server's IIS, create a new virtual directory and link it to your
original file web project's main directory(you can also use the "webshare"
tab in file explorer to link your web project folder into IIS). Make sure
the virtual directory is created as "application virtual directory" which
contains an application name.
2. After the virtual directory(link to your file project folder) has been
created, check the ASP.NET specific settings to make sure they suit ASP.NET
2.0 application. For example, the ASP.NET version number, the application
pool(make sure you use a separate application pool from other ASP.NET 1.x
web application).
3. After the IIS application virtual directory has been configured, you can
launch VS 2005 and open the web project from IIS as below:
** file --> open website...
** in dialog's left view, select "Local IIS" panel, in the right view,
select the application virtual directory you created above and open it.
=======================
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Change Website from File to Http
- From: GaryDean
- Re: Change Website from File to Http
- From: bruce barker
- Re: Change Website from File to Http
- From: GaryDean
- Change Website from File to Http
- Prev by Date: Re: Page/Controls Inheritance in ASP.NET 2.0
- Next by Date: RE: looping through link rel tags in header
- Previous by thread: Re: Change Website from File to Http
- Next by thread: RE: Change Website from File to Http
- Index(es):
Relevant Pages
|