Installation error in Step 3 : Time Out problem

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
My application times out before the entire database is created .. How do i increase the timeout duration for database creation .. and nopCommerce in general ..

Please help ..
13 лет назад
Hello.
I think you can set this value in web.config.  For example, to change the timeout for one specific page:

<location path="install.aspx">
  <system.web>
    <httpRuntime executionTimeout="180"/>
  </system.web>
</location>

I guess you need to change the path to install/install.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.