Hi,
I'm developing a web asp .net application that uses an external dll to transform images to jpeg. The application works correctly, but in the generated images you can see a message putting:
In Spanish: El sistema de configuración actual no admite la configuración con ámbito de usuario.
English equivalent: The current configuration system does not support user-scoped settings.
I've been reading about this, and I've tried to remove all the user-related configuration in the web.config. Also I've added the System.Configuration as a reference, as it puts here.
What can I do?
Thank you very much in advance.