T
Thom Little
I have an ASP 3 application that I am converting to and improving with
ASP.NET. This application creates two temporary flat files and appends them
to an SMTP mail message that it then sends.
Can I use the Cache in ASP.NET for a similar purpose instead of writing to
and reading from disk on the server? Is there a better approach?
Is there an example or description that you can recommend?
ASP.NET. This application creates two temporary flat files and appends them
to an SMTP mail message that it then sends.
Can I use the Cache in ASP.NET for a similar purpose instead of writing to
and reading from disk on the server? Is there a better approach?
Is there an example or description that you can recommend?