Systems administrators and Web administrators need to understand that a developers' tools and a developers' ability to access servers play an important role in creating and testing Web applications. As development...
Debugging with Internet Information Server 4.0Internet 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...
Design Strategies for Scalable Active Server ApplicationsThis article covers design strategies that enable Active Server Pages (ASP) transaction-processing applications to scale gracefully in a distributed server. Scaling gracefully means that the application maintains its functional integrity and uses...
Determine execution time in ASPThis is a very simple and neat script that allows you to determine the time (in Milli seconds) required to execute the code in an ASP page