I have an AngularJS project in "empty" type .net project, which is hosted on IIS with .Net 4.0 framework. I basically don't use any .net dlls but since the project has a web.config file i add some App setting to use in the project. Trying to set development/production setting.
Is there a way to access AppSettings in the .net web.config file from AngularJS, because i am not using a MVC project, I can't use razor (@System.Configuration.ConfigurationManager.AppSettings["url"]).
Is there another way to this?
Thanks
web.configis protected outside of .NET environment.