I want to email an aspx page, which has database connectivity, from my web application. The page contains submit button and

IHttpHandler (ashx) for images. The page images are in my SQL Server database and opening it directly to the image control using ashx file.

Can I email the said aspx page from my application.

Any reply will appreciated and thanks in advance

Recommended Answers

All 2 Replies

Hi,
I'm a little confused but do you need to send an actual aspx page (with code behind) via email to users of your website and then expect the dowloaded page to work when the user saves it and opens it?
How can you be sure the user can run the page (IIS would need to be installed and running at the very least). Wouldn't simply having that page as part of your website serve the same purpose?
If I've got the wrong idea from your post please let me know...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.