Re: add asp.net version for virtual directory in iis
From: Chris Crowe [MVP] (IISMVP2005_at_iisfaq.homeip.net)
Date: 08/27/05
- Previous message: Chris Crowe [MVP]: "Re: IIS/firewall problem"
- In reply to: sathya: "add asp.net version for virtual directory in iis"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 27 Aug 2005 17:12:18 +1200
If you look at the documentation for ASP.NET IIS Registration Tool
(Aspnet_regiis.exe) you will see what it does. You are wanting to modify the
ScriptMaps as this defines the ISAPI extensions that will process specific
file types.
For an example in vbscript see
http://iisfaq.com/Default.aspx?tabid=2792
Documentation on Script Maps
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/fb2fc296-4716-4717-a4ea-6c495acc6d2c.asp
ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfaspnetiisregistrationtoolaspnet_regiisexe.asp
I could not find any code already written to modify script maps in c#
-- Cheers Chris Chris Crowe [IIS MVP] http://blog.crowe.co.nz "sathya" <sathyanarayananit@gmail.com> wrote in message news:1125048977.145909.316880@z14g2000cwz.googlegroups.com... > hi, > > i have a problem in adding asp.net version in iis , as default my iis > sets up asp.net version 1.1.4322 , but i need to set to 2.0.40607 . > Manually i can do this operation set up by going to iis - properties - > asp.net - asp.net version set to 2.0 version. > > But i ned a programatic solution in c# using directoryentry class. > please help me how i can proceed in this direction. > > thanks & regards > sathya narayanan v >
- Previous message: Chris Crowe [MVP]: "Re: IIS/firewall problem"
- In reply to: sathya: "add asp.net version for virtual directory in iis"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|