vote up 1 vote down star
1

Hi,

I'm building an ASP.NET MVC applicaiton that will have custom role and membership providers. I have been looking into adminstration tools to save us some time, WSAT has crossed my path. It looks good at a glance, it's all open source and very simple if it doesn't work I can fix it myself.

First question is have any of you used WSAT for a product system in the past. Is it worth while, should I consider it and what reasons are there for not using it?

Second question, does anyone know how well WSAT works with custom providers?

Thanks for your feedback.

flag

did it actually setup nice and work well? – Scott Oct 2 '08 at 12:23
i found setup simple and it worked. there are some items which could be improved like making it easier to turn captcha on/off and custom properties but better than i could put together :) – Toby Mills Oct 26 '08 at 19:52
2  
WSAT is not in CodePlex anymore – Eduardo Molteni Jun 10 at 0:45

2 Answers

vote up 1 vote down check

MVC WSAT appears to be the tool of choice for providing Web site Administration functionality to ASP.NET MVC web sites.

Also, although the ASPNetWSAT tool is no longer available on Codeplex, it is still available in places. See this thread: ASP.Net WSAT (Web Site Administration) Starter Kit. What happened? and check the last post!

To address your specific question, the MyWSAT tool is fairly well written and robust, and has been used by quite a few people within their own websites (many people were quite upset when it was removed from Codeplex!). Short of writing your own website administration tool, or paying for a commercial component, it's about the best out there.

The MVC WSAT tool is a rewrite of the original MyWSAT tool, made specifically for ASP.NET MVC-developed websites, and MVC WSAT should be used instead of MyWSAT for MVC sites.

link|flag
This query might be a bit old, but thanks for the informative answer. – Odd Sep 28 at 6:32
@Odd - Agreed. However, I've also looked for this tool myself and been disappointed to discover it no longer exists on Codeplex. Finding a copy of the source code somewhere was a major plus, so I thought I'd share that here since many devs are still using ASP.NET 2.0 and developing non-MVC sites. – CraigTP Sep 28 at 7:43
vote up 0 vote down

This tool is really promising, I haven't used it but it looks nice. I premade my own and it seems to work with everything I want it to do but I wish this tool had more screen shots.

Anyone able to post some screen shots?

link|flag
Actually it's really easy to download and get running with your local SQL Express, just follow the setup instructions. – Odd Oct 2 '08 at 4:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.