The error message prompts you to check whether there is an error message in the system event log
check the event log and find
according to ASP Net core module – Microsoft docs shows that the default configuration is in-process hosting, which is set to inprocess. It shows that the specified web project is out of process hosting
Solution:
only the published web Change hostingmodel = “inprocess” in config file to hostingmodel = “outofprocess” or delete hostingmodel = “inprocess” directly.
Read More:
- [Solved] net core HTTP Error 500.31 – Failed to load ASP.NET Core runtime HTTP Error 500.30 – ASP.NET Core
- The problem of using GB2312 encoding in .NET Core to report errors
- .Net Core 5.0 Upload File limit via Swagger Api report error: error: request entity too large [Three Methods]
- [Solved] Compile the program error: undefined reference to `cv::dnn::dnn4_v20210301::Net::~Net()‘
- [Solved] Springboot Error: org.apache.catalina.core.ContainerBase : A child container failed during start
- [Solved] java.lang.reflect.InaccessibleObjectException: Unable to make protected java.net.http.HttpRequest()…
- [Solved] Kubernetes Error: failed to list *core.Secret: unable to transform key
- [Solved] ASP Website Error: An error occurred on the server when processing the URL.
- org.springframework.core.NestedIOException: Failed to parse mapping resource: ‘file [XXX.xml]‘;
- How to Solve Chrome Error: net::ERR_FAILED
- [Solved] failed to req API:localhost:8848/nacos/v1/ns/instance. code:500 msg: java.net.ConnectException
- [Solved] .NetCore2.2 Upgrade to 3.1 Error: HTTP Error 500.37 – ANCM Failed to Start Within Startup Time
- Bin File Programming Failed, could not find core in coresight setup, erase error
- [Solved] HTTP Error 405.0-Method Not Allowed occurs in the Put operation of the REST service on IIS7.5
- package golang.org/x/net/XXX: unrecognized import path “golang.org/x/net/xxx“…
- How to Solve Error: homebrew-core is a shallow clone.
- [Solved] Could not find a package configuration file provided by “moveit_core“
- [How to Solve] Tesorflow: module ‘pandas.core.computation’ has no attribute ‘expressions’
- IIS Web Deploy Website Error: HTTP error 500.19 – Internal Server Error
- Qt5core.pdb is not loaded [How to Solve]