Well, it has been a busy week but I managed to find a few hours to update uManage to include a setup wizard as well as fix the first issue. For those who just want to download it visit Codeplex.
The setup wizard was always in the master plan to make it easy to setup the application as well as in the future allow IT Pro’s who may not know much about ASP.NET to simply download the application as part of Microsoft’s Web Platform Installer. So essentially, once downloaded IIS and the File System would already be configured and simply need someone to run through the wizard to configure everything else. Pretty simple I think.
In addition the first issue fix was included. Of course I was the one that logged it but nonetheless it was important. In Version 1.0 the membership section was not encrypted which meant that the username and password could potentially be read by anyone who has access to the file system and possibly not to the domain. They could be employees or potential hackers who want to cause problems. Either way when the setup wizard is run it encrypts the membership provider section which makes it pretty hard to get to the username and password for the application.
Of course anyone who uses this application really should create a new user account that has delegated rights to mitigate any major security problems. I will have a new post soon on how to set all of that up as I have a feeling the developers out there might not know what that is all about. Security is still important people!
Well off to pack for a trip, but check back soon for updates.
-Brent