I used apidocjs to setup the documentation of my asp.net web api app. Everything works fine on my machine when I run my web api in visual studio but not on the server I deployed the app to. I get a 404 error when I navigate to the index.html generated by apidocjs. I think it's an issue with IIS.
I need suggestions on how to resolve this?