How to display Administer Website at Runtime through Application ?

L

Luqman

I want to display Administer WebSite (Security Tool provided by Microsoft in
Visual Studion 2005) at runtime, using my Application, without Visual Studio
2005, how can I ?

Best Regards,

Luqman
 
J

Juan T. Llibre

The WAT ( Web Administration Tool ) only runs locally,
using the internal development server included with VS 2005,
so you cannot do what you want to do.

However, nothing stops you from creating your own management interface.

Microsoft ASP.NET 2.0 Member/Role Management with IIS,
Part 1, Security and Configuration Overview :
http://msdn2.microsoft.com/en-us/library/aa478958.aspx

Microsoft ASP.NET 2.0 Member/Role Management with IIS,
Part 2, Implementation (ASP.NET Technical Articles) :
http://msdn2.microsoft.com/en-us/library/aa478947.aspx

Part 3, ASP.NET Ajax Enhancements:
http://msdn2.microsoft.com/en-us/library/aa479398.aspx

You'll have to double-check that code, because it's pre-release for Ajax.

Microsoft ASP.NET 2.0 Member/Role Management with IIS
Part 4, Adding Personalization with Profiles to the ObjectDataSource:
http://msdn2.microsoft.com/en-us/library/aa479399.aspx


Another option is to manage in non-ASP.NET context using MemberShip APIs.
Steven Cheng wrote a blog about this:

MSDN Managed Newsgroup Support Team Blog :
Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context
https://blogs.msdn.com/msdnts/archi...p-role-management-out-of-asp-net-context.aspx

Good luck...and post back if you implement one of those solutions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top