----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 3 in Discussion Senthil -- If you'd experienced this problem while uploading files, then pleaseuse one of the following methods: In the Machine.config file, change the maxRequestLength attribute of the <httpRuntime> configuration section to a larger value. This change affects the whole computer. In the Web.config file, override the value of maxRequestLength for the application. For example, the following entry in Web.config allows files that are less than or equal to 8 megabytes (MB) to be uploaded:<httpRuntime maxRequestLength="8192" />For more information, Please have a look at the following URLhttp://support.microsoft.com/kb/295626/en-us OR - Set the userName attribute to SYSTEM in the <processModel> section of the Machine.config file. This configures the worker process to run as the SYSTEM identity. If you believe you just need to increase the timeout, you should be able to do that in the <processModel> section also: Let's set the following to infinite, and see if you get a response: responseDeadlockInterval="[Infinite | HH:MM:SS]" (probably set to 3, minutes) - For deadlock detection, timeout for responses when there are executing requests. responseRestartDeadlockInterval="[Infinite | HH:MM:SS]" - Time to wait between restarting WPs due to responseDeadlockInterval I hope this helps! Thanks,Smithhttp://johnysmith.spaces.live.com ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
