nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework General Reference  

Startup Settings Schema

Startup settings specify the version of the common language runtime that should run the application.

<configuration>
   <startup>
      <requiredRuntime>

      <supportedRuntime>

Element Description
<requiredRuntime> Specifies that the application supports only version 1.0 of the common language runtime. Applications built with runtime version 1.1 should use the <supportedRuntime> element.
<supportedRuntime> Specifies which versions of the common language runtime the application supports.
<startup> Contains the <requiredRuntime> and <supportedRuntime> elements.

See Also

Configuration File Schema | Specifying Which Runtime Version to Use