Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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. ...
    4. Wanted to build: bare minimum Debian system
      -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/IJRE5sRg+Y0CpvERApsmAKCGxRyDYUKWyLwL4ptHkhsQQjFtNACfa7kp...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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!

    >-----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 [url]www.microsoft.com/security[/url]
    >This posting is provided ¡°as is¡± with no warranties
    and confers no rights.
    >
    >
    >.
    >
    Mark Fox Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139