|
|
1-20 of 20 Components sites are shown.
|
|
ASP doesn't allow you to access the registry directly, but using this free component from the IIS Resource kit allows you to do it with just few lines of code!
|
|
|
|
|
|
|
If you haven't used components in your asp development, you can learn how to register components, like the EZsiteDEV.dll one discussed here, by reading a few articles available on my web site (http://www.dougdean.com). These articles will also show you how to write your own custom components
|
|
|
|
|
|
|
In this
article I would like to explain how to Create a package ,Delete Package and Add/Delete
Dlls from the package.
|
|
|
|
|
|
|
The OnTransactionAbort event occurs when a transaction has been aborted for some kind of processing error. The signal of this event will run a handler script in the same file, if it exist.
|
|
|
|
|
|
|
The OnTransactionCommit event occurs when a transaction has been successfully completed. The signal of this event will run a handler script in the same file, if it exists.
|
|
|
|
|
|
|
Step by step tutorial on creating a Java COM component which calls ASP intrinsic objects.
|
|
|
|
|
|
|
Calling ASP intrinsic objects from within Component using Visual Basic.
|
|
|
|
|
|
|
Sample chapter from 'Beginning ATL 3 COM Programming'.
|
|
|
|
|
|
|
An Overview in Creating a COM ActiveX DLL for Use with ASP
Scripts. A tutorial describing the process of first creating a COM Object
with functions and then second, how call those same functions contained in
the ActiveX DLL from ASP Scripts.
|
|
|
|
|
|
|
A comparison of the speed and effectiveness of components.
|
|
|
|
|
|
|
The free tool for website access management. 100% cookie-free 'Basic Authentication' website protection that keeps your NT Users Names and Passwords private.
|
|
|
|
|
|
|
If you work with COM dlls a lot as I do, you often have a need to register / unregister these components conveniently. Often with only FTP or HTTP access to your remote production webserver, it would also be convenient to be able to call an ASP page that asks you for the full path and name of the DLL, and allows you to either register or unregister the specified component. Fear not! Here I'll present easy ways to do both.
|
|
|
|
|
|
|
COMChecker from InteliDev is a really wonderful script to check which COM objects are available:
|
|
|
|
|
|
|
Describes in detail what you
need to know to register / unregister ActiveX ( COM Component ) DLLs
remotely using only plain ASP pages.
|
|
|
|
|
|
|
We received this upload component from Evandro F in brazil. This is a free component he designed and wanted to share this component. Here is his page he done for us! Enjoy this free component done in in Portuguese!
|
|
|
|
|
|
|
The ObjectContext object is used to control Active Server Pages transactions which are managed by the Microsoft Transaction Server (MTS). You may either complete (commit) or abort a transaction.
|
|
|
|
|
|
|
The SetAbort method declares that a transaction has not been completed and resources should not be updated
|
|
|
|
|
|
|
The SetComplete method declares that the transaction has been completed and resources can be updated.
|
|
|
|
|
|
|
In this article, I will show how package deployment and maintenance in the Microsoft Transaction Server (MTS) Explorer can be automated using the scriptable administration objects.
|
|
|
|
|
|
|
COM stands for Component Object Model. COM components are an essential part of ASP. If you are not familiar with COM and would like to have an overview of what it is then please read Sample Chapter from Beginning ATL 3 COM Programming.
|
|
|
|
|
|
|