Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

Hide SQL connection error msg

$
0
0
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

Viewing all articles
Browse latest Browse all 8901

Trending Articles