Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

beta8 published app doesn't run on IIS 7.5 #416

@PeterJakubik

Description

@PeterJakubik

I cannot run published beta8 app in IIS 7.5

I have installed beta8 and created new project (Empty web app)
and it works well with IIS Express from visual studio.

I have installed platform handler 1.2 ( and i see httpPlatformHandler in IIS Modules)
Then i published the app and add IIS Application pointing to wwwroot.

web.config looks like this

<configuration>
  <system.webServer>
    <handlers>
      <add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
    </handlers>
    <httpPlatform processPath="..\approot\web.cmd" arguments="" stdoutLogEnabled="false" stdoutLogFile="..\logs\stdout.log" startupTimeLimit="3600"></httpPlatform>
  </system.webServer>
</configuration>

When i enable stdoutLog i get log entry:
"Hosting environment: Production
Now listening on: http://localhost:32299
Application started. Press Ctrl+C to shut down.
"

The browser returns 404.
I tried setting AppPool .NET Framework to 4, or no managed code, still getting 404

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions