Implementing subscription confirmation
In a typical subscription model a user would get to the confirmation page from an e-mail message requesting subscription confirmation.
Implement subscription confirmation as follows:
- ASP.NET Web sites
-
Modify or customize the
confirm.aspxandconfirm.aspx.cspages and deploy them on your Web site - Java/JSP Web sites
-
Modify or customize the
confirm.jsppage and deploy them on your Web site.