Ask a Question related to ASP.NET Security, Design and Development.
-
John Lau #1
SmtpMail works for logged on user but not asp.net on Windows XP
Hello,
I am sending an email using System.Web.Mail.SmtpMail to send mail. This
works fine when I am debugging in VS.Net, but fails when I am running from a
browser. The error message is:
Cannot open log for source {0}. You may not have write access.
When I comment out the SmtpMail.Send statement, the error goes away. What
permissions am I missing?
Any help would be greatly appreciated.
Regards,
John
John Lau Guest
-
[ANNOUNCE] Workaround Technote : Problems running Flash Player 8.0.24.0ActiveX control after installation when logged in as Restricted User on Windows
We've got a workaround technote in place for admins affected by the restricted user issue with Flash Player 8.0.24.0. ... -
I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Hi James, were you able to resolve your problem? I'd be interested to know how you achieved this. Basically I have the same set up as you. I want... -
Check if user is already logged in
Hi, i have a website , on wich users have to log in credentials are checked against mysql db some session vars are set during login for use... -
Logged in user?
I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina -
SMTPMAIL on Windows Server 2003
We just moved an ASP.Net app to a Windows 2003 Server, and the SMTPMail fails now with the following message: ... -
John Lau #2
Re: SmtpMail works for logged on user but not asp.net on Windows XP
Hey,
It was because my SmtpServer was not set properly. What a strange error.
John
"John Lau" <johnlau@olc.ubc.ca> wrote in message
news:eZ6dOVEnEHA.3992@TK2MSFTNGP15.phx.gbl...> Hello,
>
> I am sending an email using System.Web.Mail.SmtpMail to send mail. This
> works fine when I am debugging in VS.Net, but fails when I am running from
> a browser. The error message is:
>
> Cannot open log for source {0}. You may not have write access.
>
> When I comment out the SmtpMail.Send statement, the error goes away. What
> permissions am I missing?
>
> Any help would be greatly appreciated.
>
> Regards,
> John
>
John Lau Guest



Reply With Quote

