Discussion:
Question about generating a Activation page
(too old to reply)
Chi Wai
2008-02-26 10:08:04 UTC
Permalink
Hi

Is there anyway I could generate a page for the activation that, when the
User click on the URL from their email.
it will load up the page in the browser. then the aspx page can get the
value of that URL and process the account activation?

E.g.
URL example:
http://www.abc.com/Activation.aspx?acode=di324how

then the ASPX page can extract the string
di324how?

I would be grateful, if you can give me advice on how to make the make a
activation page.

Many thanks

Chi
v***@prcvap.microsoft.com
2008-02-27 02:30:33 UTC
Permalink
Chi Wai
2008-03-03 08:17:52 UTC
Permalink
Hi Wen Yuan

Thanks for your information.

Many thanks

Chi
Hello Chi,
In my opinion, you can generate a email which included a link with GUID.
Then, you can sent it by SMTPClient object in .net framework.
When customer click on the link in email, they will be redirected to your
asp.net page. In that page, GUID could be extract from http request.
Hope this helps.
Best regards,
Wen Yuan
Microsoft Online Community Support
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
v***@prcvap.microsoft.com
2008-03-04 02:12:56 UTC
Permalink
Loading...