我正在使用Windows 2008 R2 (x64)运行IISExpress8,并在导航到
c:\Program Files (x86)\IIS Express>iisexpress.exe上面写着:
文件名: redirection.config
错误:无法读取配置文件
知道从哪里开始吗?我什么都找不到..。
发布于 2013-11-12 11:51:07
我和@Myles J也有类似的问题,但是重命名%userprofile%\Documents\IISExpress\config\applicationhost.config不起作用。我要做的是:
%userprofile%\Documents\IISExpress\config 目录。%userprofile%\Documents\IISExpress\config目录将使用默认配置文件重新创建。applicationhost.config文件复制到自动生成的文件上。在有人问:文件夹的权限是相同的之前,没有在文件夹或其文件上设置只读标志,我也没有以任何方式修改applicationhost.config。
发布于 2014-07-25 13:10:55
安装IIS后,从
C:\Program \IIS\config\模板\PersonalWebServer
至
%userprofile%\文档\IISExpress\config
发布于 2014-04-09 05:04:43
右键单击您的项目文件并编辑该项目文件,从IISUrl中删除该URL并重新加载您的项目,然后它将工作。
https://stackoverflow.com/questions/15897726
复制相似问题