This topic is locked
[SOLVED]

 login.asp open online as visible html text

1/16/2009 13:28:57
ASPRunnerPro General questions
S
Skyfighter author

Hi all,
I've just started using ASPRunnerPro for a couple of days.
I've started with a very simple database 9 columns and 9 rows and uploaded it directly from excel 2003 into ASPR.

Then did make some adjustments in the layout changer.
http://www.schildpad.eu/turtlebase/
If I'm opening the test database on my desktop, using the link above, it shows the full HTML information including password and login (admin/admin)

On my laptop it started opening Dreamweaver.
What am I doing wrong?
thanks in advance,

Bob

S
Skyfighter author 1/18/2009

Okay just spoke to our network specialist and he told me that we use an Apache instead of a windows server....That should be the reason!
Is there any possibility to use this ASPrunner or do I need to use PHPrunner?

In that case,.... I can't find any possibility to upload an Excel sheet.

Can anybody help me out?
Thanks in advance,

Bob

Sergey Kornilov admin 1/18/2009

To run ASP application you need IIS which is a part of Windows 2000, Windows XP Professional, Windows 2003, Windows Vista Business etc.
If you only web server is Apache you need to use PHPRunner.
Excel upload question is not clear. What exactly you trying to achieve?

S
Skyfighter author 1/21/2009

Hi Sergey,
The first part has been succesfull now, http://www.schildpad.eu/index.php/schildpa...rten/turtlebase

But you repsonding on your question;
I've an Excel Spreadsheet containing 470 rows and 35 columns

This sheet contains info about turtles
I hope there's a possibility to upload my excel sheet to PHPrunner, this will save me weeks of work.
Thanks

Bob

Sergey Kornilov admin 1/21/2009

Bob,
PHPRunner is a Windows software that runs on your desktop. You cannot upload Excel file to PHPRunner.
I guess you talking about importing Excel sheet into your database. What database do you use?

S
Skyfighter author 1/27/2009

i segey,
I was just trying to get an excel sheet online and use it like a database.

I've bought me another domain name and using it now on www.turtlebase.com, later on I shall implement it in to my joomla site.
So far so good;

Next issue is the ID field I used, it contains 470 rows, i've numbered them in the first column from 1 to 470.... but it keeps on telling me that;

Key columns validation failed some of the key columns are empty or NULLS....
I've chekced it a thousend times but it is definatley good, any advise?
Reagrds

Bob

Sergey Kornilov admin 1/29/2009

Excel is not a real database. It simply won't work well as a datasource for your web application.
I recommend to import this Excel file into MS Access and build your web application against it.