Hi there
I am trying to move a site that contains Interdev design time controls to a new server but I am having real problems with them.
I get the following error when I try to run the site.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
global.asa, line 31
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:
and this is line 31
Set DE = Server.CreateObject("DERuntime.DERuntime"
Now the site will work fine on my local machine that has Interdev installed but this problem occurs when I ftp the site up to a server and try it. The server does not have the FrontPage or Interdev server extensions installed. Are these needed as I would like to avoid installing them if possible due to security problems?
As far as I can tell the dataconnection object is setup correctly with the right path.
Does anyone know how to solve my problem or could you possibly offer some advice about moving sites with
design time controls.
I would be grateful for any help you could give me.
Cheers,
Crommm
I am trying to move a site that contains Interdev design time controls to a new server but I am having real problems with them.
I get the following error when I try to run the site.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
global.asa, line 31
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:
and this is line 31
Set DE = Server.CreateObject("DERuntime.DERuntime"
Now the site will work fine on my local machine that has Interdev installed but this problem occurs when I ftp the site up to a server and try it. The server does not have the FrontPage or Interdev server extensions installed. Are these needed as I would like to avoid installing them if possible due to security problems?
As far as I can tell the dataconnection object is setup correctly with the right path.
Does anyone know how to solve my problem or could you possibly offer some advice about moving sites with
design time controls.
I would be grateful for any help you could give me.
Cheers,
Crommm