|
Search
You searched for the word(s): web config
Showing page 32 of 176 (1,759 total posts)
< 1 second(s)
-
sunny, If you can't get this work, please check your web.config file and make sure you use impersonation in your web config.
Step 1: Create a domain account which has the write permission to your UNC share Username: yourdomain/admin ...
-
Hi Adam,I just installed the v4.0 demo and after a few tests I can conclude a few new aspects like:1. Many properties which I used to set in v3.0 are now obsolete, since we now configure them via web.config files, right?
[ don´t need to set something like: [this.ce1.MaxImageSize = 500;], set it in web.config now ]
by default it ...
-
I'm not sure what else to try, I'm still receiving an invalid license error. I downloaded the file today and the .lic file is time stamped May 8, 2004.
It's a pretty simple configure. I copy the files folder for the archive, define it as a new application and nothing works. I've also tried specifying the location of the .lic file in the ...
-
yes, It works after turning on identity.
it is safe to turning on the identity on StateLogId because single server don't use this table.
only web farm model will use this table to save sessions in this table.
Detailed step:
Step 1: Turn on identity
You can manually add identity to StateLogId column
If you use SQL ...
-
rimar,
>>Does the answer to 1 mean that Cute chat can integrate with an application in a web farm? Please clarify.
Yes. You need to add the following entry into your web.config file:
<add key=''CuteChat.MultipleServerMode'' value=''true'' />
>>So I presume I will not be able to see the any of ...
-
Ok, I'm using the latest version of DotNetNuke and the latest version of Cute Editor. My skin for DotNetNuke has a black background, and whenever I go to edit the text in a Text/HTML module, the cute editor Normal tab also has the black background (as expected), therefore I can't read a bloody thing I'm typing! So I thought I'd change ...
-
Dear ediguy,
If I were to incorporate support into an existing site, would I need to take every component on the package and add it to the web application?
You can refer to installation steps, http://cutesoft.net/live-support/Deployment/Live_Support_standalone/Deployment.htm , you only need follow those ...
-
I have found a cure for my problem. When I run the program locally, I needed to put this in my web.config.
<httpModules>
<add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>
</httpModules>
but when ...
-
M000761,
>>With the Edit Template error I get an error message saying:
SecurityPolicyFile :/CuteSoft_Client/CuteEditor/Configuration/Security/default.config not foundThis is a bug. We are working on the fix.Here is a temp solution:Copy CuteSoft_client folder and all files it contains to the root of you site.
>>3. Rather than ...
-
I took all of the files in the downloaded folder ''Web'' from CuteSoft and made a project out of them.
I get the same notice inside Visual Studio that I did before, however, it runs your project fine on my local machine.
When I publish the web to our production test server, I wind up getting a server error that I am ...
... 32 ...
|
|
|