Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP for hiding AUTHENTICATION Dialog box in ASP

Status
Not open for further replies.

amishkhatri

Programmer
Joined
Jan 14, 2004
Messages
4
Location
IN
hi all
currently i m wroking in one of the web site development and i have a query about hiding dialog box.
In my company there is a server called logger which has username,password and domein name.I provided my user a link where they can directly access this server's application.but when user clicks on that particular link AUTHENTICATION
DIALOG BOX pops up .Actually i dont want user to know my server's authentication .So please any body can suggest me that how do i hide authentication dialog.
 
The reason that authentication box is coming up is because the web server your directing them to requires NT authentication. When they connect to the box it asks their local machine for authentication information. If they don't have either high enough network authentication or exactly the same username and password locally then it will ask them for a username and password. This is a standard part of NT authentication. To my knowledge the only way to make it not appar would be to turn off authentication for the web server on the remote box.

-T

01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111
The never-completed website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top