|
Home > Archive > FrontPage Server Extensions for Windows > September 2005 > FP2002 Win2K3 and forms.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FP2002 Win2K3 and forms.
|
|
| Michael with Grey Hairs 2005-09-13, 7:48 am |
| Hey!
I've got a Win2K3 SP1 Server running FP2002 on IIS 6.0 and Excahnge 2003 SP1.
When I try to send a form as email, it prompts for username and password.
And the server dont send any email, but logs this in Eventlog:
Microsoft FrontPage Server Extensions:
http://master - Error #160002 Message: Cannot connect to SMTP host
'127.0.0.1'.
I've want to be able to submit the form without logging on the server, and
send it as a email within my domain.
What goes wrong?
Regrads
Michael.
| |
|
| The SMTP server is set up to require a user login - FP extensions are
not able to do this, hence the errors.
Either configure the SMTP server to not require a login, or rewrite
your forms to use server-side scripting such as ASP or asp.NET in
conjunction with CDOSYS to send the email.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
"Michael with Grey Hairs" <Michael with Grey
Hairs@discussions.microsoft.com> wrote in message
news:E760897F-EF7D-4F7C-B460-184775F0A7E7@microsoft.com...
> Hey!
>
> I've got a Win2K3 SP1 Server running FP2002 on IIS 6.0 and Excahnge
> 2003 SP1.
> When I try to send a form as email, it prompts for username and
> password.
> And the server dont send any email, but logs this in Eventlog:
> Microsoft FrontPage Server Extensions:
> http://master - Error #160002 Message: Cannot connect to SMTP host
> '127.0.0.1'.
>
> I've want to be able to submit the form without logging on the
> server, and
> send it as a email within my domain.
>
> What goes wrong?
>
> Regrads
> Michael.
| |
| Michael with Grey Hairs 2005-09-13, 7:48 am |
| The SMTP server is set to require user logon, except if its the server
sending. But I've got it working now. The problem was securtiy on the vti_bin
dir, no ano access.
Regrads
Michael.
"Ronx" wrote:
> The SMTP server is set up to require a user login - FP extensions are
> not able to do this, hence the errors.
> Either configure the SMTP server to not require a login, or rewrite
> your forms to use server-side scripting such as ASP or asp.NET in
> conjunction with CDOSYS to send the email.
> --
> Ron Symonds
> Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> "Michael with Grey Hairs" <Michael with Grey
> Hairs@discussions.microsoft.com> wrote in message
> news:E760897F-EF7D-4F7C-B460-184775F0A7E7@microsoft.com...
>
>
>
|
|
|
|
|