Re: Website Administration Tool
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Mon, 25 Jun 2007 14:13:22 -0400
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-8d7c5a05fb47/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-management-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/
======================================
"Laurence" <laurence.pull@xxxxxxxxxxxxxxxxx> wrote in message
news:egr$RS0tHHA.4972@xxxxxxxxxxxxxxxxxxxxxxx
Hi all,
I have been trying to set up a Webstie Administration Tool - Virtual
Directory and have hit a couple of issues!
I have set the site up as Integrated security and access the pages through
this link
http://localhost/WebAdmin/default.aspx?applicationPhysicalPath=C:\Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles\&applicationUrl=/PI
All seems to be fine except the site says it is using Windows authentication
so you can't add users.....
So I set the site to Forms authentication and yes I can add users but I
can't find them after I have added them.
I mention the 2 security modes as when you login with integrated \ or from
VS it displays the current username, with forms based it does not.
And yes you can see the user that was added from the virtual directory web
site when you use VS, so the applicationName is correct. So why can't I
search and manage users I have added on the stand alone site?
Any suggestions appreciated
Thanks
.
- References:
- Website Administration Tool
- From: Laurence
- Website Administration Tool
- Prev by Date: Re: How to display a "loading page, please wait" box...
- Next by Date: Re: Button field in Gridview.
- Previous by thread: Website Administration Tool
- Next by thread: Application State usage/tuning and "Object reference not set" erro
- Index(es):