Runtime Error
-
Hi guys I am able to run my websites program from my local system through, which I am able to upload the datas into my webhost database.But when I run the same files in my webhost's server it threws a runtime error. Error: Server Error in '/' Application. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". When I give the defaultRedirect as an html page it is redirecting but the for the aspx files it threws the error. If anybody has suggestions Please reply Thanks jith
-
Hi guys I am able to run my websites program from my local system through, which I am able to upload the datas into my webhost database.But when I run the same files in my webhost's server it threws a runtime error. Error: Server Error in '/' Application. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". When I give the defaultRedirect as an html page it is redirecting but the for the aspx files it threws the error. If anybody has suggestions Please reply Thanks jith
defaultRedirect is an optional attribute. You can remove it from that tag...
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
-
defaultRedirect is an optional attribute. You can remove it from that tag...
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
Hi, I didn't upload my class files.Now it is working. Thanks jith