|
|
 |
BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8
 | This is the forum to discuss the Wrox book Professional ASP.NET 2.0 Security, Membership, and Role Management by Stefan Schackow; ISBN: 9780764596988 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

November 7th, 2008, 03:47 PM
|
|
Registered User
|
|
Join Date: Aug 2008
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Tcp/ip transmission under medium trust
hi Stefan,
Thanks for all your replies. They are much appreciated.
Another question has come up.
Under *the standard settings* for medium trust level can a web site start a tcp/ip transaction?
Typically in an e-commerce site one needs to start a tcp/ip communication for confirming a transaction.
The upshot of this is for the ISP and web administrators.
Many thanks.
|

November 7th, 2008, 09:25 PM
|
|
Wrox Author
|
|
Join Date: Feb 2006
Location: Redmond, Washington, USA.
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I don't believe so. The System.Net classes that allow opening sockets require the System.Net.SocketPermission. SocketPermission is not part of the default Medium trust permission set.
However a machine administrator can of course add this permission - much like they can add/edit the System.Net.WebPermission today.
-Stefan
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Logging in is not working in Medium Trust |
stoverje |
BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8 |
4 |
July 9th, 2008 08:53 AM |
| Membership not working in Medium Trust |
stoverje |
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 |
0 |
July 5th, 2008 11:43 AM |
| Chapter 3: originUrl issue (Medium trust) |
michaelg |
BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8 |
2 |
May 5th, 2008 04:15 PM |
| Medium trust problems |
DavidWilks |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 |
0 |
June 26th, 2007 04:51 PM |
| Medium Trust |
mike_h |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 |
6 |
October 24th, 2006 06:52 PM |
|
 |