security_asp thread: how to bypass the nt authentication when submitting asp form?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html;
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version
6.0.5762.3">
<TITLE>how to bypass the nt authentication when submitting asp
form?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=3D2 FACE=3D"Arial">Hi,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I currently working on a little form
(.html) that interacts with an .asp page to trigger an email sent to the
webmaster.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">In the .asp file, it is using JMail to
send out the data collected from the form. However, I have
login/password authentication on the severs.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">To complete the action of submitting
the form, it has to go through 2 login/password check points.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">1. form.html - resides on a web site
with login/password validation by java files.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">2. sendmail.asp - resides on an asp
server which has the NT authentication, same data would be used for this
and the mail server.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">My question is -- how can I include the
login/password in the .asp file so the viewers can send out the form
without entering for login/password?</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I tried to include the data by
these</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">JMail.MailServerUserName </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">JMail.MailServerPassword </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">JMail.Maildomain </FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">But when I submit the form, it still
prompts asking for password.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">How can I skip this step in submitting
the form? Or is there any work-around?</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Please advise me how to solve
this.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Thank you very much.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Yuching</FONT>
</P>
<BR>
</BODY>
</HTML>