
April 19th, 2000, 09:43 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Majid (amajid@itimpk.com)</b></i><br />hi,<br />I think the problem you are faceing is that "How to register componet on MTS"<br />Ok follow these steps<br /><br />Open transaction serevr explorer<br />Under Microsoft tarnsation server node you find Computer node<br />Under the computer node you see node "Packedge Install "<br />right click on packedge installed and select new packege<br />Create an empty packedge and enter name <br />click next and then finish<br />select your created packeged <br />open node right click and create new component <br />Then install new component<br />Press addfile ( select your dll file )<br />and press finich<br />Now your componet is registered under MTS<br />you can use this componet by add code to your asp file<br /><br />set aaa=server.createobject("yourcompnentname.dllname")<br /><br />and you can use its methods by <br /><br />aaa.methodname<br /><br /><br />------------<br />Shailaza at 3/31/2000 8:00:38 AM<br /><br />hi<br />recently i saw your mts posting in asp 101 web site. well i am very new to this area when i try working on my first transactional asp page i had trouble.<br />as your posting below said..my first line of asp page is <%@ TRANSACTION=Required LANGUAGE="VBScript" %><br />then i have couple of html codes. but the trouble is if i add the above line i can't get to see anything in my browser. If i remove the above line then i can see the content of the html page. <br />here my doubt is is there anything else do i need to do to tell IIS like my asp pages are trasactional as you said below. well..i have created web site using mmc. but how do i register my application within MTS..? please help me..<br />thanks and regards<br />shailaza<br />
|