I\'m sending a link in my web application to users mails (for confirming user registration) as the following :
You should URL encode the confirm parameter. The error you get is because of the last == fragment.
confirm
==
For this use HttpServerUtility.UrlEncode or similar framework methods.