PTMatt Posted August 3, 2009 Share Posted August 3, 2009 Hey Everyone, Was wondering if anyone head a idea why when clients click file manager that they get a run time error. We just had to switch our master servers to a different location, and everything works except the file manager. The error is as follows: <!-- 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> Link to comment Share on other sites More sharing options...
Guest louise Posted August 3, 2009 Share Posted August 3, 2009 Do the same on your master server to give the 'proper' error As in you login to remote desktop and click file manager Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.