Hey everyone- I've got Umbraco installed and so far its been wonderful, however Im stuck on installing uBlogsy. I've done it both from the Install Packages page and uploading the package from my local machine and no matter what I get the below error. I updated my web.config with this: <httpRuntime requestValidationMode="2.0" executionTimeout="30" maxRequestLength="102500" /> Im running Umbraco 4.7.1.1 on Azure. Any advice as to what I might be missing?
Server Error in '/' Application.
Request timed out.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
I think you should try setting the timeout period to 1800, which is 0.5 hours instead of 30 seconds. Just to see if it's because the timeout is too short.
Request timeout when installing uBlogsy on Azure
Hey everyone- I've got Umbraco installed and so far its been wonderful, however Im stuck on installing uBlogsy. I've done it both from the Install Packages page and uploading the package from my local machine and no matter what I get the below error. I updated my web.config with this: <httpRuntime requestValidationMode="2.0" executionTimeout="30" maxRequestLength="102500" /> Im running Umbraco 4.7.1.1 on Azure. Any advice as to what I might be missing?
Hi Jeremy and welcome to our :)
I think you should try setting the timeout period to 1800, which is 0.5 hours instead of 30 seconds. Just to see if it's because the timeout is too short.
Hope this helps.
/Jan
Thank you Jan, that seemed to do the trick!
is working on a reply...