Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, June 20, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

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 > Sample Chapters
Search
DevASP

What's New
What's Hot
Listings for ASP Classic ASP Classic (28)
Listings for ASP.Net ASP.Net (0)
Listings for C-Sharp C-Sharp (3)
Listings for HTML HTML (0)
Listings for Miscellaneous Miscellaneous (13)
Listings for Visual Basic 6.0 Visual Basic 6.0 (0)
Listings for XML XML (11)
 


Managing FTP Transfers from an ASP.NET Web Page       
Total Hits: 624  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

I was recently working on a project in which one of the requirements was that certain query results be sent to a different company via FTP. Granted things would have been much easier if the receiving company had simply set up a web service, but that didn't seem to be an option. They had their little FTP system already set up and had no interest in changing anything....

Using SyncToy v2.0 for Web Site Deployment       
Total Hits: 387  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're like me, you probably do your best to ensure that the .NET applications you build contain as few external dependencies as possible. Doing so makes them easier to deploy and maintain, since all you need to do is copy the application's files to a new server and you should be good to go. This has come to be know as XCOPY deployment, after the venerable XCOPY command that has been around since the days of DOS....

Counting Active Users!       
Total Hits: 415  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Like most of our topics, I'm covering this one due to user demand for it. If you've been to any one of a few dozen ASP-based sites recently, you've probably seen an example of the script we've going to cover in this article. It's the little line at the top of these pages saying something like "There are 28 users currently on this site!" It's sort of cute and it gives you an idea of how many people are using the site. I've even seen one go so far as to show you a list of where people are on the...

Generating Text Images on the Fly with ASP.NET       
Total Hits: 269  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing which I won't go into, but prior to ASP.NET it was a relatively difficult thing to do. Well no more......

A Quick Look at XCompress       
Total Hits: 653  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're like most, you've spent a lot of time and money building your web site. You've tweaked your database code, streamlined your ASP and/or ASP.NET code, set up caching to make things faster, and validated your HTML to the latest/most compatible version so that everything will be perfect. Why should you stop there? There's an easy way to improve your site even more by speeding it up......

Microsoft's "Moving to ASP.NET" Event       
Total Hits: 661  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft hosts tons of events across the country that you can go to and learn about what's new and exciting in the world of Microsoft. Some of these cost money, but a lot of them are free as long as you register in advance. I hadn't been to one in a while and, looking for an excuse to get out of the office, I decided to go check out Microsoft's take on "Moving to Microsoft ASP.NET (Level 200)"....

An ASP Class for XML Data Transfer       
Total Hits: 185  |  Today: 0 Author: Seth Juarez       Rating:  
Read Reviews | Write Review |              Your Rating: 

It is assumed that the reader has a good understanding of ASP, VBScript classes and XPath.

Hey, I wrote the "A Couple of ASP Functions for XML Data Transfer" functions and, as any self-respecting programmer, was unhappy with its stiffness. I decided enough is enough and created an actual class that handles more things. clsXML.asp is the actual class and objXML.asp is an implementation of the class. It can actually be used in a huge variety of ways. For example, if there is a need to store...

Introduction to Microsoft's .NET Platform       
Total Hits: 512  |  Today: 0 Author: Nakul Goyal       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the present Internet scenario, accessing data from different accounts at various places isn't practically feasible. Usually databases are designed for particular devices such as a PC, a WAP enabled Cell Phone, a PDA (HPC) is inaccessible from other devices. Microsoft has unveiled MICROSOFT.NET which supports the following technologies keeping all these aspects in mind....

Ten Ways to Make the Most of IIS       
Total Hits: 507  |  Today: 0 Author: Matt J. Foley       Rating:  
Read Reviews | Write Review |              Your Rating: 

As an IIS administrator it sometimes gets downright annoying having to fend off all the insults from Apache admins I meet claming innate server superiority. Generally the discussion about Web administration starts first with all the various security holes plaguing IIS and the negative press the platform garnered over the last year. Then it invariably moves to a discussion about how Netcraft and other stats sites show Apache as the dominant server on the Web, or how a certain big site uses Apache...

Using ASP.NET to Make a Secure Site and Move Login Processing Out of the Page       
Total Hits: 207  |  Today: 1 Author: Matt Rutledge       Rating:  
Read Reviews | Write Review |              Your Rating: 

A lot of us are tasked everyday to come up with ways of making our site, and other sites secure. Well if you're anything like me you don't want to have to rewrite login code 20 times a day. I'm going to show you how to make a secure site and have the login processing in a separate class. Let's get started....

A Review of "ASP.NET Distributed Data Applications" from Wrox Press       
Total Hits: 164  |  Today: 0 Author: John Peterson       Rating:  
Read Reviews | Write Review |              Your Rating: 

I was recently asked to review "ASP.NET Distributed Data Applications" from Wrox Press. Normally I tend to shy away from doing book reviews because in order to do it right, it usually means I have to read the book and that takes time! On this occasion, I decided to make an exception because the book is by Alex Homer and Dave Sussman. Both are excellent authors which bodes well for the book, but the real reason I'm going to spend the time is because I don't usually use a lot of books and yet I ba...

Building a .NET Application Configuration Editor       
Total Hits: 542  |  Today: 0 Author: Jayram Tallamraju & Sethu Bijumalla       Rating:  
Read Reviews | Write Review |              Your Rating: 

With Microsoft .NET, configuration for any .NET application is stored in XML files, as compared to the Registry which is used for normal Windows applications. With the "Microsoft .NET Configuration" tool (Administrator Tools - Microsoft .NET Configuration) that comes with the .NET Framework, it is possible to configure some application properties. But there is no tool available to manage application settings of a .NET application. Each time a .NET application is installed on a new machine, the s...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com