create guid and send with confirmation link

SuperSha

New Member
I create guid using the code this\[code\]sGuid = System.Guid.NewGuid().ToString();\[/code\]And passing it with the confirmation link using this:\[code\]const string body = "To confirm 'http://www.mysite.com/verify.aspx?sGuid'Verify your account";\[/code\]But, I find that in my email inbox massage it looks like\[code\]http://www.mysite.com/verify.aspx?sGuid\[/code\]The confirmation link shows no guid. I can't find what is wrong. I am using localhost .Is there anyway to test the confirmation link at using localhost?
 
Back
Top