在 dotNetNuke 中使用 Coldfusion 页面

发布于 2024-12-11 07:25:31 字数 211 浏览 0 评论 0原文

我们需要将 Coldfusion 页面合并到 DotNetNuke 站点中。例如,一个登录页面,由一个简单的登录表单组成。 OnSubmit 时,将调用 Coldfusion cfc Web 服务来检查凭据,并返回成功标志。我是 DotNetNuke 的新手,甚至不知道这是否可以实现。谷歌搜索几乎没有发现任何信息,这可能不是一个好兆头。如果有人可以提供一个真正简单的例子来说明如何做到这一点,我将非常感激。

We need to incorporate coldfusion pages into a DotNetNuke site. Example, a login page, consisting of a simple login form. OnSubmit, a coldfusion cfc webservice is called to check the credentials, returning a success flag. I am brand new to DotNetNuke and don't even know if this can be accomplished. Googling reveals next to nothing, which probably isn't a good sign. If anyone can provide a real simple example of how to do this, I would be extremely grateful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缘字诀 2024-12-18 07:25:31

最简单的方法是使用 DotNetNuke 中的 IFrame 模块,如果没有可用的 IFrame 模块,请查看主机/扩展页面,然后单击可用扩展选项。

您的冷聚变页面必须驻留在其他地方,但在 IFrame 中,它们可以加载到 DotNetNuke 网站中。

从长远来看,通过在 DotNetNuke 模块内重写该功能,或者找到提供相同功能的模块,您可能会得到最好的服务。

The easiest way to do this would be to use the IFrame module in DotNetNuke, if you don't have the IFrame module available check out the Host/Extensions page, and click on the Available Extensions option.

Your cold fusion pages will have to reside somewhere else, but within the IFrame they can be loaded into a DotNetNuke website.

Long term you would likely be served best by rewriting that functionality inside of a DotNetNuke module, or finding a module that provides the same functionality.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文