摘要:刚才试的方法:右上角的site ->Stylesheet Editor,在其中的/* GENERAL *//* style for module titles */.Head {}进行设定.这样所有的模板容器都改了.偶以前没有办法时,做法是自己上传一个模板容器,如k-dnnBlue(它是模仿DNN中的DNN-Blue的),然后将其中的k-dnnBlue.ascx,container.css,...
阅读全文
摘要:首先弄一个空白模块,以便安装到dotnetnuke中了解模块的运作情况. 1)打开VS2003,在VB中新建web项目Blog.Player,属性设置参考'博客园 - 二十四画生的Blog - 建立单独的解决方案来开发DNN模块' 2)删除Global.asax,web.config,style.css文件,偶在后来安装空白模块时,出现的3个出错信息与这些文件有关 3)增加dotnetnuke.d...
阅读全文
摘要:How to design skin for dnna) design container <td colspan="4"><div runat="server" id="ContentPane"></div></td> because container should have a space for content of container,so...
阅读全文
摘要:1.Create a folder named:DNN under disc E,look like E:\DNN, and create sub-folders under DNN folder,they are Dotnetnuke folder--which is source code folder and Deploy folder which has files for uploa...
阅读全文
摘要:1.四大DNN模块开发指南 (can't be visited 2005年12月5日)2.http://dnn.johndcooper.com/ 3.Creating a new DotNetNuke module in Visual Basic4.Development Framework
阅读全文
摘要:First,Install this skin object as a normal module (File Manager -> Custom Module). Second,Install skin of smculloch---smculloch.zip. You'll see the exact result of pagetitle now. If the process is not...
阅读全文
摘要:Type url of sub portal in IE(localhost/dotnetnuke/subportal),then login as host.After loginning,add skin package with host menu/file manager. Question:what's the difference of file managers for both a...
阅读全文
摘要:1.http://www.activeinetservices.com/Default.aspx?tabid=68
阅读全文
摘要:when to open Editxxx.ascx of dotnetnuke in VS.NET,prompt a hint like that:"unload class dotnetnuke.PortalModuleControl" in Object explore,i found this PortalModuleControl which defined in dotnetnuke\...
阅读全文
摘要:Want to display DotNetNuke in Visual Studio.NET 2003,got a error as below:"unable to open Project file from web server,maybe web component is absent from visual studio.NET" In solution resource manag...
阅读全文
摘要:为 Web 开发重新配置计算机 注意 以下所有步骤都是在 Web 服务器计算机上发生的。1. 确认已安装 IIS。方法之一是打开“控制面板”,然后选择“Internet 服务管理器”。如果已安装 IIS,您将能够使用此实用工具停止和启动它。 如果未安装 IIS,则在 Windows“控制面板”上,选择“添加或删除程序”,然后选择“添加/删除 Windows 组件”。在列表中,选择“Inter...
阅读全文
摘要:Some days ago,i couldn't use dotnetnuke correctly in windows 2003. When i typed in IE localhost/dnn as normal way,it ran longer time and a error shows the message of 'The resource cannot be found'.Th...
阅读全文
摘要:键入localhost/dnn,出现:Server Error in '/dnn' Application.-------------------------------------------------------------------------------- The resource cannot be found. Description: HTTP 404. The resource...
阅读全文
摘要:在web host 的DotNetNuke中添加连接时出现的错误及解决办法 添加了:www.MyWebSite.com/news后,出现:DotNetNuke Configuration ErrorDomain Name "www.MyWebSite.com/news" Does Not Exist In The Database DotNetNuke supports multiple po...
阅读全文
摘要:最重要的是,DNN必须在WEB HOST 的根目录。中国RainBow提醒的。这是装成的关键!另外的主要两个问题,一是CONNECTIONSTRING中的PWD有&符号,出错。通过SQL 的企业管理器登陆REMOTE SQL SERVER修改PASSWORD。(应该试一试 Integrated Security=SSPI)二是PORTAL ALIAS,按照中国RainBow的安装提示进行的修改,好...
阅读全文
摘要:为什么调试时,有时能出现详细错误信息。而有时只是提示“运行时错误”,并提示,要详细信息,应将web.config中的 标记的“mode”属性设置为“Off”。但此时的“mode”属性设置是设为“Off”的呀,奇怪~~~~~请给点意见,谢谢!
阅读全文
摘要:1.我用DNN2.0.3在web host上分别安装ACCESS及SQL两个版本,都未成功,挨... A)ACCESS版的安装路径:vhost root/test/portal/nuke_access/ error info: “/”应用程序中的服务器错误。-------------------------------------------------------------...
阅读全文
摘要:I uploaded dotnetnuke 2.0.4 to remote server,but meet following error,please advise,thanks a lot.Server Error in '/' Application.-----------------------------------------------------------------------...
阅读全文
摘要:1.to change database from sql server 2k to access,modify in web.config the item of defaultProvider="AccessDataProvider" from "SqlDataProvider". this meets some error--D:\DRIVERS\develop\languag...
阅读全文