Configure the IIS wildcard application ing and the iis wildcard Application
If you want to use the pseudo-static function to set up a website using IIS 6, you may need to set "wildcard application ing (execution sequence )".
In IIS 8 of Windows Server 2012 r2, it corresponds to adding settings for wildcard script ing, see: http://hovertree.com/h/bjaf/1dxpdvb0.htm
So how to set it? The following uses the Ke leyi website as an example and uses the image display procedure.
Open the IIS manager, expand the website list, right-click the website to be set, and select "properties" from the shortcut menu"
In the displayed Properties dialog box, select the "home directory" tab and click "Configure ".
In the displayed application configuration dialog box, click "insert ".
Then, click "Browse" and select the desired program file. If it is ASP. NET, you can directly enter the following file path:
C: \ windows \ microsoft.net \ framework \ v4.0.30319 \ aspnet_isapi.dll
Select or uncheck "check whether the file exists" as needed"
Effect: click "OK" to complete the settings.