Hello,even though we set the configuration (web.config) to not show any detailed error messages (production), we still see this message: @The application could not connect to the database...@I tried custom error msg handling too but without any success.@customErrors defaultRedirect=@~/CMSMessages/error.aspx@ mode=@On@@
@error statusCode=@404@ redirect=@~/CMSMessages/PageNotFound.aspx@ /@
@error statusCode=@500@ redirect=@~/CMSMessages/PageNotFound.aspx@ /@ (just for testing)
@/customErrors@
So how can I turn of those message?Kind regards
Stefan
↧