Click here to Skip to main content
15,917,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created an application that uses .net remoting to communicate to the server.i am trying to convert my client application on asp.net and server still on windows. when i run my client and server through debugger it communicates well, but when i host the client on IIS it gives "attempt was made to access a socket in a way forbidden by its access permissions " , i even tried full trust but still gets the same error also i have disable my firewall and antivirus system, please provide me solution for this , thanks in advance.
Posted

There is a Microsoft article about how to spawn a process that runs under the context of the impersonated user. It has been published at http://support.microsoft.com/kb/889251/en-us[^]
 
Share this answer
 
There is a Microsoft article about how to spawn a process that runs under the context of the impersonated user. It has been published at http://support.microsoft.com/kb/889251/en-us[^]

Hope, it resolves the reported issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900