ActiveLogger ver 1.2

  ActiveLogger
  Category : Asp Tutorials-tips Server management  
  Platform : Windows NT,  2000  
  Price : Free  
  Developer: Adiscon GmbH  
  Version : 1.2  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


This is a program where the users can log information with ASP program s. This program allows the users to write syslog messages. This program can store the information to the system event log when the error occurs. This program provide support for the languages which can create ActiveX control or COM enabled languages.

 

more Tag: program,

Also see ...


SQL Server Data Transformation Services (DTS) Best Practices 1)    SQL Server Data Transformation Services (DTS) Best Practices
 This tutorial explains about the process of SQL server 7.0 in importing and exporting data. The author clearly says that SQL server 7.0 is a graphical tool that plays a vital role in data transformation. This tutorial says that DTS Data (Transformation Services) can be used by the users to different types of data tranformation and loading solutions. In this tutorial the author covers this subject over several topics like documentation, DTS package naming conventions, performance of DTS packa...

How To Log Events from Active Server Pages 2)    How To Log Events from Active Server Pages
 This is an article that discusses about logging events from ASP. Here the author elaborates on two process, one is using COM components to log events and another one is using Windows script host's shell object. This tutorial illustrates on using MS C++ and MS Visual Basic based COM components in this tutorial. The provided examples can be used for a better guidance....

Configuring Active PERL (Windows 2000 server) 3)    Configuring Active PERL (Windows 2000 server)
 This is a tutorial that covers on customizing active PERL on Windows 2000. The author of this tutorial says that how ever the CGI applications are not much stable as ASP applications. To substantiate this above point the author instructs the procedures to the users step by step for configuring Active PERL on Windows 2000....

How To Configure REMOTE_HOST to Perform a Reverse DNS Lookup in IIS 4)    How To Configure REMOTE_HOST to Perform a Reverse DNS Lookup in IIS
 This is an online tutorial that guides users to configure the REMOTE_HOST to let it returns a reverse DNS look up. This tutorial elaborates that this process of configuring REMOTE_HOST can be done by altering a setting of the metabase. The author illustrates this concept by using two samples one is performing reverse look up for individual site and another one is performing reverse look up for entire sites....

IIS 5 and HTTP 5)    IIS 5 and HTTP
 This is an article that elaborates on HTTP -the HyperText Transfer Protocol and its function. The author explains that, in the starting level of the web applications, the client should make the first request to the server, this process of request making and responding is done through the HTTP. In this tutorial the author clearly explains about HTTP and demonstrate the request by providing appropriate examlpes....

Server Side Include Directives 6)    Server Side Include Directives
 This is an online article that can be used by the users to gather information about Server Side Include Directives. This tutorial clearly says that, no other directives support ASP except #include directive. This tutorial explains that this #include directive is the only directive that can be performed by Asp.dll. Here this article also list out the other directives for users reference....

DDNSServ 7)    DDNSServ
 DDNSServ allows you to Run your own DDNS or dynamic DNS service. The server suite is fully featured with full support for MX, CNAME, and even NS records. With DDNSServ, you can offer the internet community a valid alternative to static IP addressing. This enables you to provide Dynamic DNS services, which enables people who use your DDNS service to do just about anything they could do with a static IP address. Those people can even run their own DNS server, despite changing IP's. Your option...

Developing IIS Applications 8)    Developing IIS Applications
 This article provides detailed explanation about the architecture levels given by the IIS 5.0 in favour of application development. Here the author covers this concept over several topics like user services, business services, expansion of Simple Object Access Protocol and expanding the server or client model. This tutorial can be used as a reference guide for the web developers....

Domainbase - The Domain Name Manager 9)    Domainbase - The Domain Name Manager
 This tool is helpful for the webmasters or for the hosting company that allows them to manage domain name and to find the status of that particular domain. It tracks the information like, date of expiration of domain name, due date, account status etc., If the times expires, it delivers an alert message to the specific user and it informs them to renew the domain name in due date. Users are allowed to add any facilities within the Domainbase such as, website statistics, web hosting accounts...

SWD Guest Book Pro 1)    SWD Guest Book Pro
 This is a guestbook software where the users can add messages. This program has the ability to sort the users messages by country and date and also in alphabetical order. The admin can edit, remove and view the users records through an admin interface. This program permit limited characters on the users comments. Features like emoticons, validation form, IP address trace, site rating, hit counter, user URL, auto date, reply to mail and more are available....

ASP GFX 2)    ASP GFX
 This is a program using which users can generate several types of charts and graphs on their websites. Users can have an option to select from its collection of more than 30 patterns to customize the look and feel of the charts. They can build charts of any type including ribbon chart, line chart, pie chart, bar chart and area chart. It produces charts in a quick manner and lets users to create charts directly from their database....

Paging: Use ADO, getrows, or a Stored Procedure? 3)    Paging: Use ADO, getrows, or a Stored Procedure?
 Paging is basically querying a database and presenting a page full of the query`s results. In ASP and SQL Server programming, there are three approaches to paging. This article compares the approaches and explains which one is the most efficient when dealing with very large sets of data....

display an xml file 4)    display an xml file
 This example shows how to display an xml file...

Bullschmidt ASP Web Database Sample 5)    Bullschmidt ASP Web Database Sample
 This sample ASP Web database can give you ideas about tying everything together and can even be used as a starting point for a Web project....

MCSE 70-227 Practice Exam Test Questions 6)    MCSE 70-227 Practice Exam Test Questions
 Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your MCSE 70-227 exam on Your First Try. Our MCSE 70-227 exam questions are designed by highly experienced and certified trainer`s that have put together the best online source for IT certifications with detailed question and answer explanations. For only $29.00, you can be rest assured of passing the MCSE 70-227 exam using Pass-Guaranteed, or Your Money Back!!!...

50-632 Free Test Exam Questions 7)    50-632 Free Test Exam Questions
 Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 50-632 exam on Your First Try. We have provided a free 50-632 free exam where you will be able to see the quality that goes into our 50-632 test questions. Our 50-632 practice test questions are designed by highly experienced and certified trainers that Guarantee success on your 50-632 exam!!!...

Introduction to ASP 8)    Introduction to ASP
 A fairly in-depth introduction to the ASP language....

SQL statements in ASP - beware the apostrophe 9)    SQL statements in ASP - beware the apostrophe
 One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tu...