2/20/2008 8:11 PM UTC
Re: Signup process doesn't work correctly
JayTR

Any luck with figuring this out? It still doesn't work. The confirmation email gets sent out to the person who registers through the web-based forum. But, when that person clicks on the link in the email to complete the registration, they get this message:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
-------------------------------------------------
"Chris Reich" <info@messagepixels.com> wrote in message news:41f054bf$4b635d6e$14a@vlad...
We are still working on this. It seems as if registration is working correctly, but the email link is sometimes incorrect.
Stay tuned...
Chris Reich
" JayTR" <
JayTR@JayTR.nmh> wrote in message
news:751acf76$651fe058$558@vlad...
> When someone tries to sign up as a new user in one of the forums, the > process doesn't work correctly. They give a username and email address, > but when they click on the link in the confirmation email, they get an > error message.
>
> To see what I mean, go to
http://sjforums.newsgrouphosting.com , sign up > as a new user using any name and email address you choose, and then click > on the link you receive in the confirmation email.
>
> How can I fix that?
>