Hi everyone,
I'm new to Microsoft Azure VM and trying to host my website on it.
I've followed all the steps and successfully hosted it but the IIS do not understand my hosted file is ASP.NET MVC C#
Eg:
In local file, when i run it looks like -> localhost/Admin/Login
In IIS, when i run -> ipaddress/Admin/Login, it shows '404 - File or directory not found.'
In IIS, when i run -> ipaddress/Views/Admin/Login, it shows '500 - Internal server error.' with the error message related to web config file.
Anyone know how to solve this issue? Appreciate your helps.