ontsjc
Technical User
- May 17, 2000
- 113
Hello,
I wrote a small web app using FoxISAPI with VFP 9 SP1. On my XP development Machine it works great. When I try to deploy it to the windows 2003 server, I can't get it to run.
I've set my directory and virtual directory structure the same on both machines. Just as a starting point, I set the security to full rights for everyone (I don't intend to keep it this way, it is on a corporate intranet and I intend to back this down as soon as I get the site working). I've put all the runtimes (even the one's I don't need) in the execution path and registered those that need registering). I've registerd the COM server I created. I set the permissions on the two databases I have.
The one thing that doesn't seem to be the way Microsoft says it should is the DCOMCNFG. When I run it, it brings up the Componet Services window and I can't find my COM object listed to do anything with it. All the windows are not as described either.
The error I'm getting when I try to call the site from IE just from a localhost call is the standard 404 explorer error.
All the site does is display some pictures, allow the users to vote for the pictures they like best and logs those votes. I've compliled it as a multi threaded dll. There are no independent html pages, I've just had the com object return some very basic html code to build the pages on the fly. I realize this is kind of a non-descrip question, but is there anything obvious that I may have overlooked? Thanks for any help you maybe able to provide.
I wrote a small web app using FoxISAPI with VFP 9 SP1. On my XP development Machine it works great. When I try to deploy it to the windows 2003 server, I can't get it to run.
I've set my directory and virtual directory structure the same on both machines. Just as a starting point, I set the security to full rights for everyone (I don't intend to keep it this way, it is on a corporate intranet and I intend to back this down as soon as I get the site working). I've put all the runtimes (even the one's I don't need) in the execution path and registered those that need registering). I've registerd the COM server I created. I set the permissions on the two databases I have.
The one thing that doesn't seem to be the way Microsoft says it should is the DCOMCNFG. When I run it, it brings up the Componet Services window and I can't find my COM object listed to do anything with it. All the windows are not as described either.
The error I'm getting when I try to call the site from IE just from a localhost call is the standard 404 explorer error.
All the site does is display some pictures, allow the users to vote for the pictures they like best and logs those votes. I've compliled it as a multi threaded dll. There are no independent html pages, I've just had the com object return some very basic html code to build the pages on the fly. I realize this is kind of a non-descrip question, but is there anything obvious that I may have overlooked? Thanks for any help you maybe able to provide.