POST form to a DLL?

  • Thread starter Thread starter David Lozzi
  • Start date Start date
D

David Lozzi

Howdy,

I have a little email script in asp.net 2.0 that simply receives the
request.form from an HTML form and sends the email then sends them to a
thank you page. Works great. However, is there a way to point the form to
the DLL for the file instead of the aspx page? The aspx page is pretty much
pointless since all of the script is in the compiled code behind. If I can't
point it to the DLL, is there any other way to do this? If I have to point
it to the aspx page, I guess I will....

Thanks

David Lozzi
 
Just hoping to minimize the necessary files the server needs to have to run
the script.
 
Back
Top