在 dotNetNuke 中使用 Coldfusion 页面
我们需要将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是使用 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.