[Nugsoft-commits] nugsoft/nUGSoftWeb web.config,1.2,1.3
Brought to you by:
javery,
jimholmesoh
|
From: Jim H. <jim...@us...> - 2005-12-04 04:02:58
|
Update of /cvsroot/nugsoft/nugsoft/nUGSoftWeb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4417/nUGSoftWeb Modified Files: web.config Log Message: Added customerror section pointing to new error file. Index: web.config =================================================================== RCS file: /cvsroot/nugsoft/nugsoft/nUGSoftWeb/web.config,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** web.config 19 Nov 2005 21:06:21 -0000 1.2 --- web.config 4 Dec 2005 04:02:49 -0000 1.3 *************** *** 2,6 **** <configuration> <configSections> ! <section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"/> </configSections> <appSettings> --- 2,7 ---- <configuration> <configSections> ! <section name="nhibernate" ! type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089"/> </configSections> <appSettings> *************** *** 15,17 **** </nhibernate> <system.web> ! <compilation debug="true"/></system.web></configuration> --- 16,21 ---- </nhibernate> <system.web> ! <customErrors mode="On" defaultRedirect="errors.aspx" /> ! <compilation debug="true"/> ! </system.web> ! </configuration> |