487003c1ed8c26f8f8c45f3c2c587d485bc85326
Guides/Webforms-Basic-Integration.md
| ... | ... | @@ -66,11 +66,11 @@ Keep NewWebsite's files, and discard the Izenda files. We will walk through merg |
| 66 | 66 | |
| 67 | 67 | ###Step 3. Merging the Global.asax |
| 68 | 68 | |
| 69 | -**a.** Open the Izenda Global.asax and the NewWebsite Global.asax and add the Izenda namespace. |
|
| 69 | +**a.** Open the Izenda Global.asax and the NewWebsite Global.asax and add the Izenda namespace to NewWebsite's Global.asax. |
|
| 70 | 70 | |
| 71 | 71 |  |
| 72 | 72 | |
| 73 | -**b.** Add Izenda's CustomAdHocConfig class. |
|
| 73 | +**b.** Add Izenda's CustomAdHocConfig class to NewWebsite's Global.asax. |
|
| 74 | 74 | |
| 75 | 75 |  |
| 76 | 76 |