Running ASP.Net page
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=16860
Printed Date: 29 March 2026 at 2:48am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Running ASP.Net page
Posted By: Phat
Subject: Running ASP.Net page
Date Posted: 10 October 2005 at 7:09am
I have started to make my first asp.net site and am having a problem running the pages on localhost.
When I run the page I get
Server Error in '/Plan' Application.
HTTP Error 403 - Forbidden.
Version Information: ASP.NET Development Server 8.0.0.0
Also when running the page it asks for a user name and pasword for IIS. I have not set a password so am not sure what to enter.
Is this a setting in IIS or is there som eother way to run the page without it asking for a password?
------------- http://buildit.sitesell.com/sitebuildithome.html - Get a website that sells
|
Replies:
Posted By: michael
Date Posted: 10 October 2005 at 9:45am
Am I correct that you are using vs2005? From the Version Info it appears you are using the Dev Server that comes with it so IIS is completely out of the picture... Don't really think it can have to do with code but you may wanna post it. Also, what authentication method did you configure in the web.config?
------------- http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker
|
Posted By: Phat
Date Posted: 12 October 2005 at 6:06am
I am using visual web developer 2005 beta. The app i tried to run was a defualt one made by the software.
I have not made any changes to the code. Will keep playing think it may be a PC issue.
------------- http://buildit.sitesell.com/sitebuildithome.html - Get a website that sells
|
Posted By: davidshq
Date Posted: 17 October 2005 at 11:00pm
What browser are you using? Do you have friend HTTP errors on? If you
have friendly HTTP errors on, turning them off will be the first step
to debugging (that looks a bit too friendly). Also, if you are using
Firefox, it has difficulties with VWD's desire to use NTLM
authentication and this must be turned off before it will run.
David.
------------- - http://www.davemackey.net/" rel="nofollow - Dave Mackey - Virtual Home.
|
|