I have implemented security and whenever I run my application inside Visual Studio I have to login.
This slows me down.
Is there a way to disable it when developing?
Can I bypass the login when in the development environment?
Answers approved by DevExpress Support
Hello Kirsten,
To accomplish this task, you can create a class inherited from AuthenticationStandard where you can pass login/password information under DEBUG configuration. Please review a small sample in the attachment.
We look forward to your reply once you’ve had the opportunity to implement the suggestion provided in these topics and try the attached sample.
Hi Andrew,
You're a genius!
You guys make it all look so easy. Thanks for your help & advice, that now works perfectly.
Anthony!
I am happy to hear that the problem has been resolved. Thank you for letting us know of your progress. Please feel free to contact us if you have any further difficulties. We will be happy to assist you.
So cool not to have to keep logging on when running in the debugger. A Dev Ops thing :-)