Hi,
I wrote some WebAPI controllers using WebAPI for DNN 7.0 similar to this (
http://www.dnnsoftware.com/community-blog/cid/142400/Getting-Started-with-Services-Framework-WebAPI-Edition
Today I upgraded DNN to 7.2.1 to WebAPI2 and my services on my local machine are now not working - they return
"HTTP Error 404.0 - Not Found".
I think it is something to do with IIS and extensionless URLs - I checked IIS and DesktopModules is not an application (
http://stackoverflow.com/questions/19203815/adding...
)
I tried Fiddler and F12 Debugging tools and the message is giving no clues away. How can I debug this to work out where the problem lies?
Thanks