Web Connection
Current WebConnect and WebConnect 5 on the same server?
Gravatar is a globally recognized avatar based on your email address. Current WebConnect and WebConnect 5 on the same server?
  Michael Hogan (Ideate Hosting)
  All
  Jun 12, 2025 @ 07:32am

Rick;

I need to migrate a few procedures from a long-in-the-tooth WebConnect 5.x application to the current version, but that horse is too big to eat in one bite.

I assume I can have WC 5 and the current, modern version running on a different defined IIS website on the same Windows 2008 server?

I realize I will have to pass adequate information to the new server on the URL or within the HTML form to identify the environment... and that the domain name of the new pages will be different.

I just need to be able to share the same live DBFs while I replace a few procedures and squash a few bugs at a time...

TIA

Gravatar is a globally recognized avatar based on your email address. re: Current WebConnect and WebConnect 5 on the same server?
  Rick Strahl
  Michael Hogan (Ideate Hosting)
  Jun 12, 2025 @ 08:44am

Yes - you've always been able to run multiple Web Connection sites side by side since deployed applications are completely isolated from each other - there are no shared components.

For development pre-6.0 there was some shared stuff because of the way Web Connection installed, but with 6.0 and project folder separate 99% of that goes away with only path references back into the Web Connection framework - and you can control via pathing which framework is accessed.

The main thing you want to watch out for:

  • Copying Application Project Folders
  • COM Object ClassIds

Due to the way COM works you have to make very sure you don't duplicate COM ClassIds accidentally. If you copy a project file to create 'new' project, you're in effect copying the ClassIds along with project and you'll end up hosing your COM configuration. So if you copy make sure to wipe out the project's COM servers first. Likewise make sure that any of your servers have unique names that don't match existing COM ProgIds.

Other than that - projects are completely separate both on client and server in newer versions.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: Current WebConnect and WebConnect 5 on the same server?
  Michael Hogan (Ideate Hosting)
  Rick Strahl
  Jun 12, 2025 @ 09:05am

Gotcha. I'll be creating a new project from scratch, so it sounds like I'll be OK.

Thanks, Rick!

© 1996-2025