
Program-is Scriping.FileSystemObject
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<%
Dim objFSO,objFile
Set objFSO=Server.CreateObject("Scripting.FileSystemObject")
if objFSO.FolderExists(Server.MapPath("Chapter13")) Then
Response.Write "The folder exists"
Else
Response.Write "The folder does not exists"
end if
Set objFSO=Nothing%>
</body>
</html>
when I tried to run the above ASP code I am getting the foll error
message
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
------------------------------------------------------------------------
--------
Technical Information (for support personnel)
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID.
*** Sent via Developersdex http://www.*-*-*.com/ ***
Don't just participate in USENET...get rewarded for it!