Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.Net > ASP.NET Administration
Search:
What's New - What's Hot


User Administration Tool (Part 1)        
Total Hits: 118  |  Today: 0 Author: Bipin Joshi       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET membership, role and profile features make it easy to develop a membership driven web site. However, equally important is a way to administer and manage the users registered with the web site. If you have managed any membership driven web site then you would be familiar with the complaints about forgotten passwords, forgotten user ids and change in email addresses.

Visual Studio provide an inbuilt tool called Web Site Administration Tool that allows you to administer various aspec...

Microsoft .NET Architecture        
Total Hits: 48  |  Today: 0 Author: Joydip Kanjilal       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, Joydip discusses about the essential aspects of Microsoft .NET such as CLR, MSIL, ASP.NET, ADO.NET, and Web Services. He wraps up the dicussion with a short note about the security aspects involved with the .NET Framework....

Test Automation for ASP.NET Web Apps with SSL        
Total Hits: 25  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you're encrypting user data with Secure Sockets Layer (SSL) over HTTP and you want to test your Web applications programmatically you'll find that the techniques are not widely known. In this month's column I'll show you how to set up a test SSL server and write test automation that verifies the functionality of a simple but representative Web application....

Eight Reasons Windows Administrators Should Learn JScript Instead of VBScript        
Total Hits: 39  |  Today: 0 Author: Bill Stewart       Rating:  
Read Reviews | Write Review |   Your Rating: 

When Windows NT was first released, Microsoft did not provide much in the way of automation except for the Cmd.exe shell. You could always install third-party tools such as Perl (and this is still the case), but the operating system didn't provide much built-in scripting functionality. This changed, though, with the release of the Windows Script Host (WSH) and HTAs (HTML applications). One nice advantage of both WSH scripts and HTAs is that they're both built into the OS on Windows 2000 and late...

Forms Auth: Membership, Roles and Profile with no Providers and no Session        
Total Hits: 82  |  Today: 0 Author: Peter Bromberg       Rating:  
Read Reviews | Write Review |   Your Rating: 

Shows how to use plain-old Forms Authentication with a single database table and compressed userData in the forms ticket to handle simplified Membership, Roles and Profile with no providers and no need for Session state....

Q&A with Database Administrators        
Total Hits: 45  |  Today: 0 Author: Pinal Dave       Rating:  
Read Reviews | Write Review |   Your Rating: 

Pinal Dave shares his notes about Q&A with Database Administrators.

I have been in India for more than a month now, as I am leading a very large outsourcing project. We have conducted few interviews since the project required more Database Administrators and Senior Developers. I am listing few of the questions discussed during all the interviews. The whole event of interviews was very interesting. I met some very good programmers from all over the country. Many interesting questions were ...

HOW TO: Analyze ASP.NET Web Application Performance by Using the Performance Administration Tool        
Total Hits: 491  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to analyze ASP.NET Web application performance by using the Performance Administration tool. ASP.NET provides a lot of information through standard performance counters. The standard performance counters can be monitored by using the Performance snap-in. This information is useful for system administrators who must understand the performance characteristics of an ASP.NET application. The performance counters can reveal the time it takes to render pages, th...

Devise secure ASP.NET applications        
Total Hits: 439  |  Today: 1       Rating:  
Read Reviews | Write Review |   Your Rating: 

Web applications are subject to several types of attacks, whose damage and impact can vary quite a bit depending on the characteristics of the application itself. As a result, security is strictly related to the application’s usage and how the users interact with its features. But how do you design and code secure ASP.NET applications?...

Adapting GRML        
Total Hits: 39  |  Today: 0 Author: Toby Jacob Rhodes       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article introduces the process of adapting (or converting) a web page from one markup language to another. It discusses how to adapt a HTML web page to GRML. Two examples are provided. The first demonstrates how to extract hyperlinks from an HTML web page and convert it to GRML. The second demonstrates how to do this with images. These examples require server-side processing. Here, IIS, Active Server Pages (ASP), and PERL are used....

Comparison Table in ASP.NET using Attributes and Reflection.        
Total Hits: 62  |  Today: 0 Author: Karthikeyan Arunachalam       Rating:  
Read Reviews | Write Review |   Your Rating: 

Most of the online stores support a feature where the user can select multiple products from different vendors and compare them. For example, in http://www.sonystyle.com/, user can select different models available in digital cameras and do a comparison between them. This comparison table basically lists the key features that the user will be looking for in a digital camera and displays each model's capability....

User Administration Tool (Part 2)        
Total Hits: 58  |  Today: 0 Author: Bipin Joshi       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the Part 1 of this series we started developing a web user control that allows us to manage various aspects of user administration such as password recovery, role mapping and profile management. We configured the database and web site for availing membership, role and profile features of ASP.NET. Continuing our development further we will now code various pieces of the functionality....

A simple login mechanism instead of built-in Forms Authentication        
Total Hits: 73  |  Today: 0 Author: admin under       Rating:  
Read Reviews | Write Review |   Your Rating: 

While ASP.NET certainly do give us developers a pretty nice security/login model sometimes I feel a little frustrated when wanting to implement it. I mean in theory it's as simple as:

1. Define a few lines in web.config
2. Create a login.aspx page

But at least for me, I seem to never be able to memorize WHAT lines should be in web.config and WHERE and it ends up with me searching for another project where I used it and then copying the lines and login.aspx files....

Getting Started with ASP.NET        
Total Hits: 91  |  Today: 1 Author: Jim Duffy       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET represents a significant leap forward from traditional Active Server Pages (ASP) development.In this article, I'll show you what it takes to begin building ASP.NET Websites with Visual Studio .NET. This article will provide you with the knowledge you need to jumpstart your foray into the world of ASP.NET development....

Delving Deeper into Constructing ASP.NET AJAX-based Applications        
Total Hits: 62  |  Today: 0 Author: Xianzhong Zhu       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the previous article we started our examination of three patterns for constructing ASP.NET AJAX-based applications. We were just starting to "ajaxify" JSSK. In this article we continue our exploration of these three patterns....

ASP-DHTML MDI Framework for Site Administration        
Total Hits: 109  |  Today: 0 Author: Davy Mitchell.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Almost every site I build has some sort of administration site built onto it and I wanted something to make the task of using these much easier by improving the interface. It was also required to be:
1. Quick to reuse
2. ASP centered and
3. Easy to add to existing sites....

Precompiliation für ASP.NET-Seiten        
Total Hits: 69  |  Today: 0 Author: dotnetframework.de       Rating:  
Read Reviews | Write Review |   Your Rating: 

Der ASP.NET-Compiler ist ein Kommandozeilenwerkzeug, das ab ASP.NET Version 2.0 mit dem .NET Framework Redistributable ausgeliefert wird. Das Werkzeug ist realisiert in aspnet_compiler.exe.
Der Compiler kompiliert die komplette Webanwendung einschließlich des des Inhalts der ASPX-Seiten in mehrere .dlls. Diesen Vorgang nennt man Precompiliation.
Webanwendungen können einschließlich des HTML-Codes mit dem Werkzeug aspnet_compiler.exe komplett kompiliert werden...

ASP.NET Tip: Encrypting a Configuration File Section        
Total Hits: 143  |  Today: 1 Author: Eric Smith       Rating:  
Read Reviews | Write Review |   Your Rating: 

Leaving passwords unencrypted in a configuration file is generally considered a bad idea. Although some level of access is required to get to the file, encrypting the passwords—especially database passwords—adds a layer of security. However, implementing this type of encryption has been a bit difficult until ASP.NET 2.0. Microsoft provided the Data Protection API prior to 2.0, but did not provide a .NET interface to these methods.
With ASP.NET 2.0, you now have the ability to encrypt portions...

How to debug ASP.Net program without the privilege of administrator        
Total Hits: 213  |  Today: 0 Author: koffer       Rating:  
Read Reviews | Write Review |   Your Rating: 

If we don’t have the administrator privilege, we can’t debug or even create a web application. And we can’t manage the IIS also. It is really a problem for all the asp.net developers. You may encounter the errors just like that "Can't dubug,.....Access Denied."...

IIS Metabase and programmatic administration in C#        
Total Hits: 196  |  Today: 0 Author: ibrahimuludag       Rating:  
Read Reviews | Write Review |   Your Rating: 

System.DirectoryServices namespace can be used to access Internet Information Service(IIS). You can create, delete and change the properties of web servers, virtual directories, directories and files. Also you can invoke IIS methods. This article will tell basic concepts about IIS Metabase and some programmatic administration of IIS. The programmatic administration will include a tip about managing IIsWebDirectory and IIsWebFile....

Custom Membership,Role Providers,Website Administration Tool,Role Based Access to individual files        
Total Hits: 83  |  Today: 0 Author: Amit Kumar Thakur       Rating:  
Read Reviews | Write Review |   Your Rating: 

I present here sample custom membership provider and custom role provider. This gives the idea how we can easily implement our own custom providers using our own simple custom database.

In addition to it I provide complete website administration tool which can edit the website settings. It has both create/edit/manage users and create/edit/manage roles facility.

Finally I introduce a different approach towards role based access control to individual files itself. The information abo...


1  2  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net