How to solve request time out error message of Site Wizard

Technical support leader

Juraj Ondrus asked on March 25, 2009 09:03

How to solve request time out error message of Site Wizard

Correct Answer

Juraj Ondrus answered on March 25, 2009 09:03

To solve this issue you should edit your web.config file and try to find this tag:

<httpRuntime executionTimeout="xxx" />

If you find it, try to increase the executionTimeout attribute value.
If the tag is not present in the web.config. Add it in the <system.web> section with executionTimeout attribute value set to 150 or higher.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.