I want to run my application through azure project in Visual Studio. But it runs it not as I expected. It runs the project like: http://127.0.0.1:82/ not as I want: http://testproject.com.
I want to run my application through azure project in Visual Studio. But it
Share
If you are running the site on your local machine you can update your Hosts File so that it includes an entry for testproject.com that points to 127.0.0.1 while you’re testing. When you’re done testing make sure you remove the entry in this file.