ASP.NET 2.0 Website Administration Tool  
Author Message
dbroome





PostPosted: Thu Mar 30 11:18:37 CST 2006 Top

ASP.Net >> ASP.NET 2.0 Website Administration Tool Hi

Can ASP.NET 2.0 Website Administration Tool be packaged with an application
so clients can manage their own users? If not is an alternative available?

Thanks

Regards

Web Programming49  
 
 
Juan





PostPosted: Thu Mar 30 11:18:37 CST 2006 Top

ASP.Net >> ASP.NET 2.0 Website Administration Tool All the code is there for you to adapt and use at your convenience.

drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"John" <EMail@HideDomain.com> wrote in message news:EMail@HideDomain.com...
> Hi
>
> Can ASP.NET 2.0 Website Administration Tool be packaged with an application so clients can manage
> their own users? If not is an alternative available?
>
> Thanks
>
> Regards
>


 
 
Dabbler





PostPosted: Sun Jun 18 13:42:01 CDT 2006 Top

ASP.Net >> ASP.NET 2.0 Website Administration Tool Can I just push the asp.netwebadminfiles folder to my hosting server's
application root folder and use the ..\security\secuirty.aspx page as is?

"Juan T. Llibre" wrote:

> All the code is there for you to adapt and use at your convenience.
>
> drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ===================================
> "John" <EMail@HideDomain.com> wrote in message news:EMail@HideDomain.com...
> > Hi
> >
> > Can ASP.NET 2.0 Website Administration Tool be packaged with an application so clients can manage
> > their own users? If not is an alternative available?
> >
> > Thanks
> >
> > Regards
> >
>
>
>
 
 
Erik





PostPosted: Sun Jun 18 20:33:08 CDT 2006 Top

ASP.Net >> ASP.NET 2.0 Website Administration Tool On Sun, 18 Jun 2006 11:42:01 -0700, Dabbler wrote:

> Can I just push the asp.netwebadminfiles folder to my hosting server's
> application root folder and use the ..\security\secuirty.aspx page as is?

Probably not. There seems to be a number of problems getting this to work
remotely.

You might, however, be interested in this:

http://weblogs.asp.net/scottgu/archive/2006/01/09/434925.aspx
 
 
Dabbler





PostPosted: Mon Jun 19 02:05:02 CDT 2006 Top

ASP.Net >> ASP.NET 2.0 Website Administration Tool Thanks Eric, that code was just what I was looking for. Now if I can only get
it to work on my hosted site (works locally but I get "That assembly does not
allow partially trusted callers" when trying to run Atlas (ajax) on the
hosted server).

"Erik Funkenbusch" wrote:

> On Sun, 18 Jun 2006 11:42:01 -0700, Dabbler wrote:
>
> > Can I just push the asp.netwebadminfiles folder to my hosting server's
> > application root folder and use the ..\security\secuirty.aspx page as is?
>
> Probably not. There seems to be a number of problems getting this to work
> remotely.
>
> You might, however, be interested in this:
>
> http://weblogs.asp.net/scottgu/archive/2006/01/09/434925.aspx
>