【发布时间】:2011-01-05 15:23:08
【问题描述】:
我已经安装了 IIS Express 7.5 Beta 3 并在多台计算机(Windows 7、Windows Server 2008 R2 和 Windows XP)上进行了尝试,并且在每台计算机上运行时都出现以下错误
iisexpress /path:e:\onlineinvoices\
这是错误。似乎找不到 applicationhost.config 文件。我自己也搜索过这个文件,在IISExpress安装文件夹的AppServer文件夹中找到。
Copied template config file 'C:\Program Files (x86)\IIS Express\AppServer\applicationhost.config' to 'C:\Users\marko\AppData\Local\Temp\iisexpress\applicationhost201115151422496.config'
Temp configuration file settings error.
The system cannot find the file specified.
here 的指令非常奇怪,尤其是那些处理配置文件的指令。事实上,它说 applicationhost.config 应该存在于 Users Documents 文件夹中,但那里没有它的踪迹。
【问题讨论】:
标签: iis iis-7.5 iis-express