I have a been subjected to a spam attack registering fake profiles/users, with over 100,000
I have disabled the registration since, I want to export the users using your module, clean it up removing all spam users, and importing it back again, opting for CSV format
I successfully installed your module, but when i tried to export, I received the following message after 15 mins, have noticed an excessive RAM (over 95%) on the SQL Server.
My installation runs on a 4 core, and 4 GB RAM, Windows Server 2012 standard, and SQL 2012 web edition
Server Error in '/' Application.
Request timed out.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Request timed out.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34212
Comments: Thanks for the input, I was to resolve the issue for the CSV export by increasing the value from 900 to 1800 executionTimeout="1800" at httpRuntime While the XML export did NOT experience any TIMED OUT error, although the XML file size was about 45MB (CSV 26MB) I successfully tested it on import, for a few thousands only. It could not upload the file of 26 MM, as one need to change the value in the web.config file to permit the upload of larger than the detail size of 12MB I suggest two minor improvements, 1. A message after the successful export saying "You have successfully exported the users list" or anything similar. 2. A warning that the max size permitted is XMB and a module warning that the size was exceed. Currently one receives the generic IIS error page.