d83cbf60168772f3a964aeeed33636673ea90796
Guides/Mac-Install.md
| ... | ... | @@ -1,5 +1,7 @@ |
| 1 | -Izenda is implemented in Microsoft .NET. Mono is an open source implementation of Microsoft's .NET Framework. To run Izenda on a Mac, you will first need to download and install [Mono for Mac](http://download.mono-project.com/archive/3.2.6/macos-10-x86/MonoFramework-MDK-3.2.6.macos10.xamarin.x86.pkg). |
|
| 1 | +1. Izenda is implemented in Microsoft .NET. Mono is an open source implementation of Microsoft's .NET Framework. To run Izenda on a Mac, you will first need to download and install [Mono for Mac](http://download.mono-project.com/archive/2.10.11/macos-10-x86//MonoFramework-MRE-2.10.11.macos10.xamarin.x86.dmg). |
|
| 2 | +1. Download [Izenda](http://archives.izenda.us/ri/webforms-cs.zip) and extract the files. |
|
| 3 | +1. Open the webforms-cs directory which was extracted in the previous step. Within the webforms-cs directory you will find a file called Global.asax. Open Global.asax in the editor of your choice. |
|
| 4 | +1. Change INSERT_LICENSE_KEY_HERE to your trial key |
|
| 5 | +1. Change INSERT_CONNECTION_STRING_HERE to Server=66.29.211.132,41433;Database=northwind;User ID=northwind;Password=traders; |
|
| 6 | +1. Change AdHocSettings.GenerateThumbnails from true to false |
|
| 2 | 7 | |
| 3 | -Once installed, you'll next need to download [Izenda](http://archives.izenda.us/ri/webforms-cs.zip) and extract the files. |
|
| 4 | - |
|
| 5 | -Next be sure to remove webforms-cs/bin/Mono.Security.dll |
|
| ... | ... | \ No newline at end of file |