I get this error message after installing MailYouLike:
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: Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED).
Source Error:
Line 44: fso = Nothing
Line 45: Else
Line 46: fso.CreateFolder(Server.MapPath(upath))
Line 47: fso.CreateFolder(Server.MapPath(upath) & "\images")
Line 48: fso.CreateFolder(Server.MapPath(upath) & "\menuimg")
Source File: C:\Inetpub\wwwroot\Mailweb\my_colour-config.aspx Line: 46
Stack Trace:
[SecurityException: Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED).]
Scripting.FileSystemObjectClass.CreateFolder(String Path) +0
ASP.chk_login_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\wwwroot\Mailweb\my_colour-config.aspx:46
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +2112
System.Web.UI.Page.ProcessRequest() +218
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplicati on+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300