My application works fine when I was running fine in local iis express. The application was running in the root url like 'http://localhost:61975/login'. But in the web server the application was deployed in a folder and now I got the error 404 for all pages, scripts and content, because the app is ignoring the folder. For instance: Should be: http://www.mydomain\folder\app\controller\mycontroller.js as is: http://www.mydomain\app\controller\mycontroller.js ERROR 404.
I already try to put the tag <base href="folder\" />, but does not work too. Any help, please? Tks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
