Web site Administration with ADSI and the .NET DirectoryServices Namespace is a web based tutorial in which author describes about utilizing the System.DirectoryServices namespace classes which can work along with IIS, LDAP etc. With the help of the
Viewing and editing file and directory attributes in ASP.NET is a web based tutorial in which author describes the procedure for utilizing this System.IO.FileAttributes classes for viewing and altering the content of the file or directory. In this tu
HOW TO: Upload a File to a Web Server in ASP.NET by Using Visual Basic .NET / is a web based tutorial in which users can gather knowledge about uploading the file using VB.NET. In this article author explains the method of uploading a file to a speci
Uploading Files with ASP.NET is a web based tutorial in which author demonstrates two method of uploading the files into the website. The author explains about uploading the file method and the procedure for processing the uploaded file data instantl
Uploading In ASP.NET is an ASP.NET tutorial in which author describes about the process of uploading the files from the client to the server through ASP.NET applications. In this tutorial author elaborates about HtmlInputFile control and its attribut
Tracking File Downloads is a web based tutorial in which author describes about the process of developing a programme to track the file downloads on the website.Using this one can build a programme to count the file downloads on the site. Here the au
Simple Text File Operations in C# is an easy to learn article through which programmers can gather information about generating the text files with the help of StreamReader and StreamWriter class. The author describes the procedure of creating the te
Replicating Content to Multiple Servers is an ASP.NET tutorial in which author describes the method of duplicating the uploaded files from the web and send the duplicated file to multiple specified location. The author explains the procedure for acce
Read and write text files with Visual Basic .NET is an user friendly tutorial which helps in reading and writing the contents of the text files. The author elaborates the method of creating the file and opening an already existing file using System.I
Reading Text Files in an ASP.NET Web Page is an ASP.NET tutorial in which author details about reading the text file content with the help of string variables in the web pages. In this tutorial programmers can learn about procedure to open the file a |