Configuring ASP Applications

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1

You can set properties that control performance and other factors of the Active Server Pages (ASP) applications that you have installed on your Web server. For example, you can turn on the use of session state in the application or set the default scripting language. Application properties apply to all ASP pages in the application unless you directly override the property on an individual page. You can also set these properties in the metabase. If the property in the metabase conflicts with the property you set in the property sheet then the last property setting overrides.

Important

To help minimize the attack surface of IIS, IIS 6.0 is not installed on Windows Server 2003 by default. When you first install IIS 6.0, it is locked down -- which means that only request handling for static Web pages is enabled, and only the World Wide Web Publishing Service (WWW service) is installed. None of the features that sit on top of IIS are turned on, including ASP, ASP.NET, CGI scripting, FrontPageĀ® 2002 Server Extensions from Microsoft, and WebDAV publishing. If you do not enable these features, IIS returns a 404 error. You can enable these features through the Web Service Extensions node in IIS Manager. For more information about how to troubleshoot 404 errors and other issues, see Troubleshooting in IIS 6.0.

In This Section

This section includes the following information: