0

It happens when I'm trying to open a certain page using it. (Page contains some CSS and JS, nothing really special).
Any ideas how to fix this?

user626528
  • 13,999
  • 30
  • 78
  • 146

1 Answers1

0

This happens when disk path passed to the server (the path parameter) contains a double slash. (i.e. d:\somedir1\\somedir2)

user626528
  • 13,999
  • 30
  • 78
  • 146