473,394 Members | 1,640 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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
http://pobox.com/~djb/docs/smtplf.html

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!
Nov 17 '05 #1
5 3343
Might this work for you?

Replace(MyString, vblf, vbcrlf)

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"Mark Fox" <in**@solelsoftware.com> wrote in message
news:05****************************@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
http://pobox.com/~djb/docs/smtplf.html

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!

Nov 17 '05 #2
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:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Mark Fox" <in**@solelsoftware.com> wrote in message
news:05****************************@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
http://pobox.com/~djb/docs/smtplf.html

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!

Nov 17 '05 #3
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 www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
Nov 17 '05 #4
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 www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
Nov 17 '05 #5
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!

-----Original Message-----
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 www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.

.

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: John J. Lee | last post by:
Bare "except:", with no exception specified, is nasty because it can easily hide bugs. There is a case where it seemed useful to me in the past. Now it seems like a bad idea to me (but I think...
4
by: He Shiming | last post by:
Hi, I'm wondering how can I use <DIV> to mimic a <TABLE>. In a bare <TABLE> without a width attribute, the width of the table get dynamically expanded according to the content. However, <DIV>...
0
by: Tess | last post by:
Okay. You asked for it. Here it is. Everything below the cutmark is pure, grade A, unadulterated David Fenton. Or see for yourself at: ...
2
by: Richard A. Wells | last post by:
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 XmlReader and XmlWriter classes to do the XML work I...
13
by: parley | last post by:
After several years of programming WWW applications in ASP.NET (and several other frameworks) our division has come to what might seem a counterintiutive conclusion: Writing ASP.NET code in a...
2
by: Phil Lee | last post by:
What's the general opinion on which of these to choose? I see that the SoapDocumentServiceAttribute defaults to literal/wrapped, but this article -...
2
by: pgnPoster | last post by:
I am having the dickens of a time figuring this out. I've been googling high and low, but all the examples I find involve the iframe's src containing some HTML albeit minimal. I just want it to...
1
by: deja | last post by:
hi, I'm using ParameterStyle.Bare and have a Request Object as an in parameter for my web method. The Request object holds a BaseObject. I have many different WebServices all using this single...
26
by: Don Calloway | last post by:
I have created a <filename>.db1 (where <filenameis the name given to the database) Access database that is being used in multi-user mode. When the <filename>.db1 file is opened by a user, the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.