issues with .asp or .aspx pages on godaddy

  • Thread starter Thread starter Kadingas
  • Start date Start date
Can you use Access on GoDaddy?



| I'm trying to build a database Results page linked to an Access
| database. I use the results wizard in FP2003 and it seems to set
| everything up correctly. I copy the Database to my GoDaddy.com server
| but the page doesn't work. Any ideas?
|
| Here's the page I'm trying to load.
|
| http://www.sdlifecycle.com/products/products.aspx
|
 
Also, my headers and footers aren't showing on my sub pages using <--!
include statements. I also tried the FrontPage includes and that
didn't work either. Of course, GoDaddy support says its not their
problem but it works fine on my local pc.

Darren
 
Hi,
Follow the instructions on that page to turn off customer error pages in
your web.config file and add debug = true at the top of your page so you
have
<%@ Page Language="VB" debug="true"....
This will help us see what's going wrong.
 
Does GoDaddy support .Net?
GoDaddy does support ASP and Access on its Windows servers, but you will
have to check for .Net, and which version.
 
I'll try to answer all the questions. Yes, godaddy supports Access.
I've had it working on another site of mine. I have asp.net 2.0
installed on the GoDaddy server so yes they support that. I'll try
turning debugging on to see if that helps.

Thanks for the help.
Darren
 
OK, I have debugging on now. It's saying

Parser Error Message: Cannot use a leading .. to exit above the top
directory.

Line 3: <%@ Page
Inherits="Microsoft.Office.FrontPage.DBInterface.DBInterfacePage"
Src="/../../_fpclass/fpdbnet.cs" Language="C#"%>
 
Back
Top