-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
08-07-2009, 4:55 AM
try this link http://forums.iis.net/t/1156401.aspx?PageIndex=2
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-15-2009, 3:53 AM
I think the answer is probably Visual Baisc 6 caused the problem. When I wanted to install VB6 I was given a warning that some of Visula Studio 6 had known problems on Vista. I stopped the install and went to the Visual Basic pages on Microsoft where they said that VB6 could be used on Vista so I installed it. VB6 is the only non Vista program ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-10-2009, 5:54 PM
Checked this information, but the Global.asa does not have these entries
Active Server Pages Appear Blank in the Web Browser article Q224418
Edit the Global.asa for the Web site experiencing the problem and look for the following or similar metadata tags:
<!--METADATA TYPE="TypeLib" NAME="Microsoft ActiveX Data Objects ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-10-2009, 4:40 PM
I used the Process Monitor filters to show W3wp.exe with these results
Time of Day
Process Name
PID
Operation
Path
Result
Detail
23:18.4
w3wp.exe
3084
CreateFile
C:\inetpub\wwwroot\VinylSignsDirect\html\products.asp\web.config
PATH NOT FOUND
Desired Access: Generic Read, Disposition: Open, Options: ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-10-2009, 12:33 PM
Thank you for replying
<%=Now%> works
Set rsProducts_cmd = CreateObject ("ADODB.Command") works
but
Set rsProducts_cmd = Server.CreateObject ("ADODB.Command") fails
with the result shown in the error log extract shown in the first entry and the message error '8002801d'
Searching for reasons for the HTTP 500 ...
-
Posted to
IIS7 - General
by
davidmills02
on
04-10-2009, 5:18 AM
Did you ever find a solution to the problem? I have the same problem and have searched for a solution, so far without success
Regards
David
[quote user="redbeard411"]
So I turned on the logging and found this:
70.
view trace
Warning
-MODULE_SET_RESPONSE_ERROR_STATUS ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-09-2009, 12:52 PM
Can anyone supply a solution as to why this error is given when using Vista, IIS7 and ASP pages
The error log showsModuleName IsapiModule Notification 128
HttpStatus 500 HttpReason Internal Server Error
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo
Notification EXECUTE_REQUEST_HANDLER
ErrorCode The operation completed successfully. ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-08-2009, 7:45 AM
Thank you for the reply
The Vista computer is a new computer and has very little loaded by way of extra programs unlike my XP computer which has everything including the kitchen sink loaded in comparison
The one anomaly I have found when comparing the XP and Vista registry entries is ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-07-2009, 7:41 AM
Hello
I have compared and set the CLSID permissions on my VISTA computer to be the same as those on my XP computer where my LocalHost server works and there is no error message for ASP pages with dynamic content
In the article PRB: ASP Error 8002801d "Library Not Registered" it goes on to discuss the TypeLib entries
There is no ...
-
Posted to
IIS7 - Classic ASP
by
davidmills02
on
04-05-2009, 8:28 AM
I found how to change the control of the key in Regedit and then followed the instructions in the PRB: ASP Error 8002801d "Library Not Registered" Help and Support Page, but having done as they instruct and added everyone to CLSID key and that the Everyone entry has Read permission
But I still have Error 8002801d after following ...