-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: hprahul
Message 1 in Discussion


Hello,
 
I have a ASP.Net 1.1 web application connected to 
a Server for the remoting purposes. Now there is a problem with the web 
application that it is calling server functions instead of the client 
functions.
 
Server is working fine with windows 
application.
 
My Web.config file looks like below:
 
<?xml version="1.0" encoding="utf-8" 
?>
<configuration>
<system.runtime.remoting>
  
<application>
     
<client>
       
<wellknown
 type="RemotingUtility.SecurityClientChannelSinkProvider, 
RemotingUtility" 

 url="tcp://localhost:8228/AuthenticateClass.rem"
       
/>
     </client>
   
<channels>
     <channel 
ref="tcp">
       
<clientProviders>
          
<formatter ref="binary" 
/>
            
<provider type="RemotingUtility.SecurityClientChannelSinkProvider, 
RemotingUtility"/>
       
</clientProviders>
     
</channel>
   
</channels>
 </application>
</system.runtime.remoting>
    

  <system.web>
<!-- regular information 
-->
 </system.web>
</configuration>
 
Can any one suggest what went wrong? Please help! 
I dont want to say this but, "Its really urgent". We have to complete our 
college project at the earliest.
 
Regards,
Rahul.

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to