在SDL Tridion 2011 SP1中使用DCP执行页面

在SDL Tridion 2011 SP1中使用DCP执行页面,tridion,tridion-2011,tridion-content-delivery,Tridion,Tridion 2011,Tridion Content Delivery,我已经发布了一个带有DCP的ASPX页面 <html> <head> </head> <body> <tridion:ComponentPresentation runat="server" PageURI="tcm:9-5251-64" ComponentURI="tcm:9-5245" TemplateURI="tcm:9-5247-32"/> </body>

我已经发布了一个带有DCP的ASPX页面

    <html>
    <head>
    </head>
    <body>
         <tridion:ComponentPresentation runat="server" PageURI="tcm:9-5251-64" ComponentURI="tcm:9-5245" TemplateURI="tcm:9-5247-32"/> 
    </body>
    </html>
如果有人能指导我运行这个页面,那就太好了


提前感谢

确保web.config中有以下标记,bin中有Tridion.ContentDelivery dll

  <configuration>
<system.web>
    <pages>
        <controls>
            <add tagPrefix="tridion" 
     namespace="Tridion.ContentDelivery.Web.UI"
     assembly="Tridion.ContentDelivery" />
        </controls>
    </pages>
</system.web>

确保web.config中有以下标记,bin中有Tridion.ContentDelivery dll

  <configuration>
<system.web>
    <pages>
        <controls>
            <add tagPrefix="tridion" 
     namespace="Tridion.ContentDelivery.Web.UI"
     assembly="Tridion.ContentDelivery" />
        </controls>
    </pages>
</system.web>

您需要为.NET web应用程序安装“API服务器角色”:


所需用户名/密码

您需要为.NET web应用程序安装“API服务器角色”:


所需用户名/密码

您还需要随身携带存储配置,以便内容交付DLL知道从何处获取内容。您还需要随身携带存储配置,以便内容交付DLL知道从何处获取内容。