We are trying to migrate MVC4 applications to Azure website since there is no option of creating sub site in azure website so below code from MVC 4 is breaking
Can someone tell me what needs to be done to fix the issue for below so that it can be used both in MVC 4 and azure website
window.location.href = '/**SubSite/Customer/Details?**
As there is no sub site inn azure above code was breaking
Any help is appreciated