CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    17

    NT Logon Hard coded

    I wish to hard code an NT user and password in a ASP page so clients that click a link to export data to Excel will not get the logon prompt. Is this possible?


  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: NT Logon Hard coded

    Take a look at WNetAddConnection2 and WNetAddConnection3 APIs and see if this is what you are looking for.


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