Writing into the Pickup directory

C

carmelo

Hi,
I created an ASP page for sending email messages. I'd like to write
these messages directly into the C:\Inetpub\mailroot\Pickup directory.
The problem is that when the IIS SMTP is active writing is not
possible... How can I do?

Thank you very much in advance
Carmelo
 
C

carmelo

I discovered that the problem was not about writing when the IIS SMTP
is active... The problem seems to be due to a limit on the length of
text data I'm trying to post to the ASP page...

Have you got any suggestion to avoid long text data post limits ?


Thank you again
Carmelo
 
F

Fred

Dans :
carmelo écrivait :
I discovered that the problem was not about writing when the IIS SMTP
is active... The problem seems to be due to a limit on the length of
text data I'm trying to post to the ASP page...

Have you got any suggestion to avoid long text data post limits ?


Add an httpRuntime element in the system.web element of your web.config
<httpRuntime maxRequestLength="your value in kilobytes" />

Your can also use it inside a location element to limit the effect to a
specific page ...
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top