Note that there are some explanatory texts on larger screens.

plurals
  1. POHow To remove This Web config error, It works Fine on local host but if i uploaded on the server then Errror occured
    primarykey
    data
    text
    <p>This is my Web.config File......Following is the error</p> <blockquote> <p>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). </p> </blockquote> <p>It could, however, be viewed by browsers running on the local server machine. </p> <pre><code>&lt;?xml version="1.0"?&gt; &lt;configuration&gt; &lt;appSettings&gt; &lt;add key="SqlCon" value="Data Source=173.192.89.445;Initial Catalog=Rent_Driver; user &lt;/appSettings&gt; &lt;location path="driversonrent.com" allowOverride="true"&gt; &lt;system.web&gt; &lt;customErrors mode="Off" /&gt; &lt;roleManager enabled="true"/&gt; &lt;compilation debug="true" targetFramework="4.0"&gt; &lt;assemblies&gt; &lt;add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/&gt; &lt;add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/&gt; &lt;add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/&gt; &lt;add assembly="System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/&gt; &lt;add assembly="System.Web.DynamicData.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/&gt; &lt;/assemblies&gt; &lt;/compilation&gt; &lt;authentication mode="None"&gt; &lt;forms name="Loginnew" path="/" loginUrl="Loginnew.aspx" protection="Validation" timeout="30"&gt;&lt;/forms&gt; &lt;/authentication&gt; &lt;pages controlRenderingCompatibilityVersion="4.0" clientIDMode="AutoID"/&gt; &lt;/system.web&gt; </code></pre> <p> </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload