I am having a problem with this exercise. this is my error that i got after I requested SignUp.aspx
An existing connection was forcibly closed by the remote host.
PS. Refer to Chapter 9 I don't have any error with it. I use yahoo account. and this is my mail configuration if web.config file
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="
[email protected]">
<network enableSsl="true" host="smtp.mail.yahoo.com" password="myPassword" userName="
[email protected]" port="465" />
</smtp>
</mailSettings>
</system.net>