problem in deployment the ASPZero MVC Core on windows 2008 R2 Enterprise Bild7601
Application 'MACHINE/WEBROOT/APPHOST/BARZNWEB.BARZNWEB.WEB.MVC' with physical root 'C:\ASPZero\publish' failed to start process with commandline 'C:\ASPZero\publish\BarznWeb.BarznWeb.Web.Mvc.exe ', ErrorCode = '0x80004005 : 80131700.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authentication mode="Windows" />
</system.web>
<system.webServer>
<handlers>
<add name="aspNetCore" path="" verb="" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath=".\BarznWeb.BarznWeb.Web.Mvc.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" />
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
3 Answer(s)
-
0
Hi, can you provide the version of your AspNetCore as well?
Do you have Windows hosting bundle installed along with .net core runtime?
-
0
AspNetCore, Version=3.5.0.0
Yes I installed dotnet-hosting-2.1.2-win
(<a class="postlink" href="https://www.microsoft.com/net/download/thank-you/dotnet-runtime-2.1.3-windows-hosting-bundle-installer">https://www.microsoft.com/net/download/ ... -installer</a>)
-
0
Can you set stdoutLogEnabled to true and check the error message in \logs\stdout ? Probably it will give you a better message about the problem.