473,598 Members | 3,252 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to display Administer Website at Runtime through Application ?

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

Jul 2 '07 #1
2 1586
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 ObjectDataSourc e:
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/archiv...t-context.aspx

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

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/
=============== =============== ========

"Luqman" <pe*******@cybe r.net.pkwrote in message news:e4******** ******@TK2MSFTN GP04.phx.gbl...
>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

Jul 2 '07 #2
Thanks Dear, I will check it out.

Best Regards,

Luqman

"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:uY******** ******@TK2MSFTN GP04.phx.gbl...
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 ObjectDataSourc e:
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/archiv...embership-role
-management-out-of-asp-net-context.aspx
>
Good luck...and post back if you implement one of those solutions.

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/
=============== =============== ========

"Luqman" <pe*******@cybe r.net.pkwrote in message
news:e4******** ******@TK2MSFTN GP04.phx.gbl...
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



Jul 2 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1241
by: marjorie | last post by:
I'm working on a website remotely through a VPN and my client uses SQL Server. There's a requirement for a database and my client uses SQL Server 2000. Is it possible to administer this database remotely, just like I do with MySQL/PHP MyAdmin? Please elaborate. Thanks,
1
1788
by: Stephan Neuhaus | last post by:
Hi all. I'm having a problem that's driving me nuts. I am not familiar with Access, but I have read the FAQ, searched google, read the Access Security FAQ, and looked at the Access Web, to no avail. Briefly, the problem is this: I'm having an old Access 2.0 database that I want to convert to Access 2000 on a different computer. The reason why the new database is on a different computer is that the old database runs under Windows 95a...
7
1559
by: Jonathan Wood | last post by:
Greetings, I have extensive programming experience (nearly 20 years) but have yet to write a full-blown Web application. In fact, I have done hardly any server/client/database programming at all. I now have a client that would like me to write a Web-based version of their existing software. Since I've worked mostly with Microsoft products, I had assumed .NET would be the platform to use. But now I'm not so sure and am looking for...
6
1960
by: google | last post by:
I have a few general questions. I am working on a new database to be used within my company. I would like to give a couple of people, particularly HR, the ability to add and delete Access users, and add/remove them to groups, so as people join and leave the company, they can be added/removed as database users at that time. However, I don't want them to have to do it through the standard Access users/groups interface, and I don't want...
4
6363
by: Mike L | last post by:
Error occurs on "System.Deployment.Application.ApplicationDeployment.CurrentDeployment" ** Here is my code private void frmMain_Load(object sender, System.EventArgs e) { System.Deployment.Application.ApplicationDeployment ad = System.Deployment.Application.ApplicationDeployment.CurrentDeployment;
4
1427
by: Rush | last post by:
I'm new to web development in Visual Studio 2005, and I'm creating a web site using ASP.NET, and right now its a very simple page with only labels on it. I have a third party that hosts the site, and i'm FTP'ing the files to the server, but the site is not working properly. When i build it locally, it displays fine in the browser, but not after i upload it to the server. I'm afraid I may not be putting the correct files on the server. ...
2
1567
by: Erland | last post by:
Hi all, I have developed an asp.net( 1.1) website using vb.net and Microsoft Access and my hosting company does support asp.net1.1. Now I've FTP'd the website , but whenever i try to access the website using www.domainname.com/application_folder_name/index.aspx ( where index.aspx is first page of my application) I get the following error ----------------------------- Runtime Error
6
1903
by: Aspiring .NET Programmer | last post by:
Happy Friday everyone!!! I am working on a windows service and a C# application and needed some help with certain functionality. Please read through my issue below. Thanks! I have a windows service which writes into a log file periodically (text file). I want to create a windows form application, which, upon invocation should continuously display the contents of the log file.
3
15511
by: mrajanikrishna | last post by:
Hi friends, I've designed an application in my local system using VS.NET 2003. (VB.NET and ASP.NET) Its working fine. Now, I want to publish to my ISPs server. I've FTP account. How can I publish to server? Which files are needed to transfer? in classic ASP, I copied all the files(what I used in my virtual
0
7987
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7899
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8392
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8397
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8050
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8264
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5850
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3897
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
1250
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.