开发者

DotNetNuke module saves module settings without using sql server

I have found two modules that save their module specific settings without using sql server.

After the module finish installing the installation log shows that there was no sql provider scripts and when I check the DNN database tables there is no new table created.

One of the modules in question is a free module to create a popup window. http://www.codingstaff.com/products/dotnetnuke-modules/free-dnn-pop-up

So my question is: Is there any form of storage inside DotNetNuke that a module can use to persist th开发者_StackOverfloweir settings other than SQL Server?

thank you.


Modules can store their settings in ModuleSettings or TabModuleSettings tables that are part of the DNN installation.

But to answer your question, there is no other form of persisting settings in DotNetNuke besides using sql.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜