[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Kudzu

6/16/2004 2:17:00 PM

Every example that uses CAO seems to not use IIS. Ive made my web.config like
this:

<configuration>
<system.runtime.remoting>
<application>
<service>
<activated type="HelloWorldObject.Hello, HelloWorldObject" />
</service>
<channels>
<channel ref="http"/>
</channels>
</application>
</system.runtime.remoting>
</configuration>

Its in a virtual dir called Remoting. So what is the URL the client should
use to access it? This same application works fine when I change it from
activated and make it wellknown. But for the life of me I cannot make it work
as a CAO.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower....
"Programming is an art form that fights back"

Blog: http://blogs.atozed...