简体   繁体   English

SharePoint Designer 2010无法在编辑模式下打开页面布局

[英]SharePoint Designer 2010 Can't open Page Layout in Edit Mode

Every time I try to open any page layout in my site collection SharePoint Designer 2010 throws the the following error at me. 每次我尝试在网站集中打开任何页面布局时,SharePoint Designer 2010都会向我抛出以下错误。

Can't figure out what's wrong. 无法找出问题所在。 I've used it fine with other site collections before. 之前,我已经在其他网站集中使用过它。

Any ideas? 有任何想法吗?

分享

I have since found out what caused this issue. 从那以后,我发现了导致此问题的原因。

I was missing the following handler for asmx within my web.config file 我的web.config文件中缺少asmx的以下处理程序

      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

when opening your site collection, try to specify the full name for this collection. 打开网站集时,请尝试指定此集合的全名。 for example, instead of http://localhost , try something like this: http://fullname.domain.com 例如,而不是http:// localhost ,尝试这样的事情: http : //fullname.domain.com

Or, probably a better way to fix it: go to Central Administration ( /_admin/AlternateUrlCollections.aspx) and check your alternative access names. 或者,可能是解决该问题的更好方法:转到管理中心( /_admin/AlternateUrlCollections.aspx)并检查备用访问名称。 When you open your collection in Designer you have to use exactly the same URLs. 在Designer中打开集合时,必须使用完全相同的URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM