#Integrating an Existing Login Page
##Question
How Do I Integrate My Login Page?
##Answer
You can use your login page with Izenda reports simply by calling ASP.global_asax.CustomAdHocConfig.InitializeReporting() from your login page's code-behind in the OnPreInit() method. There are also security samples that we offer to help guide you through what to do after redirecting to reporting pages once your user has authenticated. Our downloadable demo also offers an example login page that can be used as a template in integrating your login page.
