I have a large enterprise application containing both WebForms and MVC pages. It has existing authentication and authorisation settings that I don\'t want to change.
If "rest" is simply a folder in your root you are almost there: remove authentication line i.e.
Alternatively you can add a web.config to your rest folder and just have this:
Check this one.