|
Search
You searched for the word(s): web config
Showing page 95 of 176 (1,759 total posts)
< 1 second(s)
-
Using DNNs email newsletter capability, I need to send out absolute urls for both images as well as links. I have looked at the following post (http://www.cutesoft.net/forums/4307/ShowPost.aspx) but got the strange code seen below ...this is actual email source from thunderbird...don't know why it did ''base href'' when I typed the link ...
-
Update...
If I change the UseDNNDefaultWidth=''true'' setting to false within web.config, the HTML and Preview modes do not shrink.
However, what happens now is that the CEHtmlEditor window expands beyond the border of the skin (using the DNN default skins).
When the setting is true, ...
-
How can i create a custom button in a new toolbar and still have the mouse over select event. ?
This i my .config file :... <toolbars> <item type=''g_start'' /> <item type=''holder'' name=''insertcustombutonhere'' /> <item type=''g_end'' /> </toolbars>...I use the ...
-
I'm creating a custom module, and in Settings.ascx, I have the following line: <dnn:texteditor id=''teBox'' runat=''server'' width=''100%'' ControlID=''teBox''></dnn:texteditor>
Setting the HTML provider in Web.config to the Free Text Box works fine, but when it's set to the Cute editor, and I go to the module settings page, I get ...
-
Hi,
I modified the web.config and added the above values. Now I used my database name, uid and pwd that i used in CuteChatConfig.exe And I left the second line unmodified. i.e.
<add key=''CuteChat.ConnectionStringProvider'' value=''SamplePortal.ConnectionStringProvider,SamplePortal''/>
Do i need to substitute ...
-
In DNN 2.1.2, when I set the web.config to
RemoveServerNamesFromUrl=''true'', the RTB nicely complies. When I've
created a page with content that displays a relative hyperlink and then
go back in and EDIT that same page, the hyperlink I already created
replicates itself and becomes unusable.
For example, I go to a current site in ...
-
Helen,
The Cute Chat is totally customizable.
For example:
To change the logo:
You need to modify the following LogoUrl property in your web.config:
LogoUrl=''images/logo.gif''
To change the top banner:
You need to modify the advertising/Topads.ascx file.
Right now it ...
-
Hi Gh:
1. Current We have just a little function for Non-IE browser ,
That's a bug or the CuteChat1.1 , If you want to fix , you could open ChatRoom_FS.aspx , and change this :
//Connect the chat room !string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
to
//Connect the chat ...
-
Rgain:
Maybe , the 'Norton AntiVirus' block the script ?
Could you test the chat room in another pc that the AntiVirus softwares are not installed ?
If you depoy the CuteChat using the 'CuteChat Configuration' program , after all step runs , these things would be done:
1.the DataBase would be setuped.
2.the web.config ...
-
I finally found the answer here http://stackoverflow.com/questions/7370513/http-error-500-22-internal-server-error-an-asp-net-setting-has-been-detect Added this to the web.config <system.webServer>
<validation validateIntegratedModeConfiguration=''false'' />
</system.webServer>
... 95 ...
|
|
|