|
41. How to re-install ASP.NET on a Windows platform (KB100007)
|
If you want to run ASP.NET web applications on your local computer, you must have both Internet Information Services (IIS) and ASP.NET installed. IIS is necessary for providing web service and ASP.NET is necessary for providing handling of the family of ASP.NET web applications (ASPX, ASMX, etc). IIS is installed by default for installations of Windows 2000 and Windows XP. ASP.NET is installed by default during .NET Framework installation. However, if you attempt to install the .NET Framework on a Windows 2000 or Windows XP machine that doesnt have IIS installed, the .NET Framework installation will detect that IIS is not available and thus will not install ASP.NET component of the framework. If you subsequently install IIS at a later time, you will have to install ASP.NET manually. Likewise, if you have both IIS and .NET installed on your computer, and then later un-install IIS, this uninstallation will also uninstall the ASP.NET component of the .NET Framework. If you later re-install IIS, you will have re-install ASP.NET manually. This article walks you through the re-installation of ASP.NET for a computer already running IIS.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
42. How to implement simple password security using ASP.NET tool (KB100024)
|
This article presents a simple method for securing your ASP.NET web pages, requiring almost no code development. In this article, youll be introduced to the components that .NET provides that significantly reduce the amount of code you have to write in order to secure your website pages. Youll learn about Forms Authentication, User Identity, XML configuration files, and authorization tickets. And youll learn how to store username and password information in simple XML configuration files.
Hits: 4 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
44. How to create an HTML Help system using Microsoft Help Workshop (KB100009)
|
This article walks you through all the necessary steps for creating a basic HTML Help system using Microsoft ?HTML Help Workshop 1.4. Youll start by learning about the basic components of a typical Help system. Next, youll create several help topics, and then integrate them into your Help system by creating a Project file. Then youll add a table of contents and an index by creating a contents and an index file, respectively. Lastly, youll compile your HTML Help into a single file using the HTML Help Workshop compiler.
Hits: 5 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
45. How to implement custom validation for any process (KB100021)
|
When developing ASP.NET applications, you may sometimes need to implement a custom validation that is recognized and displayed by the ValidationSummary control so that all validation error message appear in one place without additional coding. You also want to implement this custom validation by using page CodeBehinds, as you would like to leave the ASPX page with the miminum code necessary. This article shows you how in nine easy steps, complete with screen captures and code descriptions.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
46. How to Get Identity of New Record
|
Sometimes you need the learn new record number while your are adding a new record. Following example adds a new records to a table and gets the the autonumber or identity of that records.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
47. How the Querystring works.
|
The Querystring explained in easy to understand terms. This tutorial is written primarily for the beginner ASP developer and includes diagrams.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
48. How To Send Emails In PHP
|
Learn how to send very simple e-mails in PHP and how to format some user input
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
49. How to create custom 404 error pages on your website
|
Learn how to create custom 400/402/404 error pages for your website on cpanel. You could easily make friendly pages for those pages that are not able to be accessed. Nothing better you can do to make your website users happy with your website. Watch the custom error pages tutorial now.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
50. How to setup of a catchall email address using cpanel
|
This flash tutorial handles the setup of a catchall email address. A catchall email address will capture all the emails that are sent to a particular domain. Learn the right way to setup a catchall default email address on your cpanel server now!
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|