Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Secure site

Reply
Thread Tools

Secure site

 
 
Maziar Aflatoun
Guest
Posts: n/a
 
      03-04-2005
Hi,

We have a section of our website that requires NT authentication ex.
http://www.oursite.com/secure . So once a user tries to access this section
he/she is required to type in a username/password. Is it possible to send
this username/password in C#.NET? So that the user doesn't get prompted.

Thank you
Maz.


 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      03-04-2005
For NT authentication it is possible for the browser to send
credentials automatically (no prompts). Tools -> Options -> Security
-> Custom Level -> User Authentication.


--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 4 Mar 2005 11:24:26 -0500, "Maziar Aflatoun"
<> wrote:

>Hi,
>
>We have a section of our website that requires NT authentication ex.
>http://www.oursite.com/secure . So once a user tries to access this section
>he/she is required to type in a username/password. Is it possible to send
>this username/password in C#.NET? So that the user doesn't get prompted.
>
>Thank you
>Maz.
>


 
Reply With Quote
 
 
 
 
Maziar Aflatoun
Guest
Posts: n/a
 
      03-04-2005
This is for our users. Is it possible to do this with code?

Thanks
Maz.

"Scott Allen" <> wrote in message
news:...
> For NT authentication it is possible for the browser to send
> credentials automatically (no prompts). Tools -> Options -> Security
> -> Custom Level -> User Authentication.
>
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Fri, 4 Mar 2005 11:24:26 -0500, "Maziar Aflatoun"
> <> wrote:
>
>>Hi,
>>
>>We have a section of our website that requires NT authentication ex.
>>http://www.oursite.com/secure . So once a user tries to access this
>>section
>>he/she is required to type in a username/password. Is it possible to send
>>this username/password in C#.NET? So that the user doesn't get prompted.
>>
>>Thank you
>>Maz.
>>

>



 
Reply With Quote
 
Scott Allen
Guest
Posts: n/a
 
      03-04-2005
Hey Maz:

You mean make those IE settings via code?

I believe so, but I don't know how offhand. I believe most companies
will use group policy. You can export the settings into a .cab file to
automagically configure end user desktops.
http://www.microsoft.com/windows/iea...n/ieakmmc.mspx

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 4 Mar 2005 15:06:01 -0500, "Maziar Aflatoun"
<> wrote:

>This is for our users. Is it possible to do this with code?
>
>Thanks
>Maz.
>
>"Scott Allen" <> wrote in message
>news:.. .
>> For NT authentication it is possible for the browser to send
>> credentials automatically (no prompts). Tools -> Options -> Security
>> -> Custom Level -> User Authentication.
>>
>>
>> --
>> Scott
>> http://www.OdeToCode.com/blogs/scott/
>>
>> On Fri, 4 Mar 2005 11:24:26 -0500, "Maziar Aflatoun"
>> <> wrote:
>>
>>>Hi,
>>>
>>>We have a section of our website that requires NT authentication ex.
>>>http://www.oursite.com/secure . So once a user tries to access this
>>>section
>>>he/she is required to type in a username/password. Is it possible to send
>>>this username/password in C#.NET? So that the user doesn't get prompted.
>>>
>>>Thank you
>>>Maz.
>>>

>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Secure your digital information assets with Secure Auditor. SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:53 AM
Secure your digital information assets with Secure Auditor SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:52 AM
Secure your digital information assets with Secure Auditor and alsoSecure Windows with Secure Auditor alannis.albert@googlemail.com Wireless Networking 0 04-14-2008 06:37 AM
Sharing Session state over secure / non-secure requests Daniel Malcolm ASP .Net 0 01-24-2005 04:45 PM
This page contains both secure and non secure items. A.M ASP .Net 5 06-08-2004 05:43 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57