Re: Enabling ASP.NET 1.1 in IIS 5.1
From: Jose Marcenaro (josem_at_nospam.da-vinci.com.ar)
Date: 03/11/04
- Next message: Patrice Scribe: "Multiple DLLs for a single Website ?"
- Previous message: Simon Storr: "Re: Uniformal look for all pages"
- In reply to: Mike: "Enabling ASP.NET 1.1 in IIS 5.1"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 10:42:01 -0300
Open a CMD window, change dir to
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Run the following commands in sequence:
aspnet_regiis -i
aspnet_regiis -s W3SVC/
The first one installs and registers the ASPNET libraries [in case they are
not installed, no harm on doing it again if they are]
The second assigns the .NET framework 1.1 ASPNET filters for the root web
site and all its descendants.
Regards
Jose.
"Mike" <anonymous@discussions.microsoft.com> escribió en el mensaje
news:D7086CE7-0BA5-44E2-8692-F64C5E678578@microsoft.com...
> hello,
>
> I have Windows XP Pro and IIS 5.1 installed and I have written some ASP
pages. Now I'm exploring the possibility of using ASP.NET in our project.
>
> I've installed Visual Studio .NET 2003 Enterprise and .NET Compact
Framework with ASP.NET 1.1. However, when I try to create a new VB.NET
WebApplication, I get an error message:
>
> " Visual Studio .NEt has detected that the specified Web server is not
running ASP.Net version 1.1. You will be unable to run ASP.NET Web
applications or services. "
>
> How can I enable ASP.NET 1.1 for my Web server? I need it also in our REAL
Web server, running Windows 2000 Server with IIS.
>
>
> Mike
- Next message: Patrice Scribe: "Multiple DLLs for a single Website ?"
- Previous message: Simon Storr: "Re: Uniformal look for all pages"
- In reply to: Mike: "Enabling ASP.NET 1.1 in IIS 5.1"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|