-
Hi Team, One question and feel free to move this to a discussion if it's not an issue. Currently I have to work on an old project with a bunch of ASP.NET Classic projects (.NET FW, MVC, WCF, app.config. web.config etc) and the onboarding process is a disaster. Could I use .NET Aspire to make this as streamlined as in your demos? (I know out customer should migrate to ASP.NET Core but that's a different story) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The orchestrator project can launch classic .NET Framework projects while running in visual studio but there are lots of gaps in the experience (ones that do not plan to fill):
So you can launch and debug your application and dependencies, everything else you'll have to build. At least its not yaml so you can! 😄 |
Beta Was this translation helpful? Give feedback.
-
@tibitoth @tdhatcher I've been working on a proof of concept to see how some of this will play out. It's currently published to https://github.com/Sebbs128/AspireNetFramework. It's based a little on the IIS Express-based resource David Fowler shared earlier (but pulls the existing site configs VS uses from I'm definitely interested in trying to develop this further in a community-maintained library, if either of yourselves are also interested (or know of people who are). |
Beta Was this translation helpful? Give feedback.
@tibitoth @tdhatcher I've been working on a proof of concept to see how some of this will play out. It's currently published to https://github.com/Sebbs128/AspireNetFramework. It's based a little on the IIS Express-based resource David Fowler shared earlier (but pulls the existing site configs VS uses from
.vs/{solution name}/config/applicationhost.config
.I'm definitely interested in trying to develop this further in a community-maintained library, if either of yourselves are also interested (or know of people who are).