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

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

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



PreviousNext

 

email this FAQ to a colleague

Q: Does XP Home Edition support IIS5 or PWS?

A: XP Home does not support IIS or PWS. You will need XP Pro, which comes with IIS 5.1.

- Rob Swiger

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]

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

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs