2
I have a webservice restfull
and when Pure on my machine with my Visual Studio it works normally, but when I publish on my production server with IIS 7
it gives a denied access error. My project is in mvc
, but if I place a test page at the root of my project on the server, the test page opens normally.
Simply put an HTML page in the folder where I am publishing the project, it opens the page showing that it is not authentication problem on the server, but when I publish my restfull mvc it gives the error:
403 - Prohibited: access denied.
I’m using anonymous authentication, framework 4.5
, I’m going up the project by ftp
in the Publish Visual Studio and my iis
is on a machine win 8
.
I forgot to mention, I’m using anonymous authentication!
– Kaique Mota
You set up IIS to accept anonymous hits?
– Randrade
Is it your own server? Or do you use a provider?
– Jéf Bueno
Own server!
– Kaique Mota
The error shown is 403.14 ?
– Julio Borges
not only 403 even!
– Kaique Mota