Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Database Developer | Database Wizardry with FrontPage 2000


Web Techniques: Sidebar

Sidebar


What to Ask Your ISP

One of the most important steps in developing a database-driven Web site is to evaluate your hosting options and select a good ISP or hosting company. As Justin Newton pointed out in last month's feature, "Designing a Data Center," it may pay to sign up with a number of ISPs and try them out before selecting one for your business. Once you have an account, call the support line a few times and see what its response time really is. What firms advertise and what they actually offer can often be quite different.

As you prepare to move your Microsoft database application to the Internet, here are some questions to ask to ensure that you're getting the right service for your application.

1. Do you have an NT-based Web server, are you running IIS 4.0, and do you have ASP installed for IIS?

If the answer to any of these is "no," you need to find another hosting company that supports Microsoft technologies. All three of these are required for the application described in the article.

2. Do you support ODBC database connections? What is the process in installing a database? What sort of access and control do you provide to your end users?

Your ISP must create the database if it uses a SQL Server-or the ISP will need to help you import it to its server. You may even need to arrange with the ISP to have it preloaded with data. If it's an Access database, it's preferable that you create it, however, your ISP still needs to create the ODBC Admin reference to the database on the server side. SQL Server also has several database administration tools. But these must be run from the server side by an administrator.

3. Do you have FrontPage 98 or FrontPage 2000 Server Extensions installed?

The FrontPage server extensions let you seamlessly upload files to the Web server. There's an option on the File Menu called Publish Web.... This lets you easily publish your FrontPage Web site if your ISP has installed the FrontPage 2000 Server Extensions. Note that the ISP must have the extensions that match the version of FrontPage you're using. You can get by with a good FTP client program, such as WS_FTP by Ipswitch.

As always, a little research prior to an extensive commitment in development will pay off in the end. Remember, it's buyer beware!

-WS



Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.