Posted on: 1/16/2015 5:25:05 PM | Views : 665

Hi there:
My network administrator is setting a new development server.  I have ASP.net application running in the production server for a number of years.  The application uses SQL server, roles and website map, security trimming..
When I run it from my VS2010 local machine it works fine.
When I run it from the newly setup application server it only displays the page that is run from the application root folder and with permissions for all..  When I click on the submenu / folder item I get an error listed below.  My guess is that windows authentication is not setup on the server.  Could someone provide good steps by step instructions how to set windows authentication/impersonation on Windows application server (server is 2008R/IIS 7.5).
Error Message:
401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the ...

Go to the complete details ...