I have a webservice restfull
and when I debug on my machine with my Visual Studio it works normally, but when I publish to my production server with IIS 7
it gives an access denied error. My project is in mvc
, but if I put a test page in the root of my project on the server, the test page opens normally.
I simply put a HTML page in the folder where I am publishing the project, it opens the page showing that it is not an authentication problem on the server, but when I publish my restfull mvc it gives the error:
I'm using anonymous authentication, framework403 - Forbidden: access is denied.
4.5
, I'm uploading the project by ftp
in publish of Visual Studio and my iis
is on a win 8
machine.