asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search








Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

Focus Sections
Focus Sections provide an assortment of references on very specific topics related to the Internet Information Server and Active Server Pages.

FAQ
There are plenty of Frequently Asked Questions on this topic, collected from 15 Seconds' List Servers.

Call For Authors
15 Seconds is looking for technical professionals working in the Active Server field to write articles. If you are interested, take a look at our writer's guide and submit your ideas.

IIS Section

Articles

Sep 29, 2005 - Migrating to a Load Balanced IIS 6 Environment
Migration to IIS 6 can present itself as a daunting challenge. Depending on your existing hosting configuration, the process can number in hours, days, or even weeks. Careful planning and research is integral to achieve a successful migration.
[Read This Article]  [Top]

Apr 18, 2003 - IIS 6.0: Lessons in Trustworthy Computing
Microsoft's Trustworthy Computing initiative significantly changed the way in which Microsoft builds and designs software. In this article, Jeff Gonzalez explores some of the new options and architecture in Internet Information Services 6.0.
[Read This Article]  [Top]

Mar 25, 2002 - Moving IIS To A Different Server - Part 2
Brien Posey evaluates two additional methods for migrating a Web server and it settings, backup/restore and ghosting.
[Read This Article]  [Top]

Feb 27, 2002 - Moving Your IIS Server to a New Server - Part 1
Upgrading your server? Brien Posey takes a look at the process and pitfalls of migrating IIS to a completely different server.
[Read This Article]  [Top]

Jan 23, 2002 - Troubleshooting IIS Access Problems
Spending countless hours developing a Web site only to discover that no one can access it is frustrating. This article guides you through the process of troubleshooting Web-site access problems.
[Read This Article]  [Top]

Jan 18, 2002 - Running IIS on Windows XP Home Edition?
Members of the 15Seconds discussion list may have found a way to run IIS on Windows XP Home Edition, so developers can run ASP pages. Attempt at your own risk!
[Read This Article]  [Top]

Dec 27, 2001 - Working With IIS Packet Filtering
Brien Posey discusses IP packet filtering and other ways in which to control access through IIS.
[Read This Article]  [Top]

Oct 30, 2001 - Protecting Your IIS Server and Web Application
Internet viruses such as Code Red and Nimbda have brought down numerous IIS Web servers recently. Fortify and defend your system with this comprehensive strategy authored by 30-year industry veteran, Andrew Novick.
[Read This Article]  [Top]

Oct 16, 2001 - Implementing an E-mail Content Filter Using CDO
Stop SPAM from sliding through your e-mail system. George Walker shows how to create an e-mail content filter for the Windows 2000 SMTP service using Microsoft Collaboration Data Objects.
[Read This Article]  [Top]

Feb 10, 2000 - Creating Dynamic JavaScript with ASP and Databases
Travis Giggy demonstrates how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. He offers an overview of things that can be done with dynamic JavaScript with ASP and data queries.
[Read This Article]  [Top]

Mar 25, 1998 - Collaboration Data Object and IIS 4.0
Collaboration Data Object (CDO) is a COM library designed to send mail through SMTP or Microsoft Exchange. If you install the SMTP server that comes with Microsoft Option Pack 4, you can send mail from an Active Server page using CDO. Because CDO is comes with Microsoft Option Pack 4, CDO is free.
[Read This Article]  [Top]

Mar 25, 1998 - Collaboration Data Object and IIS 4.0
Collaboration Data Object (CDO) is a COM library designed to send mail through SMTP or Microsoft Exchange. If you install the SMTP server that comes with Microsoft Option Pack 4, you can send mail from an Active Server page using CDO. Because CDO is comes with Microsoft Option Pack 4, CDO is free.
[Read This Article]  [Top]

Mar 16, 1998 - ADSI Part II: Configuring NTLM with ADSI
ADSI Part II describes and demonstrations the power of ADSI by showing how to manipulate the NTLM database. Examples in this article show how to add a user to a domain, delete the user, add a group, and add the user to the group. There is also a discussion on security and an overview of the Group, User and Domain ADSI objects.
[Read This Article]  [Top]

Mar 4, 1998 - Programming IIS 4.0 with ADSI
Have you wanted to add virtual roots through VBScript? Create ISAPI server extensions that install themselves in IIS 4.0? Or script the installation of your entire web site including user permissions? You can do this and more with ADSI.
[Read This Article]  [Top]

Feb 20, 1998 - Dynamic Banner Administration
This article will describe how to implement a banner rotation scenario where the pages served are static, i.e. .htm, and do not have the flexibility to call components. The task is to dynamically serve banners and statically serve pages. This is the opposite of the scenario for banner rotation components, which statically serve banners and dynamically serve pages.
[Read This Article]  [Top]

Feb 10, 1998 - Custom Error Pages with IIS 4.0
In this issue, we will discuss how to use custom error pages with IIS 4.0. With IIS 4.0, you can return special pages for each web site error instead of the default pages. So instead of the message "404 File Not Found," the user could have a list of optional links with your company header and an apologetic message. We will demonstrate how to get the most from custom error pages by using Active Serve pages to customize the message.
[Read This Article]  [Top]

Nov 30, 1997 - Advanced Security Concepts
This article is a reprint of chapter 19, by Nelson Howell , in a new book called 'Using Microsoft Internet Information Server 4' from Que Education & Training (ISBN 0789712636) due for publication in early March 1998. This chapter covers advanced security concepts. Including: how to secure content Enforce security permissions for sensitive and private content and configuring user authentication understand and use authentication methods for securing content.
[Read This Article]  [Top]

Nov 29, 1997 - Be Your Own ISP: Allowing Dynamic User Access
This article is a reprint of chapter 19, by Nelson Howell , in a new book called 'Using Microsoft Internet Information Server 4' from Que Education & Training (ISBN 0789712636) due for publication in early March 1998. This chapter covers being your own ISP: allowing dynamic user access. Including: setting up and providing clients with the ability to control their own Web site is a simple matter and getting the content there are two ways of uploading content to client Web sites: the traditional FTP method and the newer HTTP PUT facility.
[Read This Article]  [Top]

Nov 28, 1997 - Understanding and Planning for Server-Side Loading
This article is a reprint of chapter 16, by Nelson Howell , in a new book called 'Using Microsoft Internet Information Server 4' from Que Education & Training (ISBN 0789712636) due for publication in early March 1998. This chapter covers understanding and planning for server-side loading with the Internet Information Server version 4.0. Including determining load using performance monitor, using event viewer to discover errors, using TCP/IP troubleshooting utilities, configuring ODBC loads and understanding IIS logging.
[Read This Article]  [Top]

Nov 27, 1997 - Performance Tuning
This article is a reprint of chapter 15, by Nelson Howell , in a new book called 'Using Microsoft Internet Information Server 4' from Que Education & Training (ISBN 0789712636) due for publication in early March 1998. The chapter covers performance tuning of the Internet Information Server version 4.0. Including: What is performance, building web sites for speed, and the performance monitor.
[Read This Article]  [Top]

Nov 2, 1997 - Creating a Push Server with ASP
Have your own push server with Active Server and a little help from 15 Seconds. The Active Server page code that 15 Seconds presents is not a hack nor a work-around. This code manipulates HTTP headers to give the client the impression that you have a push server.
[Read This Article]  [Top]

Aug 28, 1997 - Designing Multiple Web Sites with IIS 4.0
IIS 4.0 allows you to have multiple web sites on one machine. Though IIS 3.0 has this capability, IIS 4.0 expands the functionality of multiple web sites by adding additional characteristics to sub-directories, and allow for multiple applications. Special considerations need to be made when designing and administrating multiple web sites on a single machine, including when to use sub-directories, when to use virtual directories, how to handle security, and the handling of multiple applications.
[Read This Article]  [Top]

Jul 20, 1997 - Running ISAPI applications Within IIS 4.0
This issue discusses and demonstrates how to run isolated ISAPI applications. Included are considerations for moving your ISAPI application from IIS 3.0 to IIS 4.0, performance considerations and the effects of isolated ISAPI applications on ODBC connection pooling.
[Read This Article]  [Top]

ActiveNews   (NOTE: ASPToday articles require a paid subscription)
Nov 2, 2000 - What IIS the Limit?
If you're thinking of using IIS to host many domain names, you may want to read this. Members of the ISP-Webhosting list provide some insight into how many domains can be placed on a single Microsoft IIS server.
[Read The Article]
Jun 23, 2000 - Microsoft's Latest Release of IIS Packs a Powerful Punch
Much as we wanted to find fault with the latest release of Microsoft's popular server, what we found was a product that improved on an already solid Web server. Bundled exclusively as part of the Windows 2000 Server operating system, this server contains many new features along with performance and reliability enhancements. Notable improvements are better and more clearly documented security policies, support for the new WebDAV publishing standards, and faster restarts of both Web and FTP services.
[Read The Article]
Mar 6, 2000 - Setting Up the SMTP Mail Service in Windows 2000 - Part 1
Many people have adopted and embraced the IIS Virtual SMTP (Simple Mail Transfer Protocol) service that proved fast, reliable and easy to use for simple tasks like sending a confirmation email to a visitor in response to their comments, feedback, or perhaps even the placing of an order. This is the first in a series of three articles where Alex Homer looks at how the equivalent SMTP Mail Service that comes with Windows 2000 can be used. This article deals with setup and configuration of the SMTP Mail Service, and later articles will look at how we use it with the Windows NT4 Option Pack version of CDONTS (Collaboration Data Objects for NTS) and CDO version 1.x, and the new version of CDO that is supplied with Windows 2000.
[Read The Article]
Feb 28, 2000 - Leveraging ASP in IIS 5.0
Internet Information Services (IIS) 5.0 sports improvements for administration and application development. Building on the foundation of its predecessor, IIS 5.0 takes performance, reliability, and scalability to the next level (in fact, many customers are reporting 50-100 percent improvements in performance when running their sites on Windows® 2000). In addition to an engine overhaul for IIS, updates to core technologies improve the overall Active Server Pages (ASP) experience. In this article, J.D. Meier helps you get the most out of ASP in IIS 5.0 by sharing his experiences working with it over the past several months.
[Read The Article]
Oct 14, 1999 - Transactional Web Pages Using IIS 5.0
All sorts of things can go wrong with information exchange. Imagine, for example, an e-commerce site that sells products to the public - you place an order for a book, their system crashes, you get charged, but the order didn’t finish processing so you never received the product. A lot is expected of today’s applications, and because of this many applications bundle everyday data exchange activities and related work into transactions.
[Read The Article]
Mar 9, 1999 - Windows 2000 for Web Developers
Windows 2000 (nee Windows NT 5.0) is so full of features that anyone—especially Web developers—can find good reasons to use it. Let’s go over what’s new and useful in Windows 2000.
[Read This Article]
Mar 8, 1999 - ASP Error handling In IIS 5.0
With IIS 5.0 around the corner, we will have two ways to handle errors at our disposal. Christian Gross looks at both and asks which to use when.
[Read This Article]
Mar 20, 1998 - IIS 4.0 Consultants
Our web site has over five hunderd consultant listings and many of those answered "Yes!" to this question:
"Would you be interested in helping clients move existing systems to IIS 4.0, or help with installing and training on IIS 4.0?"

[View the IIS 4.0 Consultants]
Feb 28, 1998 - List Server Support
15 Seconds' has the only list server dedicated to IIS 4.0. Sign up today to learn about the issues that others are having with IIS 4.0. Learn great programming tips from people that have been working with IIS 4.0 and share your own expertise.

To subscribe send e-mail to LISTSERV@PEACH.EASE.LSOFT.COM with this message text (no subject):

SUBSCRIBE IIS40 Your Name  
The IIS 4.0 list server is sponsored by BitShop : http://www.bitshop.com - Web Hosting Solutions for Windows NT (tm)

[More Information]
Feb 28, 1998 - List Server Archives
With the list server going in full swing there are plenty of archives to read without signing up to the list. The arhives are completely searchable and ordered by either author, subject, or date.
[IIS 4.0 Archives]
Oct 10, 1997 - Debugging with Internet Information Server 4.0
Internet Information Server (IIS) 4.0 now enables you to debug the Global.asa file, .asp files, .cdx files, and ActiveX components written in Java. With IIS 3.0, debugging usually meant typing in Response.Write statements, which would send the necessary information to the browser to determine scripting errors. Using the new Microsoft Script Debugger, which ships with IIS 4.0 and Internet Explorer 4.0, it is possible to debug client-side and server-side scripts. This article outlines what you need to know to start using the debugger with Active Server Pages (ASP).
[Read This Article]

Code Samples
Checking NT Group for User Permissions

Knowledge Base Articles
ASP May Fail When IIS Is in Low Memory Condition
Q192596 - 1998.09.29
PRB: Web Server Related Errors On Multi-Process...
Q192638 - 1998.09.29
IIS Logging to SQL Server Fails w/ Blank Userna...
Q149398 - 1998.09.29
IIS Fails to Display Custom Error Messages for ...
Q176919 - 1998.09.29
FP/VID VSS Control of OOP Application Causes Ra...
Q177232 - 1998.09.29
WWW Service Stops Responding When You Stop Web ...
Q177258 - 1998.09.29
Settings May Not Be Applied with URL with Short...
Q179148 - 1998.09.29
SGCINST.EXE Appears to Execute but SGC Does Not...
Q180018 - 1998.09.29
"CreateIISPackage or DeleteIISPackage..." Durin...
Q180119 - 1998.09.29
HTMLA: Host Header Name Information Not Kept in...
Q180533 - 1998.09.29
Unable to Pass Query String Which Contains "=" ...
Q181215 - 1998.09.29
Error Message 426 Trying to Retrieve File from ...
Q181743 - 1998.09.29
Cache ISAPI Application Option Causes ASP to Re...
Q182059 - 1998.09.29
IIS Access Violates Calling Local COM Server
Q182110 - 1998.09.29
Server-side Script Debugging Causes TypeLibrary...
Q182824 - 1998.09.29
GP Fault May Occur with IIS on Multi-processor ...
Q184288 - 1998.09.29
Windows NT Option Pack Update for IIS Available...
Q192224 - 1998.10.06
How to Change Windows NT Account Passwords Usin...
Q184619 - 1998.10.08
Access Denied for the Default Document File Map...
Q246806 - 2000.02.25
Contents of Internet Information Server 5.0 Rel...
Q250979 - 2000.03.10


Support the Active Server Industry



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Microsoft Article: 7.0, Microsoft's Lucky Version?
Microsoft Article: Hyper-V--The Killer Feature in Windows Server 2008
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Windows Server 2008
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES