Myself and 1 other person configured an ASP site called ‘labels’ on a server named ‘testing’: http://testging/labels/default.asp
I programmed the processing/logic and he did the creative stuff (images/layout).
The site was approved, so now I need to change it to just ‘labels’ on a production server: http://labels/default.asp
Problem is that I haven’t worked w/ ASP much and the guy that built all the includes was released.
I’ve set up a new site (IIS 5.0), configured ‘labels’ as the hostheader, added an alias in DNS. I can connect to .htm pages on the site, so that stuff seems to all be in order.
When I attempt to connect to the asp page, I receive “The specified module could not be found.”
I feel like I’ve tried 50 adjustments on the includes & .inc files, and I can’t get it to go.
I currently have:
>
The body of the page
header.inc contains a banner, navigation bar, table definitions, etc.
Do you know why I got this error and how to correct it?
Thanks.