Hello,
Im recieving this error when I try and load an asp page from my server:
Server.MapPath() error 'ASP 0172 : 80004005'
Invalid Path
/Holidays/config.asp, line 10
The Path parameter for the MapPath method must be a virtual path. A physical path was used.
I dont understand what this means or is trying to tell me, line 10 of my code is a comment in the config.asp file, so I really dont know what it is trying to say.
Does anyone know what this is and how to solve it?
Im recieving this error when I try and load an asp page from my server:
Server.MapPath() error 'ASP 0172 : 80004005'
Invalid Path
/Holidays/config.asp, line 10
The Path parameter for the MapPath method must be a virtual path. A physical path was used.
I dont understand what this means or is trying to tell me, line 10 of my code is a comment in the config.asp file, so I really dont know what it is trying to say.
Does anyone know what this is and how to solve it?