Sharepoint WebApplication 本地主机可以工作,但 ip 不行
我有以下环境:
- SharePoint Server 2010
- Windows Server 2008 R2
- SQL Server 2008 R2
- 我不在纯独立服务器的域中。
我有一个配置为使用端口 88 的网站和一个网站集。
问题是我可以使用以下 URL 浏览该网站:
http://localhost:88
但不能:
http://192.168.1.8:88
它会生成此错误:
[FileNotFoundException: The Web application at http://192.168.1.8:88/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.]
Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) +27650365
Microsoft.SharePoint.SPSite..ctor(String requestUrl) +110
Microsoft.SharePoint.IdentityModel.Pages.IdentityModelSignInPageBase.SetThreadCultureFromRequestedWeb() +64
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477
我确定 IP 和端口。
加上共享点中央管理可以与两者一起工作,
http://192.168.1.8:15769
and
http://localhost:15769
知道问题可能是什么吗?
i have the following Environment:
- SharePoint server 2010
- Windows server 2008 R2
- SQL Server 2008 R2
- Im not in a domain its pure standalone server.
i have a website configured to use port 88 and a site collection.
problem is i could browse the site using the following URL :
http://localhost:88
but not :
http://192.168.1.8:88
it generate this error :
[FileNotFoundException: The Web application at http://192.168.1.8:88/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.]
Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) +27650365
Microsoft.SharePoint.SPSite..ctor(String requestUrl) +110
Microsoft.SharePoint.IdentityModel.Pages.IdentityModelSignInPageBase.SetThreadCultureFromRequestedWeb() +64
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477
I`m sure of the IP and the port..
plus share point central Administration works with both
http://192.168.1.8:15769
and
http://localhost:15769
any idea what the problem could be ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保正确配置备用访问映射。以下是更多信息: http://technet.microsoft.com /en-us/library/cc261814(office.12).aspx(适用于 SharePoint 2007,但原理与 2010 相同)
Make sure that you configure your alternate access mappings correctly. Here is more information: http://technet.microsoft.com/en-us/library/cc261814(office.12).aspx (it's for SharePoint 2007, but the principles are the same in 2010)