Configuring Web Applications
Web servers can be configured to use separate versions of the .NET Framework
for each individual Web site built using the .NET Framework (i.e., the
ASP.NET libraries). All code executing within a given site uses the version
specified for that site or for the server if a version is not specified for
the site.

Rather than using configuration files to choose the Framework version, the
configuration for each site is set within the IIS Administrative Console by
selecting the specific versions of the ASP.NET ISAPI filter. The ASP.NET
filter is set on ISAPI Filter tab of the Web Site Properties dialog. The
filter can be set for each individual site. It can also be set for the
entire Web server by changing the filter at the root Web site. The ASP.NET
filter is implemented in the file aspnet_filter.dll. The 1.0 filter is
located in the %windir%\Microsoft.Net\Frameworks\v1.0.3705 directory. The
1.1 filter is located in the %windir%\Microsoft.Net\Frameworks\v1.1.4322
directory.

The installation of the version 1.1 Framework automatically adds the 1.1
ASP.NET filter to the filter list on the Web server's root Web site.
Updating the filter at the root level causes all sites that are not
individually configured to start using the 1.1 version of the Framework. Any
site that needs to continue to use the 1.0 Frameworks needs to be
individually configured to use the 1.0 ISAPI filter. The configuration of
the ISAPI filter can only be at the Web site level. Individual VRoots cannot
be configured to use a different ISAPI filter.


-----Message d'origine-----
De : Andreas Rudischhauser (N) [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 27 mai 2003 18:29
À : [EMAIL PROTECTED]
Objet : AW: AW: RE : RE : [Asp.net] Framework 1.1

Hm, wie wähle ich im VS oder IIS aus, welches Framework jetzt genommen
wird?

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von Lars Berner
Gesendet: Dienstag, 27. Mai 2003 17:41
An: [EMAIL PROTECTED]
Betreff: Re: AW: RE : RE : [Asp.net] Framework 1.1

Das mit dem Redistributable zuerst steht irgendwo auf der MS Site, das
ist 
richtig. Der muss zuerst drauf


At 17:27 27.05.2003 +0200, you wrote:

>Aha, gut zu wissen. Apropos kann es sein, das der .NET SDK Download den
>Framework direkt nicht enthält? Also muss man die Redist. Erst
>installieren?
>
>-----Ursprüngliche Nachricht-----
>Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Im
>Auftrag von Claudius Ceteras
>Gesendet: Dienstag, 27. Mai 2003 17:05
>An: [EMAIL PROTECTED]
>Betreff: RE: RE : RE : [Asp.net] Framework 1.1
>
>
> > Gutes Thema, hab gerade in der Uni nebenehr auf meinem Laptop
> > den neuen
> > Framework installiert und da es nicht ging, erst den alten
> > deinstalliert.
> >
> > Auf jeden Fall geht mein VS 2002 nicht mehr :-(
>
>Das liegt wohl an der deinstallation des alten...
>
>Ich hab den alten framework + VS 2002 + den neuen framework und alles
>läuft...
>Hab von der kommandozeile auch schon sachen mit dem neuen kompiliert...
>
>Claudius
>
>_______________________________________________
>Asp.net mailing list
>[EMAIL PROTECTED]
>http://www.glengamoi.com/mailman/listinfo/asp.net
>
>
>_______________________________________________
>Asp.net mailing list
>[EMAIL PROTECTED]
>http://www.glengamoi.com/mailman/listinfo/asp.net
>
>
>---
>Eingehende Mail ist zertifiziert virenfrei.
>Überprüft durch AVG Antivirus System (http://www.grisoft.com/de).
>Version: 6.0.471 / Virendatenbank: 269 - Erstellungsdatum: 10.04.2003


www.zoologie-online.de

Lars Berner
Stormcrow-Software
Postfach: 110123
69071 Heidelberg


_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net
_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an