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?
Printable View
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?
Take a look at WNetAddConnection2 and WNetAddConnection3 APIs and see if this is what you are looking for.