473,387 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

500 Internal Server Error

Hi all,

Just wondering if you could possibly check this site for me - www.gtfasteners.co.uk . I am getting a 500
Internal Server Error message every time I try to log in, however I have set all file permissions related to
the login as read,write and execute.

Username = user
Password = fasteners2003

I don't know all that much about ASP yet as I am learning, but I have managed to get the site working fine on
my localhost using IIS. But when the site is uploaded to the remote server, 1&1 Microsoft package, I get the
errors.

Any help is much appreciated.

--
Regards,
Chris.

http://www.chrisf.has.it
http://www.lascoronas10.has.it
http://www.boro.rules.it
http://www.chrisfuni.has.it
Jul 19 '05 #1
4 2898
You probably have invalid connection string to your database or you did not
declare a system dsn on server, so the machine can not find your database.
Jul 19 '05 #2
John Toop wrote:

MM_GTFasteners_STRING = "Driver={Microsoft Access Driver
(*.mdb)};DBQ=gtfasteners.mdb"

Aargh - don't use ODBC - you're creating an extra software layer. Use the
native Jet OLEDB provider instead! www.connectionstrings.com

Bob Barrows
Jul 19 '05 #3
Thanks for all replies,

I have taken the advice you have given me and I am going to try to figure out how to get it set up and
running.
It is a bit hard when your a novice at ASP.
A question - John, you suggested that my database shouldn't be in the root folder of the site - where abouts
should I place it, in a folder of its own?

--
Regards,
Chris.

http://www.chrisf.has.it
http://www.lascoronas10.has.it
http://www.boro.rules.it

Jul 19 '05 #4
Hi Chris,

If it's your server put the file somewhere completely out of the tree like
C:\InetPub or really anywhere you like. If it's an ISP, then FrontPage
suggests a fpdb directory under the root directory you are using now.
FrontPage will install files to prevent the file from being loaded
directly - I'm guessing that you are not using it though. Not many people
use it these days.

Try a "for i=1 to 1000" on the creation of the connection object and see if
it's faster using the OLEDB than using ODBC connection strings.

JT

"[Chris F]" <c.*****@ntlworldANTISPAM.com> wrote in message
news:uD**************@TK2MSFTNGP10.phx.gbl...
Thanks for all replies,
<snip>
A question - John, you suggested that my database shouldn't be in the root folder of the site - where abouts should I place it, in a folder of its own?

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
5
by: Ben | last post by:
hi when I try to excecute an ASP (either JS or VB) script to say, access a database record, I get an Internal Server Error HTTP 500.100 Why? and HOW CAN I FIX THIS? Thanks
4
by: Patrick Masson | last post by:
Hello, Our configuration : Apache 2.0.53 PHP 5.0.4 PC Windows 2000 MATLAB 6.1 We work on a consulting project in France which involves MATLAB Web server,
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
4
by: jf li | last post by:
I have a Asp.net web application and a Asp.net Web service application. The Web application is using HtmlInputFile to get a 50M size of file selected by end user, read the data of this file and...
11
by: Lieven | last post by:
Hey, I had a hard disc problem last week on my server. I replaced the disc and copied al the files to the new hard disc, everything works fine again except some php scripts that are using the...
23
by: ticfranca | last post by:
Hi, I'm getting this error in the code below: sub Pega_recorde { $database = 'bundinha'; $host = 'localhost'; $usuario = 'myhumoradm'; $senha = 'my8xr2d2'; ...
0
by: ticfranca | last post by:
i'm getting an error at the line : $sth->execute() or die $dbh->errstr; the error is : The server encountered an internal error or misconfiguration and was unable to complete your request. Please...
3
by: rooznamechi.h | last post by:
Hi, I use Url rewriting on my website and my website works normally , but I don't know why Google crawlers can not read my pages . For example look at address below :...
3
by: guillaume.braux | last post by:
Hello, I am running WS2008 + IIS7 + FASTCGI + ZendCore. I have not modified the default ZendCore php.ini configuration file. Actualy, any kind of PHP error, warning or notice gives me...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.