I've got a web application which I developed in VID 6 using IIS 4 on NT4. Only problem came when I went to migrate to win 2000 (which obviously has IIS 5).
I got an error message along the lines of the following.
ASP 0177...
...Invalid ProgID
/ScriptLibrary/pm.asp line 191
Which, as I'm sure you know, is a file generated by Interdev. The line it points at has a command which looks like Server.CreateObject('DERuntime.DERuntime')
The first idea I had was that the object or DLL was not properly registered, then I found that it didn't exist on the server.
Can anyone tell me if there is a workaround or where I can get the required object from?
thankyou...
Matt
All the people in all the world and I had to be me.
I got an error message along the lines of the following.
ASP 0177...
...Invalid ProgID
/ScriptLibrary/pm.asp line 191
Which, as I'm sure you know, is a file generated by Interdev. The line it points at has a command which looks like Server.CreateObject('DERuntime.DERuntime')
The first idea I had was that the object or DLL was not properly registered, then I found that it didn't exist on the server.
Can anyone tell me if there is a workaround or where I can get the required object from?
thankyou...
Matt
All the people in all the world and I had to be me.