views:

2262

answers:

2

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.

A: 

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?

Scott
Actually it's really easy to download and get running with your local SQL Express, just follow the setup instructions.
Odd
+3  A: 

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.

EDIT:
Since approximately April of 2010, the MyWSAT project has been made available again by the original author on Codeplex!

Get it here: http://mywsat.codeplex.com/

CraigTP
This query might be a bit old, but thanks for the informative answer.
Odd
@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
It looks to me like mvc wsat is a much more basic wrapper for asp.net admin functions than is MyWsat. MyWsat is pretty full-featured. MVC WSAT appears to be just getting started and definitely lacks the really nice look and feel of MyWsat. Would love to se an actual port of MyWsat to MVC.
sydneyos