简体   繁体   中英

Can't launch ASP files with the IIS localhost

I set up everything from modules, CGI's, and IIS_IUSRS read permission for web config file. But when I launch the ASP files, it redirects me to the store to find apps that would open the server, in which the browser should be doing.

PS We don't have network at home, but determined to learn :)

How did you access the asp file? IIS shouldn't prompt for determine app. It sounds just like you are trying to access the file by double click .asp file. If you want to access the file from IIS. Please put it to the root folder of your website and then access it via your domain name or localhost.

To support IIS, you only need to enable ASP and common http feature from turn windows features on or off.

https://docs.microsoft.com/en-us/iis/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/classic-asp-not-installed-by-default-on-iis

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