积极答复者
HTTP/1.1 200 OK Server: Microsoft-IIS/7.5 Date: Sun, 27 May 2012 07:48:56 GMT Connection: close

问题
答案
-
你好 virus,
关于这个问题,这里有一个解决方案(英文):
“You could check the following things to see if everything is working correctly:
- In IIS Manager, look at the app-pool and see if the pool of this application is running
- Also in IIS Manager, look at the web, is it also running?
- Next, look into the SharePoint 2010 Central Administration if you got a working site-collection on your web (here a explanation: http://technet.microsoft.com/en-us/library/cc262261.aspx[^])
You can also try to restart the server (or do at least aiisreset
and restart all SharePoint Services).”
点击下面链接获取详细信息:
http://www.codeproject.com/Questions/237087/HTTP-1-1-200-OK-Server-Microsoft-IIS-7-5-Date-Conn
谢谢,
韩
- 已编辑 Lhan HanModerator 2012年5月30日 10:37
- 已标记为答案 Lhan HanModerator 2012年6月6日 6:22
全部回复
-
你好 virus,
关于这个问题,这里有一个解决方案(英文):
“You could check the following things to see if everything is working correctly:
- In IIS Manager, look at the app-pool and see if the pool of this application is running
- Also in IIS Manager, look at the web, is it also running?
- Next, look into the SharePoint 2010 Central Administration if you got a working site-collection on your web (here a explanation: http://technet.microsoft.com/en-us/library/cc262261.aspx[^])
You can also try to restart the server (or do at least aiisreset
and restart all SharePoint Services).”
点击下面链接获取详细信息:
http://www.codeproject.com/Questions/237087/HTTP-1-1-200-OK-Server-Microsoft-IIS-7-5-Date-Conn
谢谢,
韩
- 已编辑 Lhan HanModerator 2012年5月30日 10:37
- 已标记为答案 Lhan HanModerator 2012年6月6日 6:22
-
谢谢你的答案
在后面的验证中我发现解决这个问题的方法:
sharepoint2010 在初始化配置向导的时候,会出现一个web应用层序,这个微博应用程序是管理中心。
重新建立一个web应用程序的时候,建立好以后对该应用程序创建一个网站集,问题就是出在这个网站集上,之所以iis没有找到页面,是因为子啊网站集的根目录找不到默认的起始页面,先要建立一个根网站下的起始页面
例如:http;//xx.xx.xx.xx:10034/是新建立的web应用程序,在改web应用程序之下创建网站集的时候,在url那一块采用默认的方式,不要选择后面的 http;//xx.xx.xx.xx:10034/site/ site这个下拉框,然后点击创建。这是在根上创建一个网站集,在iis中点击浏览的时候是浏览根目录下的网站集初始页。