Home > Enterprise >  Can I host multiple versions of ASP.NET Core websites at the same time on IIS server
Can I host multiple versions of ASP.NET Core websites at the same time on IIS server

Time:02-01

ASP.NET Core 6 is here and I made a new website using it, but now I would like to host it on the same server that one of my other websites uses and it is run by ASP.NET Core 3.1, can I host multiple different versions of ASP.NET Core on the same server?

Thanks in advance Best regards Max

CodePudding user response:

I had problems running 2 versions at the same time but you can, it works if you install both 3.1 and 6.

  •  Tags:  
  • Related