Microsoft Dot Net Blog ver

  Microsoft Dot Net Blog
  Category : Asp Tutorials-tips Security  
  Platform :  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

This Blog site is packed with techniques free code download, articles all focusing Microsoft Technologies.

 

more Tag: microsoft,

Also see ...


Designing an Account Unlock Application 1)    Designing an Account Unlock Application
 In this article we are going to try and provide some ideas for your to reduce those calls to the help desk. In this project we created a help desk portal, this portal pretty much has a main page that you can go to download patches, virus definition files, and manage account unlock information. Calls to the help desk for unlocking locked accounts accounted for a large percentage of calls, so in order to streamline the process we created an application that tied in with the intranet user portal...

Random Password Function 2)    Random Password Function
 The random password function will return a password with letters and numbers. You pass the number of letters and numbers you want and it returns the alphanumeric password....

Microsoft Dot Net Blog 3)    Microsoft Dot Net Blog
 This Blog site is packed with techniques free code download, articles all focusing Microsoft Technologies....

Script Security 4)    Script Security
 This page offers lots of information and tips to protect your scripts against common attacks....

LeakTest 5)    LeakTest
 This digs for your PRIVATE information such as your IP behind your firewall. This article is a harmless way to perform a leaktest that could give someone access to your private information....

Prohibit access to certain page 6)    Prohibit access to certain page
 This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ......

Replacing single quotes in SQL scripts 7)    Replacing single quotes in SQL scripts
 Single quote could be very harmful and broke down your all application. Any one can easily inject any damageful code into your sql script. To combat the threat of SQL injection, escape the single quotes using the Replace function....

Fight Against SQL Injection Attacks 8)    Fight Against SQL Injection Attacks
 Security issues became more damageful if you`re not protecting your web forms. Following example is a good idea to protect our ASP pages against SQL injection attacks. This small ASP code secures and validates all information coming from your forms....

Format Phone Number 1)    Format Phone Number
 Format Phone Number is very simple to use and can be used to format 10 and 11 digit phone numbers. aspXstream has built it very similar to FormatCurrency(). A very useful tool for e-commerce web designer....

pw99- Web Stats 2)    pw99- Web Stats
 This script is built in ASP and used for analysing the website traffic and shows updated report every time for each hit made by the site visitors. If the user wants to view number of hits on each page they should place this code on their entire pages. It is easy to handle and to understand. Its an user friendly tool....

Domainbase - The Domain Name Manager 3)    Domainbase - The Domain Name Manager
 This tool is helpful for the webmasters or for the hosting company that allows them to manage domain name and to find the status of that particular domain. It tracks the information like, date of expiration of domain name, due date, account status etc., If the times expires, it delivers an alert message to the specific user and it informs them to renew the domain name in due date. Users are allowed to add any facilities within the Domainbase such as, website statistics, web hosting accounts...

A clock with images 4)    A clock with images
 A clock with images is a tutorial which helps the users about the method of creating a clock using time images on their websites. A detailed description is given in this tutorial with an example explaining step-by-step. This tutorial guides the users about the creation of clock with images....

ASP Stats Pro Site Counter 5)    ASP Stats Pro Site Counter
 This is a powerful online counter used for counting number of visitors ever visited to the website and who are currently online, top referers of the website, unique visitors report, their country name, IP address of the visitors system, type of operating system used by them, browser type etc., This tool displays every day report on the screen....

Sepcity Event Manager 6)    Sepcity Event Manager
 This script is built in ASP used for creating an event calendar on the website to allow web users to add their events. It has different categories for events, web users can add their events according to the categories. It has several features like, a user friendly admin control panel, it displays all departments in a single calendar, easy to manage added events, users can browse through the announcements for the departments etc.,...

Developing ASP-Based Applications 7)    Developing ASP-Based Applications
 This tutorial guides developers to create web application based on ASP. This tutorial explains elaborately about using application object and session to build applications. This tutorial covers this subject in detail over several topics like session-start and application start events, using Global.asa file, session management, using tag, setting component scope, performance issues and more....

XML, XMLDom and ASP, Part 1 8)    XML, XMLDom and ASP, Part 1
 A brief introduction to working with the XMLDom in ASP and XPath. Complete with examples and desriptions of everything. First part of several upcoming articles....

Import text file to MS Access 9)    Import text file to MS Access
 This article will explain how to import the contents of a text file (.txt) to an Access Database when using MS text or OLE DB Drivers wont do! We will be using the FileSystem and TextStream objects in this article!...