|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How do I install ASP.NET app on IIS 6.0?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 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 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.)
Other interesting topics
Anyone tried the design templates from MSDN?
CSS Question Please help me with FxCOP 1.32 and ASP.NET 2.0 Property Feature For Comparing DateTime Auto Mode FTP in .NET 1.1 2005 Differences in a nutshell? Poping up a window AND redirecting the page thtat triggered the po Gripe: usability problems with directory listing in .Net 2 Getting Value out of a data repeater checkbox download location... Virtual images for the team system |
|||||||||||||||||||||||