Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The remote server returned an error: (405) Method Not Allowe
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
The remote server returned an error: (405) Method Not Allowe
Miscellaneous
Thread ID:
00936436
Message ID:
00936436
Views:
51
Hi all,

I am stuck on this error "The remote server returned an error: (405) Method Not Allowed."

I am using remoting to return an array of bytes.
The code is straight forward:

RemotingConfiguration.Configure("Winforms.exe.config")
oCensus = Activator.GetObject(GetType(SharedCensus.CensusQuery), "http://localhost/binarystream")
bytearray = oCensus.GetDataStream(" some query ")


It fails when method GetDataStream(sQuery as string) as byte() is being called.
I have doubts that the error is caused by the code. I think it is a permission issue but dont know where to look to fix it. I gave aspnet worker permissions to all folders and I have anonymous on iis folder.

Thanks,

Vlad
Next
Reply
Map
View

Click here to load this message in the networking platform