Latest posts on tagged on "webconfig"

System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Net.Http.Formatting' with identity 'System.Net.Http.Formatting, Version=4.0.0.0

21 August 2020

I got this following error I removed the old version of System.Net.Http.Formatting version 4.0.0.0 and referenced Version=5.2.3.0. This reference resolved by problem.

500 - internal server error

19 October 2017

I am getting 500-internal server error when I uploaded the published copy to the GoDaddy and there is no detail about the error. Even though I add Custom Error mode=”On” in the web.Config setting.

Htaccess leverage browser caching

28 January 2017

We can specify the browsers, how long time to keep css ,JS and images stored locally using the .htaccess file i.e( leverage browser caching of static assets).

How to create dynamic connection string in c# asp.net?

4 January 2017

In this article, I will show you how to adding connection string in web config, via dynamically in asp.net c#. You can also change connection string in web config configuration file.

Page 1 of 2