telexpress
IS-IT--Management
I continue to get this error:
Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/inventory/config.asp, line 3
The '..' characters are not allowed in the Path parameter for the MapPath method.
for this code in config.asp:
<%
cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
cst = cst & server.mappath("../inventusers/login.mdb"
%>
I fix that and then get this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Session'
/inventory/check.asp, line 4
for this code in check.asp:
<%
go = ajloginurl+"login.asp?stat=notin"
if Session("UserGood"
<> "True" then
response.redirect (""&go&""
end if
%>
Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/inventory/config.asp, line 3
The '..' characters are not allowed in the Path parameter for the MapPath method.
for this code in config.asp:
<%
cst = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
cst = cst & server.mappath("../inventusers/login.mdb"
%>
I fix that and then get this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Session'
/inventory/check.asp, line 4
for this code in check.asp:
<%
go = ajloginurl+"login.asp?stat=notin"
if Session("UserGood"
response.redirect (""&go&""
end if
%>