GoDaddy Installation Walkthrough

Rate It (3)

Last post 05-31-2009 11:54 PM by womenfashionbags. 92 replies.

Sort Posts:

  • Re: GoDaddy Installation Walkthrough

    05-22-2009, 1:53 PM
    • Member
      21 point Member
    • dude9er
    • Member since 06-03-2008, 4:30 PM
    • Posts 121

     I was able to upload my site and everything is working fine except two things.

     

    1)  Adding a new event to the calendar I am getting the following error:

     

    Security Exception body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } 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.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
     

    2) Website settings is not updating.

     

    Did anyone else have problems like this? If so, can someone help me with fixing mine.  I am using the VB version.

     

    THANKS!!!!

     

  • Re: GoDaddy Installation Walkthrough

    05-22-2009, 9:29 PM
    • Member
      48 point Member
    • rishnan
    • Member since 10-03-2008, 4:16 AM
    • Jurong, Singapore
    • Posts 25

    Hi Dude,

          It seems you have some issues with your web.config file. You must have valid culture info inside the config file. It should something similar to the below one:

    <compilers>
       <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
        <providerOption name="CompilerVersion" value="v3.5"/>
        <providerOption name="WarnAsError" value="false"/></compiler>
       <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
        <providerOption name="CompilerVersion" value="v3.5"/>
        <providerOption name="OptionInfer" value="true"/>
        <providerOption name="WarnAsError" value="false"/></compiler></compilers> 

    add the above insdie the web.config file and try. If doesnt work try for calendar assembly. Just work around your web.config file, you will get it.

    Hope it helps!

     

    Regards,
    Gobalakrishnan
    Filed under: ,
Page 7 of 7 (93 items) « First ... < Previous 3 4 5 6 7