I have been developing a WebApi2 REST API with swagger docs (using swashbuckle) for a while now however in my local sandbox version I cannot get to the SwaggerUI, nor the swagger xml via a GET request. I have compared swagger setup between my code versions and there has not been any code changes in this area. I have uninstalled swashbuckle and IISExpress without any effect. I am running out of ideas and I would appreciate some advice on next steps to try and debug the swagger generation / or find out if there is any logging I can switch on the help diagnose further.
Apologies for posting such a general problem, but I am at a loss after looking at this for about 5 hours now.
Thanks
Mark