Felmeddelande:
Server.MapPath() error 'ASP 0174 : 80004005'
Invalid Path Character(s)
/class.asp, line 1572
An invalid '/' or '\' was found in the Path parameter for the MapPath method.
Koden ser så här ut:
If strLocationType = "ABSOLUTE" Then
strTemp = strLocation & "\" & strName
Else ' VIRTUAL
strTemp = Server.MapPath(strLocation & "/" & strName)
End If