CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Feb 2009
    Location
    Chicago
    Posts
    4

    Logging onto IIS programatically

    Hi,

    I have a secure site that uses NT domain authentication.
    Someone else wants to create a link on their website to access mine.
    However, currently when they execute
    Response.Redirect("my domain and page go here");
    they get the Windows log-in pop up asking them for NT credentials.
    This user has a valid NT login and password on our domain, but is there a way for them to integrate into their Redirect statement.
    Alternatively, can they do something to get around seeing a pop-up dialogue box asking them to log in every time?


    Thanks
    Last edited by cjard; April 12th, 2009 at 03:39 AM. Reason: email removed to reduce your spam visibility

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured