
| email this FAQ to a colleague
Q: How do I change the default scripting language in IIS 4.0? A: You can change the default scripting language anywhere that you have an application defined. If you haven't already created the application then you will need to. FAQ #422 explains how to create an application. Here is how to change the deault scripting language: From MMC: - Expand the tree until you can see your application.
- Select the application and right click.
- Chosse Properties from the drop down list.
- Select the Virtual Directory tab if you are on a virtual directory and the Home Directory tab if you are on a web site.
- Click onthe Configuration button.
- Click on Active Server Pages tab.
- Find Default ASP Language.
- Change the language to JScript.
- Click on OK to exit the Application configuration dialog.
- Click on OK to exit the properties dialog.
Note: By default the language is VBScript.
ASP 1.0 Comparison: In order to change session chaching in ASP 1.0 you needed to modify a registry setting. - Wayne Berry |