global.asa and Smart Mailer does not work
Question
When sending e-mails using a template an timeout error occurs. When the file global.asa is removed it all works fine. How to make it work togetter with the global.asa.
answer
You can simply prevent this problem by adding following line on top of your code:
<%@ enablesessionstate = false %>
Comments
Be the first to write a comment
You must me logged in to write a comment.