14ffacdf8ec5ed20576260c9ff832e4817b765ad
Guides/Webforms-Basic-Integration.md
| ... | ... | @@ -68,11 +68,11 @@ We will walk through merging Izenda's Web.Config and Global.asax in the next ste |
| 68 | 68 | |
| 69 | 69 | ###Step 3. Merging the Global.asax |
| 70 | 70 | |
| 71 | -**a.** Add the Izenda namespace. |
|
| 71 | +**a.** Open the Izenda Global.asax and the NewWebsite Global.asax and add the Izenda namespace. |
|
| 72 | 72 | |
| 73 | 73 |  |
| 74 | 74 | |
| 75 | -**b.** Open the Izenda Global.asax and the NewWebsite Global.asax. You'll want to add Izenda's AdHocConfig class into the NewWebsite's Global.asax. |
|
| 75 | +**b.** Add Izenda's AdHocConfig class into the NewWebsite's Global.asax. |
|
| 76 | 76 | |
| 77 | 77 |  |
| 78 | 78 |