As long as u are using IIS, the following works.<br><br>ASP supports objects of all types. A special classid can be found from MSDN , microsoft which pertain to including .class files as objects. These are called monikers. Put this classid in the Object Tag.<br><br>Give it an id. Suppose your class, which can be in any path, as long as U register it(THRU REGEDIT or REGEDT32), has a method called doIt(). THen lets say ur object has an id "abc".<br><br>U can call abc.doIt() easily.<br><br>But the pre-requisites are to register the .class file u are using to a particular classid ( which u can set) I think.<br>For more details, refer MSDN.