POST form to a DLL?

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
 
D

David Lozzi

Just hoping to minimize the necessary files the server needs to have to run
the script.
 

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

Top