I'm currently trying to find out answer for a runtime error (mentioned below) in my web application (.NET 1.1 with ASP.NET) which has Windows controls on web pages all over.

If I run web pages on the server where I have hosted my web app - it works fine. However, If I try to use it from another computer's browser - it throws below error. Error...

System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

So far I have tried following options without any luck...

1.) Changed the .NET 1.1 configurations to by marking the required assemblies as FullTrust 2.) Changed the web config to add FullTrust options 3.) And many more as described by other threads in this site (and of course, other site's blogs) - without any luck.

Interestingly, when I had only .NET framework 1.1 installed on server - it was working fine. However, as soon as I installed other versions of framework, it started to show this error on client browsers.

Any directions to resolve this issue would be appreciated.

Thanks!

link|improve this question

25% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.