English 中文(简体)
使用现场地图对导航进行控制
原标题:Error in menu control navigation using sitemap

我在导航方面使用了菜单控制。 我使用了不同日志用户的现场图。 在我的当地东道机构,它的工作表现良好,但在我向服务器上载电时,它显示了网络上的错误。

Parser Error 信息: 使用一个已登记的栏目,作为超出适用水平的机器应用。 造成这一错误的原因是,虚拟目录没有被配置为国际会计准则中的应用。

<siteMap>
  <providers>
    <add name="MyNewSitemapProvider"
            type="System.Web.XmlSiteMapProvider"
            siteMapFile="MyNewSitemapFile.sitemap"/>
  </providers>
</siteMap>

请告诉我,我犯了错误......

问题回答

......这完全意味着你不再允许在你的网站上增加这一组合。 页: 1 如果你能够接触国际会计准则管理人,则采取下列行动:

  • Right click on your application s folder within the IIS browser.
  • Click "Convert to Application" and follow the instructions
  • Now refresh your page, and it should work.

您确实需要为网站申请。 如果你控制机器,你可以在国际船舶安全局这样做。 否则,东道方可能拥有为你们建立这种联系的工具。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签