Raghu;4416 wrote:Hi
I have downloaded the application. I know there is an application folder that will allow me to run server.
BUT
I want to rebuild the code by compiling the source.
Are there any steps for doing so?
Regards
Raghu.
Change into the application directory's parent folder, open directory MailServer, and open the file "lsMailServer.sln" with Visual Studio (2008+).
Press CTRL + ALT + L to open the project map explorer, right click on lsMailServer, and select "Rebuild" (or press CTRL + SHIFT + B).
If you don't have VisualStudio, you can use SharpDevelop. On Linux/Mac, use MonoDevelop.
Newly built files will be in the application directory, either in the release or debug folder, depending on the build-option you used.