When I refresh the browser on some of the pages I get this error:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
7 Answer(s)
-
0
Hi,
Which version of AspNet Zero do you use ? Angular2, Angular1, MVC 5.x or AspNet Core ?
Thanks.
-
0
I'm using asp.net core & angular 2.x v3.2.0
-
0
Hi,
Do you have such a web.config in your azure website <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/web.config">https://github.com/aspnetzero/aspnet-ze ... web.config</a> ? If not, please add it to your angular project's root directory.
-
0
Yes, web.config file has been added to site's root folder, only when refresh the browser I'm getting: "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
-
0
Hi,
Normally this should fix the problem. Did you restarted your azure web app after adding web.config ?
-
0
after restart the app service (it blows up :) ) It's working ..
-
0
Great :)