-
dict = Server.CreateObject("Scripting.Dictionary") causes error 500
Suddenly a web site that has been working for years starting giving error 500. I narrowed it down to one line of code. I then created a file called x.asp just to test with that line in it and it returns error 500 every time. Here is the entire code for my test file x.asp:
_________________________________________________
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
dict = Server.CreateObject("Scripting.Dictionary")
%>
_________________________________________________
It always just returns error 500. What could it be?
I do have detailed errors sent to client, but unfortunately the error is still only showing:
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
I have checked all of the IIS log files and Windows event logs and there are no errors showing there either. I am really stumped.
I verified permissions on scrrun.dll and can't find any issues there.
Any help would be greatly appreciated.
Running IIS 8 with ASP Classic 4.0 on Server 2012 R2
Thanks,
Darren
Similar Threads
-
By Mortikhi in forum ASP.NET
Replies: 0
Last Post: 03-21-2002, 01:05 PM
-
By Roger Aikin in forum .NET
Replies: 1
Last Post: 10-26-2001, 10:57 AM
-
By Gaurav in forum ASP.NET
Replies: 2
Last Post: 06-11-2001, 03:36 PM
-
Replies: 2
Last Post: 08-29-2000, 12:25 PM
-
By Bee Kiat in forum ASP.NET
Replies: 3
Last Post: 07-21-2000, 04:41 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|