Re: Deploying ASP.NET 2.0 Applications in IIS 6.0
- From: "Bragadiru" <adi_lazar@xxxxxxxxxxxxx>
- Date: Fri, 12 Jan 2007 14:44:33 +0200
Hi Steven,
Thaks a lot.
I need to make an installation guide for a WebServiceApp, written in .NET
2.0. => The user must install my asp.net 2.0 app properly, including IIS.
I found how to only for Win 2003 Server Release 1 and .NET 1.1, not .NET
2.0.
http://technet2.microsoft.com/WindowsServer/en/library/313990a7-4c68-4d69-a3ab-321a77aa90a21033.mspx?mfr=true
Since I have only a Windows 2000 machine, I need a document like that for
Windows XP Pro + Win 2003 Server R1 or R2.
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:lywoPtFNHHA.2304@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Bragadiru,
For ASP.NET 1.X or 2.0(on windows 2003/IIS6 or windows XP/IIS5), they all
rely on the .net framework runtime. Therefore, suppose you have a clean
machine which only has IIS installed and want to deploy ASP.NET 1.X or 2.0
application, you need to do the following things:
1. Install the corresponding .net framework runtime on the machine(depend
on whether the ASP.NET application is 1.1 or 2.0)
2. After the .net framework runtime has been installed, the ASP.NET should
automatically be registered in IIS. But you can still manually use the
"aspnet_regiis -ir" command to register it.
#ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
http://msdn2.microsoft.com/en-us/library/k6h9cz8h(vs.71).aspx
Also, if you have installed both .net framework 1.x and 2.0 on the
machine.
For each IIS web application(application virtual dir), both ASP.NET 1.x
and
ASP.NET 2.0 can be used. You need to make sure your web application's
virtual dir has been configured to the correct version. You can use
aspnet_regiis command line to configure it. Or directly use the GUI
console
(inetmgr) to set the ASP.NET version.
#How to: Configure ASP.NET Applications for an ASP.NET Version
http://msdn2.microsoft.com/en-us/library/1kdfe21k.aspx
If you have anything unclear or any further questions, please feel free to
let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: Deploying ASP.NET 2.0 Applications in IIS 6.0
- From: Steven Cheng[MSFT]
- Re: Deploying ASP.NET 2.0 Applications in IIS 6.0
- References:
- Deploying ASP.NET 2.0 Applications in IIS 6.0
- From: Bragadiru
- RE: Deploying ASP.NET 2.0 Applications in IIS 6.0
- From: Steven Cheng[MSFT]
- Deploying ASP.NET 2.0 Applications in IIS 6.0
- Prev by Date: Detecting CancelAsync within a SoapExtension
- Next by Date: XML Document
- Previous by thread: RE: Deploying ASP.NET 2.0 Applications in IIS 6.0
- Next by thread: Re: Deploying ASP.NET 2.0 Applications in IIS 6.0
- Index(es):
Relevant Pages
|