473,387 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Problem with .NET Remoting: Method not allowed

Hi,
I am using web application hosted on IIS as a server and a web
application as a client.I have configured remoting through web.config file
for both client and server.I called RemotingConfiguration.Configure() in the
Application_start event of client.

Configuration section for server:

<system.runtime.remoting>
<application >
<service>
<wellknown mode="Singleton" type="abcd.efgh,efgh"
displayName="RemotingService" objectUri="efgh.soap" />
</service>
<channels>
<channel
ref="http" useDefaultCredentials="true"
/>
<serverProviders>
<formatter ref="soap" typeFilterLevel="Full"/>
</serverProviders>
</channels>
</application>
</system.runtime.remoting>

Configuration section for Cilent:

<system.runtime.remoting>
<customErrors mode="On"/>
<application name="PinesClient">
<client>
<wellknown type="abcd.efgh,efgh"
url="http://hostname/RemotingService"/>
</client>
<channels>
<channel ref="http" useDefaultCredentials="true" />
<clientProviders>
<formatter ref="soap" typeFilterLevel="Full"/>
</clientProviders>
</channels>
</application>
</system.runtime.remoting>

I am getting Error 405:Method not allowed ,
when I am trying to call method on remote object.

I am using Forms authentication in Server application and Windows
Authentication in client application.Is it a problem?

Please do tell me if any one knows how to resolve this.

Thanks in advance,
Kalyani
Nov 16 '05 #1
0 1079

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Yair Cohen | last post by:
Hi i have a strange problem: i use code like this: ODBCConnection cnn = new ODBCConnection("... cnn string ..."); ODBCDataAdapter da = new ODBCDataAdapter("select * from tbl left join tbl2...
9
by: Sudesh Sawant | last post by:
Hello, We have an application which communicates using remoting. There is a server which is a Windows Service. The server exposes an object which is a singleton. The client is a Web Application...
0
by: jan v | last post by:
Hi everyone I have a problem with events. When the code reaches communication.SynchronisationServer.UpdateNotificationEvent+=new...
5
by: Mark Broadbent | last post by:
Could someone clear this up for me a bit. I am a little bit uncertain about this but this is my understanding. Please correct where wrong or bits missing. There are two types of remoting :- ...
3
by: fong01 | last post by:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.Sockets.SocketException: No...
6
by: Picho | last post by:
Hi all. I have a webservice and a windows app. both of them reference the same class library called WebServiceTest.Core that defines a class called Class1. the webservice exposes a method...
12
by: Steven Berkovitz | last post by:
I have several ASP.NET applications with near identical web.config files. In one of them I am successfuly able to bind to an assembly while on others I am not. All of them have the following...
1
by: Thomee Wright | last post by:
I'm having a problem with a pair of applications I'm developing. I have a server application which interacts with several instruments, and a client app which connects to the server and provides a...
8
by: nyhetsgrupper | last post by:
I have written a windows service and want to expose a web based user interface for this service. I then wrote a class library containing a ..net remoting server. The class library have a method...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.