Skip to content

Configure IIS Express hosting for web applications #97

Description

@jongalloway

Goal

Make all web applications launchable via IIS Express or the ASP.NET Development Server so developers can F5 and see them running.

Web apps to configure

Project Framework Default Port (suggested)
Portal (Web Forms) ASP.NET 4.8 5001
StoreOps.Portal (Web Forms) ASP.NET 4.8 5002
Web.FranchisePortal (Web Forms) ASP.NET 4.8 5003
Web.CustomerHub (Web Forms) ASP.NET 4.8 5004
Web.Storefront (MVC 5) ASP.NET MVC 5 5005

Work needed

  • Add/verify .vs/config/applicationhost.config\ or per-project \launchSettings.json\ equivalent
  • Ensure \web.config\ has correct compilation debug settings
  • Verify static content handlers, default documents, and module registrations
  • Add a root solution \Properties/launchSettings.json\ or startup project configuration
  • Test that each app starts and renders its default page

Acceptance criteria

  • Each web app starts without errors on its designated port
  • Default pages render (even if showing sample/placeholder content)
  • Connection to LocalDB works (depends on database issue)

Metadata

Metadata

Assignees

No one assigned

    Labels

    go:needs-researchNeeds investigationrunnable-appWork to make the legacy solution actually run end-to-endsquadSquad triage inbox — Lead will assign to a membersquad:hudsonAssigned to Hudson (Tester)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions