|
|
|
|
|
Total Hits: 118 | Today: 0
|
Author: Bipin Joshi
|
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...
|
|
|
|
Total Hits: 48 | Today: 0
|
Author: Joydip Kanjilal
|
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....
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: James McCaffrey
|
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....
|
|
|
|
Total Hits: 39 | Today: 0
|
Author: Bill Stewart
|
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...
|
|
|
|
Total Hits: 82 | Today: 0
|
Author: Peter Bromberg
|
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....
|
|
|
|
Total Hits: 45 | Today: 0
|
Author: Pinal Dave
|
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 ...
|
|
|
|
Total Hits: 491 | Today: 0
|
Author: MSDN
|
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...
|
|
|
|
Total Hits: 439 | Today: 1
|
|
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?...
|
|
|
|
Total Hits: 39 | Today: 0
|
Author: Toby Jacob Rhodes
|
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....
|
|
|
|
Total Hits: 62 | Today: 0
|
Author: Karthikeyan Arunachalam
|
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....
|
|
|
|
Total Hits: 58 | Today: 0
|
Author: Bipin Joshi
|
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....
|
|
|
|
Total Hits: 73 | Today: 0
|
Author: admin under
|
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....
|
|
|
|
Total Hits: 91 | Today: 1
|
Author: Jim Duffy
|
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....
|
|
|
|
Total Hits: 62 | Today: 0
|
Author: Xianzhong Zhu
|
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....
|
|
|
|
Total Hits: 109 | Today: 0
|
Author: Davy Mitchell.
|
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....
|
|
|
|
Total Hits: 69 | Today: 0
|
Author: dotnetframework.de
|
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...
|
|
|
|
Total Hits: 143 | Today: 1
|
Author: Eric Smith
|
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...
|
|
|
|
Total Hits: 213 | Today: 0
|
Author: koffer
|
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."...
|
|
|
|
Total Hits: 196 | Today: 0
|
Author: ibrahimuludag
|
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....
|
|
|
|
Total Hits: 83 | Today: 0
|
Author: Amit Kumar Thakur
|
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...
|
|
|
|
|
|