IIS Express 和经典 ASP
我正在尝试在 Windows XP 下的 IIS Express 上设置一个经典的 ASP 站点。我能够安装并运行 iis 以及设置站点,但是当我尝试浏览到 ASP 页面时,我得到的只是:
íP÷Pèö‚le”_/index.asp18
有人在 IISExpress 中遇到过这个问题吗?我认为这是一个权限问题,但我不确定我需要设置什么以及为哪个用户设置。
任何帮助表示赞赏。
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 browse to an asp page all I get is:
íP÷Pèö‚le”_/index.asp18
Has anyone come across this problem with IISExpress? I'm thinking it's a permissions thing, but I'm not sure what I need to set and for which user.
Any help is appreciated,.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,我们已经有了这个,这就是我找到解决方案的方法。在我们的例子中,我认为它链接到父路径,但也可能是会话状态...
浏览到 C:\Documents and Settings\$your用户名$\My Documents\IISExpress\config
打开 applicationHost.config
找到
部分将
部分更改为以下内容...默认情况下,它只有缓存和空限制位,但可以随意调整您不需要的任何参数。
保存并重新启动iis express。
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
<system.webServer>
sectionChange the
<asp>
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.
我不确定这是否是权限问题。您能翻译一下错误消息“íP÷Pèö‚le”_/index.asp18”吗?
如果看起来像权限问题,可能您需要向当前用户提供权限(IIS Express 作为当前登录用户运行)。
I am not sure if this is permissions issue or not. Could you translate the error message "íP÷Pèö‚le”_/index.asp18".
If it looks like permissions issue, probably you need to provide permission to current user (IIS Express runs as current logon user).