Details: To enable the details of this specific error message to be viewable on remote machines, please create a
| |
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's
| |
i replaced the code by the given instructions but still it gives me an error. can somebody tell me what is the problem the web.config file is attached to the post. please help me.
Abhimanyu K VatsaPosted Jul 25, 2011, 12:52 AM
(i) bad configuration structure
(ii) .net versions
the best way to deploy website is to first deploy on local IIS having same configuration like your ftp server.
however, if you can't do this then do one thing, delete your current config file and add a new config (that will have default settings and no any bad config structure).
even you can trap the specific error by writing try catch handler at different locations like in your codebehind or in globals etc.
saifullah khanPosted Jul 25, 2011, 2:44 AM
Blocked AccountPosted Jul 25, 2011, 12:15 AM
set Custom Error mode to off, then check what error you are getting.