Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2004, 09:15 AM
Authorized User
 
Join Date: Nov 2003
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Default retriving url from NT secured site

Hi all,

im trying to retrive a url using HttpWebRequest object and to present it on screen.
Since the url im refereing to is a NT secured site a logon pop screen appears asking for username/password.
I tried to do the following but it doesnt seem to be working:
HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://myurl");
request.Credentials = new NetworkCredential("test","test","domainName");
HttpWebResponse response;
try
{
response = (HttpWebResponse)request.GetResponse(); //here he throws an exception -->The remote server returned an error: (403) Forbidden. System.Net.HttpWebResponse Error
}

Any ideas ?



Yuval Kronenfeld
Web Developer
__________________
Yuval Kronenfeld
Israel





Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Secured Forms Borhani Excel VBA 4 January 23rd, 2008 02:06 AM
Secured FTP File Transfer syed_sooraj Classic ASP Basics 1 December 7th, 2007 06:29 PM
Is using DataSet secured gaurav_jain2403 ADO.NET 1 February 11th, 2006 01:05 PM
Accesing secured IIS server ichbin Beginning PHP 1 December 10th, 2004 05:19 AM
P2P Site URL Ben Horne Forum and Wrox.com Feedback 3 March 4th, 2004 05:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.