9. Developing the Web Page
We whizz through developing a web page with a control that hooks in to the database
table. This page is going to migrate unchanged to the live environment, where we'll
use it to "test" the live site.
10. Testing the Application in the Development Environment
We notice that many developers skip this important step so we run through the
process of how to verify that the data is entering the database table correctly.
We will perform the same functional tests on the live site.
11. Working on the Live Site
This section gives an overview of the differences between the live and development
site, concentrating on what we're going to have to change to take our application
live.
12. Using the GoDaddy Control Panel for Database Work
Lots of screen shots in this section, while we start the process of setting up a
new database on the live site.
13. Using the GoDaddy Control Panel to Create the Live Database
We use the GoDaddy Control Panel to create our new SQL Server database, taking careful
note of the details we'll need to know later for our web.config file.
14. The Godaddy Database Tools
This is where many developers come to a halt, wondering how to transfer their local
tables up to the live site. There are a number of diferent ways to do this - we
show the simplest method.
15. Using the GoDaddy Tools to Create the Live Table
Lots of screenshots in this section, that gives you the tutorial that GoDaddy "forgot"
to provide.
16. Uploading the Web Page
We whizz through this section as the web page itself can be migrated without change.
17. The Live web.config File
Everything has been leading up to this crucial section, where we set up the database
and security configuration details for our live site.
18. Verifying the Live Site is Working
In this section we use our web page to test that it writes data correctly to our
SQL Server 2000 table. Again, lots of screen shots as we use the GoDaddy tools to
look at the data in the table.
19. Extracting Data from the Live Site
In this section we use the GoDaddy tools to extract all the data from our live table
in a format that can be conveniently imported into a spreadsheet.
20. Conclusion
We wrap up with a request for feedback and suggestions for further reports that
would help you, the developer, have a smooth time maintaining your database-driven
website.
|