Re: Deploying ASP.NET 2.0 Applications in IIS 6.0
- From: "Bragadiru" <adi_lazar@xxxxxxxxxxxxx>
- Date: Thu, 18 Jan 2007 10:23:50 +0200
Thanks Steven.
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:b8YzhXEOHHA.2024@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Bragadiru,
The reason why you only found reference on configure ASP.NET 1.1 on
windows
2003 server is that windows 2003 server has .net framework 1.1 as built-in
component. Therefore, you can install .net framework 1.1/ASP.NET 1.1 from
windows components(in IIS components from add/remove components). For
windows 2000/XP, no .net framework is contained in built-in components.
Also, since your ASP.NET application is of 2.0 version, for all those
server versions(xp, 2000, 2003), you need to follow the complete steps
below:
1. check installation of IIS server
2. check installation of .net framework 2.0 runtime
3. check whether ASP.NET 2.0 has been reigstered in IIS, you can use
"aspnet_regiis" tool to manually register it.
If you have any more specific questions on any of these steps, please feel
free to let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- 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]
- Re: 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: Reg webservice reference
- Next by Date: RE: How to call web service from a http post
- Previous by thread: Re: Deploying ASP.NET 2.0 Applications in IIS 6.0
- Next by thread: Invoke web service dinamically
- Index(es):
Relevant Pages
|