c# - IIS7 set error page to be displayed if timeout expire error -


i using asp.net 2.0 c#. have web-site (not web-application) hosted on iis7.

recently got following error on live site.

timeout expired.   timeout period elapsed prior obtaining connection pool.   may have occurred because pooled connections in use , max pool size reached. 

i have seached , of solutions got explaining surely close connection.

right studding site , don't have idea architecture. so, instead of directly changing data access layer, want make temporary fix showing error page if such error occurs.

i don't have knowledge iis can give me idea how can set such page?

you can set custom error page in iis also. following picturial explaination of same.

http://www.orcsweb.com/blog/jamie-furr/how-to-create-custom-error-pages-in-iis-7-5-with-asp-net/


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -