I’m creating a silverlight for line of business application, and I’m using Forms Authentication.
For user management, I’m deciding between using the built-in “ASP.NET Web Site Administration Tool”, or create my own custom thing in Silverlight (making this part of the application experience).
What are the pros and cons for each of the two approaches? and which do you think would be best?
I just went through all of this, so I’ll give the pros and cons I came up with:
ASP.NET Web Site Administration Tool
Pros:
Cons:
Roll your own Silverlight Version
Pros:
Cons:
In the end, I made my own Silverlight version. Too many people had complained about my ‘hacked-up’ version (as they put it), and it left a bad enough impression on people that I ended up making my own.