f330d118521cdc4d637bfaa28735d3b07bd0f086
Guides/Integrating-Izenda.md
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | +#Integrating Izenda into a Web Application |
|
| 2 | + |
|
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 5 | +##About |
|
| 6 | + |
|
| 7 | +This tutorial will demonstrate how to integrate Izenda into an existing web application. There are some additional steps that are not required when integrating into a web site or when using Izenda stand-alone. |
|
| 8 | + |
|
| 9 | +##Setting up |
|
| 10 | + |
|
| 11 | +When setting up Izenda with your existing web application, you should first decide where the code files will live. Generally, this integration option involves creating a sub-directory within the hosting web application and copying the entire structure of the Izenda web site into that directory. If you use a global.asax in your web application, you can use your existing global.asax instead of the one provided by Izenda. You will add the reference to Izenda.AdHoc.dll into your application's references as normal. |
|
| 12 | + |
|
| 13 | +##Global.asax |
|
| 14 | + |