I have following problem:
there is windows server 2008 r2
it has iis 7.5 installed
I moved my application there (it is asp.net mvc 5 application), installed .net 4.5 framework on the server
ran following command in cmd
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
tried also %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
but still it throws exception: 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
I enabled directory browsing and only thing that it can make is browse through folders. But it is web application and not file directory to browse.
So can anyone tell me what am I missing?
IIS configuration:
UPDATE 1 IUSR and IIS_IUSRS both have full control I also tried adding Everyone with full control on the folder where my application is, but still same