Runtime Error when importing into MyCricket
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
Working on it. Can you provide me with a matchID that you are importing?
Question - does the match actually import ok anyway?
The error message should no longer be showing. Please try again and post up in a new thread if you still see it.