So what is the exact error you are getting? Sounds like you are saying that 
it's trying to load the controller JS from the wrong location. But how are 
you referencing the JS? Are you using <script> tags? Is it being loaded 
dynamically? If so by what?


On Thursday, November 19, 2015 at 1:03:32 PM UTC-5, Edison Oliveira wrote:
>
> 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.

Reply via email to