re:
!> I have been trying to set up a Webstie Administration Tool - Virtual Directory
Why ? WAT only runs on the local machine, so www.mysite.com won't serve the WAT interface.
You can create your own management interface, per the instructions in these 2 articles:
"ASP.NET 2.0 Member/Role Management with IIS"
Part 1, Security and Configuration Overview :
http://msdn2.microsoft.com/en-us/library/aa478958.aspx
Part 2, Implementation :
http://msdn2.microsoft.com/en-us/library/aa478947.aspx
The code sample for that app is in this msi file :
http://download.microsoft.com/download/1/6/0/160ce638-446f-428b-bf22-8d7c5a05fb4
7/membershipeditor.msi
Or, to do the same thing differently, follow Steven Cheng's advice at :
http://blogs.msdn.com/msdnts/archive/2006/12/16/asp-net-2-0-membership-role-mana
gement-out-of-asp-net-context.aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Hi all,
>
[quoted text clipped - 21 lines]
> Any suggestions appreciated
> Thanks