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
127
of
176
(
1,759
total posts)
< 1
second(s)
DotNetNuke 3.1 and Chat
Hi, can anybody post a secury ans stable documentation of the integration process for DotNetNuke 3.1. The official document is not ready to go. The installation process is not correct and will fail with: ''A critical error has occurred.'' when try to load the module. I think the documentation (web.config) is not correct. Thank ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
christianarnold
on
July 3, 2005
Re: Failed to load impl code!
jhayworth:Hey Adam, I was able to figure out what was going on. CuteEditor 6.0 doesn't like the way that my application is using session state. When I add the following line to my web.config: <sessionState mode=''SQLServer'' sqlConnectionString=''Password=#S3rv1ceAcc0unt!#@HAI;User ID=SACWeb;Data Source=haysof_dev_jmh\SQL2000'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 25, 2007
Re: no images, editor hanging with hourglass ?
Let us try the following steps:1. Open the CuteSoft_Client/CuteEditor/Web.config 2. Copy the following code into the web.config in your web root: <httpHandlers> <add path=''*.jpeg'' verb=''GET'' type=''CuteEditor.Impl.EditorImageFileHandler,CuteEditor'' /> <add path=''*.jpg'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 12, 2005
Re: Can't Find Config - DataProviderType
Your procedures look OK to me. It's strange... Can you check your web.config? Make sure the connection strings is correct there.
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
September 21, 2005
Could not load file or assembly 'CuteWebUI.AjaxUploader' or one of its dependencies. The system cannot find the file specified
Hello, We have added an ajax-uploader to our (web-forms) project, and we have added the below settings in the web.config under the configuration node. <system.webServer> <modules> <add name="CuteWebUI.UploadModule" ...
Posted to
Ajax Uploader
(Forum)
by
miladDev
on
May 6, 2016
Re: Ajax Uploader - ManualStartUpload="true"
Hi mchamo, Please set the below setting in your web.config file and try again. <pages enableEventValidation=''false'' viewStateEncryptionMode =''Never'' /> If it has not fix this issue, please create an example which can reprduc this issue and send it to
[email protected]
. I will check it and get back to you as soon ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 14, 2011
Re: it keeps hanging on "1 seconds remaining"
I figured it out... I think this has a lot to do with our environment... It seemed that the uploaded event wasn't getting fired due to session timeout. In the web.config there was an element ''sessionState'' with the timeout attribute set to 20 (in minutes). I bumped it up to 240 (4 hrs) and the large upload ...
Posted to
Ajax Uploader
(Forum)
by
analysis_junky
on
November 9, 2009
Re: Problem with deploy cute chat sandalone
now I have this error: Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
NumLock
on
March 23, 2007
Re: Image Upload not working on a Mac client
Hi, Do your web.config installed the httpModules UploadModule ? Something like this ? <httpModules> <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/> If no , please try it. Regards, Terry
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
March 19, 2009
Re: Error HTTP 403.9 - Access Forbidden in IIS/WinXP SP2
Hi Terry, The virtual directory is correctly configured. But, perhaps I founded the problem: All is caused by sessionState keys cookieless=''true'' in web.config. After settings cookieless=''false'', my application works fine. Consequently session ID attached at URL cause the error. Salvo
Posted to
Cute Editor for .NET
(Forum)
by
salvo
on
June 20, 2005
More Search Options
« First
...
< Previous
125
126
127
128
129
Next >
...
Last »