zxg588 发表于 2015-5-18 13:35:12

Win7下IIS7.5新建网站错误信息集锦

  1、Win7 IIS配置解决ASP的500错误
  参考网址http://hi.baidu.com/wenyiguang/blog/item/5d354389b793dcbf0e2444a3.html
  
  2、HTTP 错误 403.14 - Forbidden Web 服务器被配置为不列出此目录的内容
  参考网址:http://apps.hi.baidu.com/share/detail/33209628
  
  3、处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”
  主要是要重新注册4.0版本的asp.net ,步骤如下:
  a)进入cmd:输入C:\Windows\Microsoft.NET\Framework\v4.0.30319
  b)输入:aspnet_regiis.exe -i
  参考网址:http://blog.163.com/wger_163_dh/blog/static/142646155201151394642791/
  
  
  
  
  win7安装IIS7.5的方式
  控制面板--》程序和功能--》打开或关闭windows功能--》勾选internet信息服务
页: [1]
查看完整版本: Win7下IIS7.5新建网站错误信息集锦