经典ASP错误405 [英] Classic ASP Error 405

查看:148
本文介绍了经典ASP错误405的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有我的WiX的XP的笔记本电脑的几个发展用地(全部传统的ASP)。母鹿人知道为什么我需要键入localhost /网站/ Default.asp的(我一直在IIS 5.1中得到一个405错误),而不仅仅是本地主机/网站


解决方案

您需要添加的Default.asp为默认文档。 从这个页面 ...


  

使用IIS 4.0和IIS 5.0的变化
  如下进行:


  
  

      
  1. 启动Internet服务管理器(开始 - 程序 - 管理
      工具 - Internet服务管理器)。

  2.   
  3. 展开计算机并选择网站。

  4.   
  5. 右键单击它并选择属性。

  6.   
  7. 选择文件选项卡。

  8.   
  9. 选中启用默认文档复选框,然后单击添加,添加一个新的默认
      名称。搜索的顺序可以是
      通过单击向上和向下变
      箭头。

  10.   
  11. 点击应用,然后确定。

  12.   

每评论......好吧,请检查您的脚本映射的设置,每这篇文章

I have several development sites on my wix XP laptop (all classic asp). Doe anyone know why i need to type localhost/site/default.asp (i keep getting a 405 error on iis 5.1) and not just localhost/site

You need to add "Default.asp" as a default document. From this page ...

With iis 4.0 and iis 5.0 the change is performed as follows:

  1. Start the Internet Service Manager (Start - Programs - Administrative Tools - Internet Services Manager).
  2. Expand the computer and select the web site.
  3. Right click on it and select Properties.
  4. Select the documents tab.
  5. Check the Enable default document box and click Add to add a new default name. The order of the search can be changed by clicking the up and down arrows.
  6. Click Apply and then OK.

Per comment ... okay, check your script map settings, per this article.

这篇关于经典ASP错误405的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆