nopCommerce Installation failed

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 年 前
Hi,
I am trying to run the project via Visual studio. The install page is opened on the browser and the required information about the SQL server is provided then installation starts but after some time the error prompts "Execution Timeout". Meanwhile, the Database is created and tables are also created.
I have tried multiple times but the Same error is prompting.
"Setup failed: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
2 年 前
Try debugging solution using IIS Express. That should solve the issue.
Additionally, you can put database connection string manually in the config file if the database is already created. It’s a good work-around.
2 年 前
You can try running the no source version (run Nop.Web.exe) to see if install completes.  If it does, then you can  copy the appsettings and plugins .json files to your source version's App_Data folder
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.