How to Configure Different Versions of an ASP.NET Application Running on the Same Web Server?
Here is an excerpt from the KB article: KB 816782 Find the ASP.NET Version Used for the Application View the script map for an ASP.NET application to determine the version of ASP.NET that the application uses. To view the script map for an ASP.NET application, follow these steps: • Click Start, point to Programs, and then click Control Panel. • Double-click Administrative Tools, and then double-click Internet Information Services (IIS). • Expand local computer, expand Web Site, and then expand Default Web Site. • Locate the folder that contains the ASP.NET application. • Right-click the folder that contains the ASP.NET application, and then click Properties. • Click the Directory tab, and then click Configuration. The Application Configuration dialog box opens. • Click the Mappings tab, and then select an ASP.NET application extension, such as .asmx or .aspx. The Executable Path column of the dialog box lists the path to the ASP.NET ISAPI version that the application uses. By default,
Here is an exerpt from the KB article: KB 816782 Find the ASP.NET Version Used for the Application View the script map for an ASP.NET application to determine the version of ASP.NET that the application uses. To view the script map for an ASP.NET application, follow these steps: • Click Start, point to Programs, and then click Control Panel. • Double-click Administrative Tools, and then double-click Internet Information Services (IIS). • Expand local computer, expand Web Site, and then expand Default Web Site. • Locate the folder that contains the ASP.NET application. • Right-click the folder that contains the ASP.NET application, and then click Properties. • Click the Directory tab, and then click Configuration. The Application Configuration dialog box opens. • Click the Mappings tab, and then select an ASP.NET application extension, such as .asmx or .aspx. The Executable Path column of the dialog box lists the path to the ASP.NET ISAPI version that the application uses. By default, t