Skip to content

Support legacy Asp.Net MVC and console (e.g. topshelf) projects for simpler upgrade from NetFX to Net Core/8 #4984

@gentledepp

Description

@gentledepp

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

The aspire host allows me to also start basic .net 4.8 console and mvc projects.
But

  • for the MVC project it shows no endpoints in the Dashboard
  • and adding opentelemetry incl OTLP exporer did not allow me to see any traces.

See this discrussion for reference
#4842

Describe the solution you'd like

Best option:
VS support for adding Aspire to an existing Asp.NET MVC project.

Good enough:
A step-by-step tutorial in how to set this up.
I tried but failed unfortunately.

Additional context

Background information: We are trying to migrate an asp.net MVC app to Asp.Net Core using the recommended approach

Thereby it would be nice if we could use Aspire to develop and run the old and new web app and also see which calls end up where (strangler fig pattern)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions