I have an ASP site with web services that access outside libraries. i.e. all of my web services are contained in the "App_Code" folder.
I would like to unit test these web services, but I need to be authenticated in order to access them.
Is there a way to unit test authenticated web services in an ASP web project?
I found this question that seems to be asking a similar question, but I thought there may have been some developments in 3 years.
I also found this project that tests code behinds, which is ALMOST what I need, but not quite.
Thanks in advance!