Results 1 to 3 of 3

Thread: asp.net premissions

  1. #1
    Join Date
    May 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default asp.net premissions

    Hi,

    My web sofware is showing this error.

    Code:
    Server Error in '/cfsms' 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 failed.
    
                 Source Error: 
    
                                                                           Line 45: 
    Line 46: 
    Line 47: 		}
    Line 48: 
    Line 49: 		#region Web Form Designer generated code                                                               
                  Source File:  d:\MYDOMAIN.co.uk\wwwroot\cfsms\Index.aspx.cs    Line:  47             
    
                 Stack Trace: 
    
                                                                           [SecurityException: Request failed.]
       BMS.Forms.Index.Page_Load(Object sender, EventArgs e) in d:\cfs-fire.co.uk\wwwroot\cfsms\Index.aspx.cs:47
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
       System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
       System.Web.UI.Page.ProcessRequest() +80
       System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
       System.Web.UI.Page.ProcessRequest(HttpContext context) +49
       ASP.index_aspx.ProcessRequest(HttpContext context) in App_Web_8irtxmjx.0.cs:0
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
                                                                  
                               Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET


    And my coder has sent me this

    There is some permission problem and we need to give rights to the folder to run the ASP.NET website. We have seen the user manual how we can setup permissions but unfortunately these features is not available in your control panel.

    If you go to page 61 of the following document, you can see the options that we want to configure.

    http://download.webhostautomation.net/Helm/docs/Helm%20User%20Guide.pdf

    We have launched a support ticket as well and we are waiting for the response. Meanwhile if it is possible for you then please contact your hosting company for a faster resolution of this problem.


    Any Ideas Please bit of an urgent one and assume tech wont get back to me until monday.

    Many Thanks guys


  2. #2
    Join Date
    Feb 2006
    Location
    UK
    Posts
    31
    Thanks
    3
    Thanked 3 Times in 3 Posts

    Default Possible pointer

    Hi,
    RFH operates a Meduim-trust shared hosting policy. The error suggests that something in the Page_Load method is requesting an operation that falls outside of Medium-trust. This could (very probably) be writing to a part of the out-of-scope file-system, but you'd need to check the specifics of the source code to be sure.
    I'm guessing the option they refer to on pg. 61 is the "writable website" one, which would support the above.

    It may be worth mentioning RFH is meduim-trust to them - this may identify the issue quicker.

    HTH,
    Jim.
    www.PatternSoft.co.uk
    Specialist providers of marketing and data services to small and medium sized companies.

  3. #3
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    are u trying to install helm?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ASP.Net to pdf
    By Furzetech in forum ASP.NET
    Replies: 10
    Last Post: 14th June 2008, 06:45 AM
  2. ASP.NET Forum
    By jonivar in forum ASP.NET
    Replies: 3
    Last Post: 25th June 2007, 12:02 PM
  3. ASP.net 2.0
    By JohnnyW in forum Sales and Service Feature Enquiries
    Replies: 17
    Last Post: 8th November 2005, 02:01 PM
  4. ASP.NET tutorials
    By Octavius in forum ASP.NET
    Replies: 3
    Last Post: 24th September 2005, 04:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •