Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include File Returning Error

Status
Not open for further replies.

stessie

Programmer
Nov 22, 2000
26
IE

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.

 
What does the include tag look like?

It should be one of these:

<!-- #include virtual=&quot;/IncludeFiles/brkDBConn.inc&quot; -->

OR

<!-- #include file=&quot;IncludeFiles/brkDBConn.inc&quot; --> gettin' jiggy wid' it --
smbure
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top