Home All Groups Group Topic Archive Search About

How do I install ASP.NET app on IIS 6.0?

Author
15 Dec 2005 7:18 PM
David Thielen
Hi;

For IIS 5.0 to install my ASP.NET app I just copied it to a directory under
wwwroot and then in properties clicked on the Create button.

That doesn't work for IIS 6.0. I copied the files to wwwroot but nothing new
is showing up. What else do I have to do?

--
thanks - dave

Author
15 Dec 2005 7:28 PM
Norman Yuan
In IIS management console, right-click "Default Web Site" -> "New" ->
"Virtual Directory..." (or "Web site...") and point the path to where yor
ASP.NET locates.

Show quoteHide quote
"David Thielen" <thielen@nospam.nospam> wrote in message
news:B9EB024E-5F67-4673-9061-3F7EABBFCF34@microsoft.com...
> Hi;
>
> For IIS 5.0 to install my ASP.NET app I just copied it to a directory
> under
> wwwroot and then in properties clicked on the Create button.
>
> That doesn't work for IIS 6.0. I copied the files to wwwroot but nothing
> new
> is showing up. What else do I have to do?
>
> --
> thanks - dave
Are all your drivers up to date? click for free checkup

Author
16 Dec 2005 5:02 AM
Steven Cheng[MSFT]
Thanks for Norman's inputs.

Hi Dave,

As Norman mentioned, we can explictly create a new virtual directory in IIS
which point to a external physical directory out of the IIS default
website's phyiscal home directory....

Also, as for your scenario, you manually copy the ASP.NET web app's
application folder to the website's root dir's sub directory, you can
refresh the directory tree in IIS manager after done it..  Then, your
directory will displayed as a normal sub virtual directory under the WEB
site node.... 

These basic operations are idenitical to the ones in IIS5 ...

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Bookmark and Share