I have made an application using selenium on asp.net that automates to facebook.com and login. My website is running on visual studio but after uploading to my hosing i am getting this error. I am new on asp.net , please help me!
-
You'll need to try harder a bit - first step is getting relevant log why the error is happening in the first place - check out event viewer on machine where you run the application or turn on full errors - see for reference stackoverflow.com/questions/9286113/…Ondrej Svejdar– Ondrej Svejdar2017-06-19 11:04:08 +00:00Commented Jun 19, 2017 at 11:04
-
someone said to me it is not possible to run selenium on asp.net in live websites, it runs only test project on visual studio ! Is it true?Sabbir Hossain– Sabbir Hossain2017-06-19 11:53:30 +00:00Commented Jun 19, 2017 at 11:53
Add a comment
|
1 Answer
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. The tag should then have its "mode" attribute set to "Off".
More info: Asp.net - <customErrors mode="Off"/> error when trying to access working webpage
