I set up remoting for an asp.net 2.0 application I'm developing, but IIS isn't letting me access the server object:
"System.Security.SecurityException: Request failed."
I think this is an assembly trust issue, and I noticed that in 1.1, you
can just click the Microsoft .net framework 1.1 wizards shortcut in
administrative tools and then choose the "trust an assembly"
option. I don't see anything as simple for .net 2.0, so I'm
wondering if you guys could help me. Can I fix this with
configuration settings in the <system.runtime.remoting /> section
of the web.config?
thanks.