如何在 vs 2005 中运行 umbraco?
我是 umbraco 的新手。我们如何将 Visual Studio 2005 中的用户控制文件(.ascx)附加到 umbraco?有人知道吗,请回复
i am new in umbraco.How can we attach a user control file(.ascx) from visual studio 2005 to umbraco?is any body knows please reply
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将程序集 (dll) 复制到 umbraco 安装的
/bin
文件夹中。为此还应该有一个 /usercontrols 文件夹...如果它是用户控件,您还需要复制 .ascx 文件。使用 .NET用户控制
You need to copy your assembly (dll) into the
/bin
folder of your umbraco installation. There should also be a /usercontrols folder for this purpose as well... If it's a user control you will also need to copy the .ascx file as well.Using .NET User Controls