I set up the application on the Server side directory structure as
//{server name}/inetpub/registration on the client it was created as
C:/inetpub/Registration/registration service_local
I have the VirtualRoot of my client side project setup to be
/registration service_root
When I run the page I get the
following error message.
Active Server Pages error 'ASP 0126'
Include file not found
/RegistrationService_Local/default.asp, line 10
The include file '/IncludeFiles/brkDBConn.inc' was not found.
Any Ideas how I can fix this problem?
Thanks.