Hi

After I install the Mobile plug in I get. Any Ideas? I am running on a windows 2008 server R2.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:


Line 550: if (!AppLogic.IsAdminSite)
Line 551: {
Line 552: m_ThisCustomer = MobileRedirectController.SkinBaseHook(SkinID, ThisCustomer);
Line 553: SkinID = ThisCustomer.SkinID;
Line 554: if (SkinID == Vortx.Data.Config.MobilePlatform.SkinId && MobileHelper.isMobile())


Source File: c:\Webs\oemheaters\App_Code\SkinBase.cs Line: 552

Stack Trace:


[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
Vortx.MobileFramework.MobileRedirectController.Ski nBaseHook(Int32 SkinID, Customer ThisCustomer) +0
AspDotNetStorefront.SkinBase.OnPreInit(EventArgs e) in c:\Webs\oemheaters\App_Code\SkinBase.cs:552
System.Web.UI.Page.PerformPreInit() +42
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11070247
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11069786
System.Web.UI.Page.ProcessRequest() +91
System.Web.UI.Page.ProcessRequest(HttpContext context) +240
ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Te mporary ASP.NET Files\root\f8d7147c\3e3549b9\App_Web_xtatslxu.55.c s:0
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +599
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +171