Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): web config
More Search Options
Showing page
149
of
176
(
1,759
total posts)
< 1
second(s)
Re: EMPTY popup in IE and Firefox
Eric, Please download the last version , and add this into web.config appSettings: <add key=''CuteWebUI.AjaxUploader.ShowStackTrace'' value=''True'' /> That will show the error details. Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
April 6, 2010
demo licence
I tried to download and install dotnetgallery and i'm sure I inserted the right path for licence in web.config but I receive the same ''not valid licence'' error ... please help --
Posted to
ASP.Net Image Gallery
(Forum)
by
simonegiusti
on
February 10, 2007
Re: DNN and RemoveServerNamesFromUrl
Yes, these properties are set in the web.config: RemoveServerNamesFromUrl=''false'' UseRelativeLinks=''false'' But still this does not work...
Posted to
Cute Editor for .NET
(Forum)
by
Amek_Andreas
on
June 11, 2005
Re: Upload photo to database?
Hi, In that case you need use another 'UploaderProvider' , and register the class name to web.config appSettings: <add key=''CuteWebUI.AjaxUploader.Provider'' name=''UploaderDatabaseProvider.UploaderSqlServerProvider,UploaderDatabaseProvider''/> Here is the provider implementation code : -old code ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
December 18, 2008
Re: GetUploaderProvider() cannot cast to custom Provider
Hi, Have you registered it into web.config appSettings ? <add key=''CuteWebUI.AjaxUploader.Provider'' value=''YourNamespace.YourClassName,YourProjectName'' />
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
June 21, 2009
Re: HTTP compression, Cute Editor, DNN3
Yes , the resources of CuteEditor is gzip encoded , if you have install another http compression module , the resources would not be downloaded correctly . to fix this problem , you could add appSettings into web.config as : <add key=''CuteEditorEnableGZip'' value=''False'' /> Regards , Terry .
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
May 13, 2005
Re: A potentially dangerous Request.Path value was detected from the client (:)
Hi wjfamilia, I think you are using ASP.NET 4.0. Try the below setting in web.config <system.web> <httpRuntime requestPathInvalidCharacters='''' /> </system.web> Regards, Ken
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 7, 2010
Re: Virtual Path
Hi RichHudec, If it in the same server, please set <trust level=''Full'' /> in web.config. If in different server, please make sure your side have the write permission of this folder. Regards, Ken
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
January 28, 2011
MaxTextLength="10"
Just had a user posting some logs in forum that was about 1 MB big because of the length of the post. I added MaxTextLength=''1000'' to the web.config but I want to do that for the registered users only. Do I need to recompile the provider for this because I found that Registered_MaxTextLength=''10'' did not work?
Posted to
Cute Editor for .NET
(Forum)
by
Mariette
on
January 17, 2006
Re: Problem integrating with CSK
5. Modify web.config file and specify the Cute Chat Connection String Provider: <appSettings> <add key=''CuteChat.ConnectionStringProvider'' value=''CuteChatControls.CommunityConnectionStringProvider,CuteChatControls'' /> </appSettings> Please double check and make sure the ConnectionStringProvider ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
December 12, 2005
More Search Options
« First
...
< Previous
147
148
149
150
151
Next >
...
Last »