clr 2.0 missing in iis log (& broken app)

F

frank

We created an asp.net 2.0 app, which sends smtp email using System.Web.mail.
The app is in an IIS 6 application pool isolated to 2.0 apps on a 2003
server.

The app worked fine for a few days; recently however it began failing when
sending to external addresses (it works fine if the recipient is inside our
internal domain).

Comparing the logfiles, I notice when it was working both versions of the
CLR appear in log entries, for example:

(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)

Log entries from when it fails only contain CLR 1.1, for example:

(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)

The app is configured to use ASP.NET 2.0. What would be causing that
version to disappear from the log entries (and presumably the app) like
this?
 
B

Bob Barrows [MVP]

frank said:
We created an asp.net 2.0 app, which sends smtp email using

Please cut down your crossposts in the future .. you hit several
irrelevant newsgroups, such as the .inetserver.asp.general group which
is focussed on classic ASP. The groups containing "dotnet" as part of
their names are the only relevant groups for your question
 
T

Trevor Benedict R

The SMTP service has its own Log. If it not turned on then enable logging
and see what is happening. Do you see any entries in the badmail folder. You
should also check with your Exchange Administator (if you have one) to see
if they are blocking any emails. You can also configure your SMTP service to
send underlivered emails to an alternate email. You may get more information
from that.

Regards,

Trevor Benedict
MCSD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top