- Active Social Version: 1.9.3
- DotNetNuke Version: 5.6.2
DNN Version 6.0.2
AS Version 1.9.4
IIS7 integrated
Win7
SQL 08
Local testing new user registration. Whenever I add a new user through the AS registration, I get:
System.Web.HttpException: Request timed out.
To combat this, I've added
executionTimeout="3000" to httpRuntime in my web.config. Then, I'm able to properly signup on the site without error.
In the event log, I get 2 entries for the log type "New User" each time a user is registered. No errors. The entries are the same with and without adding
executionTimeout. I've also made sure the event log buffer was turned off.
The only thing I can think which is causing this issue is the fact that I don't have a SMTP server setup since I'm running localhost (haven't bothered to). Thus there is an email trying to fire off but it can't. But this doesn't happen with any other module or DNN function that wants to fire off an email. I get error messages when an email is trying to be sent.
My signup.ascx file attached