Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > WSE 2.0TP using raw sockets

Reply
Thread Tools

WSE 2.0TP using raw sockets

 
 
Eugene Bilenko
Guest
Posts: n/a
 
      10-29-2003
I am creating a windows application using C# and WSE 2.0
preview. The application registers a soap receiver and
waits for incoming messages on a TCP port (just like in
the TcpAsyncStockService sample included with the WSE 2.0
download). It works perfectly fine when the user has admin
rights to the computer. If it's a non-admin user, the
following exception is thrown:

"An attempt was made to access a socket in a way forbidden
by its access permissions."

I have found a description for this error at
http://support.microsoft.com/default.aspx?scid=kb;en-
us;195445

It's referring to using raw sockets that is prohibited for
non-admin users and there is no workaround for the problem
in Windows 2000.

Is there anything that can be changed in WSE configuration
and/or program code to allow receiving SOAP messages using
TCP by non-admin users?

Any help is greatly appreciated.

Thanks.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending a broadcast message using raw sockets Peter Steele Python 11 01-23-2013 01:21 AM
raw sockets ? i need a python sniffer ionel Python 1 01-10-2005 08:36 AM
Raw Sockets vs. What? Matt Python 4 01-08-2005 07:19 AM
IPv6 header on raw sockets? Lars Strand Python 0 02-19-2004 01:59 PM
RAW Sockets on Windows XP Guillaume Kaddouch C++ 1 12-27-2003 06:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57