Link to home
Start Free TrialLog in
Avatar of nissiinfotechpvtltd
nissiinfotechpvtltd

asked on

Runtime Error

hi,
I m getting runtime error while running my application. I Know that runtime error will occur in many circumstances, but I couln't find the exact mistake which i made here to come across this runtime error now. The same files are uploaded in different domain. It works fine. But if i upload the same files in another domain it gets the runtime error. I have attached the screen shot of error page.  The following is the url where error occurs  "http://www.vehiclemaintenanceerp.com/".  And also I have some doubt whether it may be a server configuration problem.



Plz check and help me.

Thank you
Runtime-Error.doc
Avatar of GuitarRich
GuitarRich
Flag of United Kingdom of Great Britain and Northern Ireland image

in the web.config turn custom errors off and you will see what the actual runtime error is
<customErrors mode="Off" />
Avatar of urir10
urir10

GuitarRich is right. Or if you dont want to turn off custom error and you have remote access to the server, then you can check the even viewer in windows and that should tell you the exact exception.
ASKER CERTIFIED SOLUTION
Avatar of prairiedog
prairiedog
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nissiinfotechpvtltd

ASKER

hi prairiedog,
thanks a lot.. it solved my problem.