shared hosting, required permission can not be acquired , how to find which part of DLL requires which permissions ? [modified]
-
Hi, I have created a custome control DLL for Survey questions, I deployed the solution on GoDaddy shared hosting, after working for 3 months it suddenly stopped. URL http://wsmysql.flexdna.com/home.aspx Error Says Required permissions cannot be acquired. I did use PermCalc.exe to find out what permissions are exactly causing this error, I can replicate the error on local machin by adding <trust level="Medium" originUrl=""/> tab If it is related to permissions why the hell it worked in first place. Anyways I used permcalc tool and it gives me following output, can some one give me a pointer as what exact permission this DLL needs Outout XML I have gone through various articles for configuring medium trust level web.config, but looks like I 'm working in some wrong direction, If I can nail what permissions are required, I can fix and request GoDaddy to allow them, or change the provider :( -Sanbox option for PermCalc.exe returns a blank XML!! What I need is a Custom Medium trust level settings which will allow this DLL permissions required or if I know what part has to be changed in code, I'll change accordingly. Thanks
modified on Tuesday, June 16, 2009 2:26 AM