|
Subject:
|
403 Forbidden page comes up
|
|
Posted By:
|
rocco50
|
Post Date:
|
9/15/2006 3:22:08 PM
|
I extracted the project to a local folder and opened the solution in Visual Studio 2005. I have SQL Server Express running. When I started debugging, the browser prompted me for the credentials, so I entered "Admin" for username and "admin" for password like specified in the readme. I get the following error:
Server Error in '/TBH_Web' Application. HTTP Error 403 - Forbidden. Version Information: ASP.NET Development Server 8.0.0.0
I am logged in in a remote session and running VS under a user who is not part of the Administrators group, is this related?
|
|
Reply By:
|
englere
|
Reply Date:
|
9/16/2006 3:57:01 PM
|
What do you mean by "remote session"?
Did you see a page first, and then click to login, or did it prompt you before showing the site at all?
|
|
Reply By:
|
rocco50
|
Reply Date:
|
10/6/2006 2:48:24 PM
|
I am logging into the box which is running VS2005 using Terminal Services. The user which I am logging in as is limited to Users and Domain Users groups in the Active Directory. The Forbidden message displays before showing the site, first thing in the browser after I click on the Debug button in VS.
The site loads ok when I am logged onto the box directly in the console as Administrator.
|
|
Reply By:
|
rocco50
|
Reply Date:
|
10/9/2006 11:17:17 AM
|
Ok, found a temporary solution. I am using Windows authentication for now. I found out that I am able to login and see the main page of the site if I supply the user credentials of the user who is running the remote session. I didn't think this was necessary since I was already logged in as this user.
|