Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting default scripting language

Status
Not open for further replies.

hinchdog

Programmer
Joined
Feb 14, 2001
Messages
380
Location
US
does anyone know how to specify the default scripting language that IIS uses - i want to change it from VBScript to JScript. thx
 
If you want to change it for the entire server...

1) Open your MMC snap-in ofr internet information services.
2) Right click the server name, choose the master 3) on the properties sheet, choose the 'Home Directory' tab
4) Under application settigns, hit the 'configuration' button.
5) In the 'application configurations' window choose 'App Options'
6) You can change your default language there.


Because this change can be done on a per 'site' basis, your better off making a seperate virtual web site for your site running JScript at the server instead of changing the properties for Microsoft's default web site.

Raymond
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top