IIS 7, loads blank screen

自闭症网瘾萝莉.ら 提交于 2019-12-24 01:17:56

问题


I've just setup an application under the default web site installed by IIS 7.

I've tried loading both http://localhost and http://localhost/myappname

in both cases, all I am getting is a blank page, no errors. And although directory browsing is enabled, I can't even see a list of the files in that directory.

Any ideas why this is?

Thanks in advance...


回答1:


IIS loads the default file when you try to access it that way. Check if you have a index.htm or default.aspx file. if not you will need to have a file with these names or you can set your the default file according in IIS under the document tab of properties.




回答2:


In my case, it turned out that the Web Site was not loaded, because Skype was using port 80. However I needed a full system restart to get the web site to restart...



来源:https://stackoverflow.com/questions/2221002/iis-7-loads-blank-screen

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!