Ask a Question related to ASP.NET General, Design and Development.
-
Mark Fox #1
Bare LF
Hello,
I have a site that was working great until I
uploaded it to a server with the .NET Framework 1.1 on it
(it was compiled on a box with .NET 1.0 SP2). I am
getting an error from the SMTP server when ASP.NET
attempts to send an e-mail. It says that ASP.NET is
sending "Bare LFs" (Bare Line Feeds without carriage
returns) which is a violation of some e-mail standard.
The problem is described at
[url]http://pobox.com/~djb/docs/smtplf.html[/url]
Is there a way to get ASP.NET to abide by the internet
standards and not send bare LFs? If you would like more
info, let me know. Thanks for your help!
Mark Fox Guest
-
Bare Linefeeds in SMTP Messages
I don't know if this is the right forum. I was trying to send out email using CDO.Message. (Windows 2003 Server with IIS 6) But some of our clients... -
Receive and return bare XML in C#/ASP.NET Web Service
All I wanted to do was implement a web service where I'd receive an XML document and return one in response. I'd already figured out how to use... -
FA Bare Bones Text Wrangler
Im selling my license for Bare Bones Text Wrangler on Ebay. I had to move up to BB Edit. License to completely transferable. ... -
Wanted to build: bare minimum Debian system
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/IJRE5sRg+Y0CpvERApsmAKCGxRyDYUKWyLwL4ptHkhsQQjFtNACfa7kp... -
Bare metal recovery solutions
Hello I would like to know what kind of software you are using for bare metal recovery. We are using Legato Networker for backup and recovery... -
Steve C. Orr, MCSD #2
Re: Bare LF
Might this work for you?
Replace(MyString, vblf, vbcrlf)
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Mark Fox" <info@solelsoftware.com> wrote in message
news:055701c3556f$bbeedc30$a401280a@phx.gbl...> Hello,
>
> I have a site that was working great until I
> uploaded it to a server with the .NET Framework 1.1 on it
> (it was compiled on a box with .NET 1.0 SP2). I am
> getting an error from the SMTP server when ASP.NET
> attempts to send an e-mail. It says that ASP.NET is
> sending "Bare LFs" (Bare Line Feeds without carriage
> returns) which is a violation of some e-mail standard.
> The problem is described at
> [url]http://pobox.com/~djb/docs/smtplf.html[/url]
>
> Is there a way to get ASP.NET to abide by the internet
> standards and not send bare LFs? If you would like more
> info, let me know. Thanks for your help!
Steve C. Orr, MCSD Guest
-
S. Justin Gengo #3
Re: Bare LF
I would guess that this has nothing to do with the framework but with the
mail server itself.
We've upgraded our servers to the 1.1 framework and have many apps that send
mail. None of them stopped working.
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Mark Fox" <info@solelsoftware.com> wrote in message
news:055701c3556f$bbeedc30$a401280a@phx.gbl...> Hello,
>
> I have a site that was working great until I
> uploaded it to a server with the .NET Framework 1.1 on it
> (it was compiled on a box with .NET 1.0 SP2). I am
> getting an error from the SMTP server when ASP.NET
> attempts to send an e-mail. It says that ASP.NET is
> sending "Bare LFs" (Bare Line Feeds without carriage
> returns) which is a violation of some e-mail standard.
> The problem is described at
> [url]http://pobox.com/~djb/docs/smtplf.html[/url]
>
> Is there a way to get ASP.NET to abide by the internet
> standards and not send bare LFs? If you would like more
> info, let me know. Thanks for your help!
S. Justin Gengo Guest
-
Tian Min Huang #4
RE: Bare LF
Hi Mark,
When upgrading to .NET framework 1.1, IIS will be bind to ASP.NET 1.1
automatically. Could you please try building your web application under
.NET framework 1.1 again to see if it could resolved the problem? Or you
could bind IIS to asp.net 1.0 again by running aspnet_regiis.exe under 1.0
framework directory. However, I prefer you rebuild the project in 1.1 to
utilize the new framework.
Hope this helps.
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! ¨C [url]www.microsoft.com/security[/url]
This posting is provided ¡°as is¡± with no warranties and confers no rights.
Tian Min Huang Guest
-
Tian Min Huang #5
RE: Bare LF
Hello Mark,
I'd like to follow up with you and see if there is any further I can help.
I am standing by for your response.
Have a nice day!
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! ¨C [url]www.microsoft.com/security[/url]
This posting is provided ¡°as is¡± with no warranties and confers no rights.
Tian Min Huang Guest
-
Mark Fox #6
RE: Bare LF
Huang,
Thank you for following up, Huang. I am sorry for
not replying sooner. It seems ads though it was a
problem with the mail server and not ASP.NET and it is
currently resolved. But thank you so much for your
assistance!
further I can help.>-----Original Message-----
>Hello Mark,
>
>I'd like to follow up with you and see if there is anyand confers no rights.>I am standing by for your response.
>
>Have a nice day!
>
>Regards,
>
>HuangTM
>Microsoft Online Partner Support
>MCSE/MCSD
>
>Get Secure! ¨C [url]www.microsoft.com/security[/url]
>This posting is provided ¡°as is¡± with no warranties>
>
>.
>Mark Fox Guest



Reply With Quote

