How do I change default path of Visual Studio 19 for IIS Express?
I'm getting error :
"An error occurred launching IIS Express. Unable to launch configured Visual Studio Development Web Server. Unable to start program 'C:\Program Files\IIS Express\iisexpress.exe' The system cannot find the file specified.'
That is because it's not correct path. I need to change it to 'C:\Users\user\Documents\IISExpress' or 'C:\Program Files (x86)\IIS Express' if I'm correct.
How do I change that path? Did someone experienced the same problem?