recently, we developed 2 ASP.NET MVC Web Apps and deployed it on same IIS Website with multiple web apps i.e. URL of web apps were like :
<a href="http:///webapp1/api/getdata">http://<server:port>/webapp1/api/getdata
http://<server:port>/webapp2/api/getuser
How can we deploy in similar same 2 webapps in same azure web app ?
Vipin tanwar.vipinkumar@gmail.com