简体   繁体   中英

Adding Application Mapings to an IIS6 website on Windows XP

I am trying to add an Application Extension Mapping to a website in IIS6 running on windows XP. My steps are as follows:

Home directory > Configuration > Mappings > Add

Executable: aspnet_isapi.dll
Extension: .xml
Verbs: All Verbs

but the OK button is always greyed out.

Is this a limitation of IIS6 on XP?

you need to set it to:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

(or, copy the path from .aspx - you can't use ctrl commands, right click the text box instead)

Additionally, you should deselect 'Check that file exists'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM