Latest posts on tagged on "webconfig"

How to create custom error page in asp.net MVC?

8 November 2016

In this article, I will show you how to add custom error page in web config using asp.net MVC. If application got any error you can invoke asp.net 404 page.

Entity framework connection string example

29 August 2016

To get the SQL connection string from entity framework using DbConetext edmx file. In this example I will show you with example.

How to bind data from database to chart control in asp.net?

3 May 2016

In this article we will discuss, to bind data from database to chart control in asp.net. To connect the database by using connection string, retrieve data from database and binding to chart control

[solved]To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.

4 March 2016

If you want to see exact error of the page you must turn Off custom error mode. After changing the webconfig file save and reload the page you can view the exact error of the page. This setting is under .

Page 2 of 2