IIS Express and Classic ASP

前端 未结 2 505
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 21:11

I\'m trying to get a classic ASP site set up on IIS Express under Windows XP. I am able to get iis setup and running as well as setting up the site, but when I try to brows

2条回答
  •  抹茶落季
    2020-12-13 21:44

    OK we've had this and this is how I've found a solution.. In our case I think it was linked to parent paths but could have been session state too...

    Browse to C:\Documents and Settings\$your user name$\My Documents\IISExpress\config

    Open applicationHost.config

    Find the section

    Change the section to the following… By default it only had the cache and empty limits bits but feel free to adjust any parameters you don't want.

    
    
         
         
         
    
    

    Save and restart iis express.

提交回复
热议问题