Please help! ASP accessibility issues

Discussion in 'Classic ASP' started by nwigrandrental, Nov 24, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. This is my first time working with databases and I'm having serious issues. My database was created in Access and the .asp was generated with CodeCharge Studio. I'm trying to upload our searchable inventory to the web and I'm having serious problems. I don't even know where to begin troubleshooting this issue. This is the body of the email sent to me via the tech person responding to my help ticket-
    _____________________________________________

    "Your ASP page is returning an include file not found error


    Active Server Pages error 'ASP 0126'


    Include file not found


    /_db/catalog.asp, line 5


    The include file '/Common.asp' was not found.


    This error does not have anything to do with database connection."
    _____________________________________________
    Check it out for yourself @ nwigrandren.web140.discountasp.net/_db/catalog.asp


    Any help would be appreciated. Is there a specific directory I need to publish my files into? I don't even know what questions I should be asking, so if you have any input.. don't hesitate to let me know.


    Thanks in advance- CJ
     
  2. That file IS in the /_db directory though. Same as catalog.asp.... so I don't exactly see how that could be my problem.

    I'm willing to give root access to someone so they can see how I've got it set up if need be in order to figure this out. Whatever I have to do.. thats how badly I need to solve this problem.
     
  3. take out the / at the beginning. By putting it there, the include command is looking in the root again, not in the _db folder.
     
  4. perfect, thank you.

    Much appreciated!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page