Does anyone know how to get to work the authentication mechanism configured using Web Site Administration Tool under Linux running Mono? Is it even possible?
Does anyone know how to get to work the authentication mechanism configured using Web
Share
I don’t think you’re going to find a ton of support for this, evidenced by the lack of activity on your question. The Web Site Administration Tool was removed from CodePlex around April 2009 due to inactivity (CodePlex rules state:
It must be an ongoing project (no "abandoned" projects)) and it’s use/adoption really declined. Many projects that were using it as a component just wrote their own after that.There have been a few alternatives that have popped up in the community after it went missing:
I think using code from one of those two projects is going to come as close to what you’re after as is available. It’s not ideal and will require some work to get working with the back-ends you desire (both of those use a SQL server back-end). I know this answer sucks, but sometimes that’s the answer. I hope someone comes and proves me wrong and that what you want is out there, or at least could provide the WSAT source code as it last was on codeplex…that’s be a huge head start in getting it to run.
If you’re referring to a different WSAT please comment and correct me….it’s such a generic term really, but that was by far the most popular one so I based this answer on that.