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: To prevent "timeout" error you can change <httpRuntime executionTimeout="180" /> in your web.config file. Please write if this did a trick for you.