Base solution for your next web application
Open Closed

problem in deployment the ASPZero MVC Core on windows 2008 R #5575


User avatar
0
jehadk created

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)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, can you provide the version of your AspNetCore as well?

    Do you have Windows hosting bundle installed along with .net core runtime?

  • User Avatar
    0
    jehadk created

    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>)

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.