Hello
I have in the same VS project a UI and a web service (I know it's bad)
I have updated the project to authenticate user that use the UI using ADFS but now my .asmx service also require to be authenticated and also require https.
Do you think that It's possible to update the web config to exclude the web service from the ADFS authentication ?
And how I can do that ?
Go to the complete details ...