I am new to IIS security and deploying asp.net web apps. I updated code to an existing asp.net web application using Visual Studio 2008 and deployed updated files to remote server with IIS7 and Server 2008 installed. I deployed by copy/past from local machine to remote machines' inetpub\wwwroot\foldername...I did not change anything else since the folder it belonged in was named the same.
The site opens from client machine when I am logged in with my administrator account. But other users who are authorized to see the app, are met with 401 error message: 401 - Unauthorized: "Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.
I am at a loss on why user cannot access the web site. What should I look at?