Please keep me from turning this **** win2k dell 1300 box into a door stop.......

  • Thread starter Thread starter John Doe
  • Start date Start date
J

John Doe

I am at my wits end with IIS security.

I am trying to run a component from an aspx page which accesses the sockets
namespace. Of course because most administrators cannot keep there servers
secure microsoft now has it so any attempt to access a socket from the
aspnet account results in "An attempt was made to access a socket in a way
forbidden by its access permissions". How in the hell do I get around this.

Whats been tried:

ASPNET added the account to the local administrators
ASPNET act as part of the os inside local policy
<identity impersonate="true" userName="administrator" password="*****" />
inside the web.config file.
System.Security.Principal.WindowsIdentity.GetCurrent.Impersonate in code
I have seen (http://support.microsoft.com/default.aspx?scid=kb;EN-US;195445)

Please if you have any idea then by all means share it. Oh by the way the
same code works flawlessly on the xp.pro development machine.
 
Back
Top