Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to publish this web app in local IIS? #904
Comments
|
Please describe step you have done to publish. Publish and deploy SimplCommerce is just like publish and deploy standard ASP.NET Core applications. Please checkout the docs from Microsoft https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-3.1 |
|
It does work on IIS on Server 2016 Had to work the web.config file |
|
after publish I get error cannot open SimpleCommerce. Login failed for AppPool\DefaultAppPool. |
|
What do you have for .NET CLR version: ? Are you able to offer any more details? Did you install the .NET Core Runtime Environment Hosting Bundle? |
|
Hosting bundle is installed installed |
|
Also if I manually create the database then it gives error Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid object name 'Core_AppSetting'. |
|
If I understand the error code, is your SQL Server on another Server separate from your IIS Server? In your file " appsettings.json " is it pointing to your SQL Server? If so, are you using User & PW? You still may need to update the Handlers for ISAPI, Remove WebDavModule, in your web.config file. |
|
@altumcon follow these steps https://github.com/simplcommerce/SimplCommerce#steps-to-run |
How to publish this web app in local IIS? After publish It's just created 4 files with an EXE type.