Greetings to all, and thank you in advance if you are able/willing to help!
I am running two sites now w/DNN 4.4.1 on each. One is Intranet, one is public on the web.
I have modules, some of the same, installed in each location (some of the nice freebies, like weather, google search, stuff like that).
They all run fine in my Intranet install. Most of them do NOT work at my site hosted at GoDaddy.
I get this type of error when I install several of my modules on any of my pages:
DotNetNuke.Services.Exceptions.ModuleLoadException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. ---> System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.Net.WebRequest.set_DefaultWebProxy(IWebProxy value) at System.Net.GlobalProxySelection.set_Select(IWebProxy value) at WeatherChannel.WeatherChannelShow.Page_Load(Object sender, EventArgs e) The action that failed was: Demand The type of the first permission that failed was: System.Net.WebPermission The Zone of the assembly that failed was: MyComputer --- End of inner exception stack trace ---
Any ideas as to why? Again, both installations are 4.4.1
Regards,
Vollerworld