Problem my connectionStrings

Discussion in 'Databases' started by kivancy, Mar 1, 2011.

  1. Hi

    I have setup my connection strings at it shown below.

    ****************************************************************

    <connectionStrings>


    <add name="VipRezervasyonEntities" connectionString="Data
    Source=tcp:s04.Winhost.com;Initial Catalog=DB_11111_DBNAME;User
    ID=DB_11111_DBUSER;Password=PASS;Integrated
    Security=False;" providerName="System.Data.SqlClient" />
    <add name="LocalSqlServer" connectionString="Data
    Source=tcp:s04.Winhost.com;Integrated Security=false;Initial
    Catalog=DB_11111_DBNAME;User
    ID=DB_11111_DBUSER;Password=PASS"
    providerName="System.Data.SqlClient" />
    </connectionStrings>
    ****************************************************************

    but i have faced with this error



    ****************************************************************
    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:

    An unhandled exception was generated during the execution of the
    current web request. Information regarding the origin and location of
    the exception can be identified using the exception stack trace below.

    *****************************************************************

    could you please help me ?

    You can see this error on viprezervasyon.com
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015

Share This Page