-1

What is a prefered way to get to the configuration of IIS express ? The one launched by Visual Studio 2022 ?

I used to share access to the running Visual Studio iis developement app over the local network, tweaking iis express config.

In order to test and debug on other devices, like my phone.

Is there anyway to do that again?

I tried to find the IIS icon that used to be in the tray when Visual Studio was running a developpement web app. I expected it to be there.

Lex Li
  • 60,503
  • 9
  • 116
  • 147
cdup
  • 49
  • 4

1 Answers1

3

You probably can forget about all those troubles in the past and use Visual Studio 2022 Dev Tunnels instead,

https://visualstudiomagazine.com/articles/2022/11/18/dev-tunnels.aspx

Officially from Microsoft and fully supported.

enter image description here

Lex Li
  • 60,503
  • 9
  • 116
  • 147
  • In Visual Studio 2022 17.6+ the Preview Feature flag has been removed, it's enabled by default. Official docs are at https://learn.microsoft.com/en-us/aspnet/core/test/dev-tunnels?view=aspnetcore-7.0. – Sayed Ibrahim Hashimi May 24 '23 at 19:27