PC Review


Reply
Thread Tools Rate Thread

Active Server Pages - MSAccess - and Frontpage (help please!)

 
 
=?Utf-8?B?QnJhZCBCaWJsZQ==?=
Guest
Posts: n/a
 
      18th Nov 2004
I'll try to make as much sense as possible with my question but forgive me if
I am a little vague - ASP is new to me.

I've been using Frontpage (currently 2002) for a while now in order to do
websites. Most webs that I have worked on were fairly simple and did not
require any databases.

Recently at my work we have been presented with the need of developing a
better way to track projects. Since all our PCs have Internet Explorer on
them (and several, including mine, have MSAccess) the suggestion had been
made to develop a project tracking system that could be accessed over our
intranet via Internet Explorer.

My first thought was to make use of the FrontPage template function that
allows a person to create a web with a database. I did this and set up a
very basic website - however, I am unable to use the website because I am
unable to publish it.
The error message I am receiving is:

"The following pages in your Web are Active Server Pages (ASP). They will
not work because the server you are publishing to does not support ASP."

The window then goes on to list several pages. I understand that I am
getting this error because I am not publishing this to a 'web' site -
however, is there anyway that I can accomplish my goal since I am attempting
to publish to my server instead?
 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      18th Nov 2004
What kind of server are you trying to publish to? It must be a Windows
server that supports ASP and Access to do what you want to do, and your
users must be able to open the site as http://yourintranet in their browser.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
blog: http://msmvps.com/spiderwebwoman/category/321.aspx



Brad Bible <(E-Mail Removed)> wrote:
> I'll try to make as much sense as possible with my question but
> forgive me if I am a little vague - ASP is new to me.
>
> I've been using Frontpage (currently 2002) for a while now in order
> to do websites. Most webs that I have worked on were fairly simple
> and did not require any databases.
>
> Recently at my work we have been presented with the need of
> developing a better way to track projects. Since all our PCs have
> Internet Explorer on them (and several, including mine, have
> MSAccess) the suggestion had been made to develop a project tracking
> system that could be accessed over our intranet via Internet Explorer.
>
> My first thought was to make use of the FrontPage template function
> that allows a person to create a web with a database. I did this and
> set up a very basic website - however, I am unable to use the website
> because I am unable to publish it.
> The error message I am receiving is:
>
> "The following pages in your Web are Active Server Pages (ASP). They
> will not work because the server you are publishing to does not
> support ASP."
>
> The window then goes on to list several pages. I understand that I
> am getting this error because I am not publishing this to a 'web'
> site - however, is there anyway that I can accomplish my goal since I
> am attempting to publish to my server instead?


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      18th Nov 2004
To run ASP pages you must publish to a web site on a server that supports
ASP.
To use an Access database on the web your web server must be running on a
Windows platform.
To accomplish your goal you must have a web site on a web server (IIS)
running on Windows.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"Brad Bible" <(E-Mail Removed)> wrote in message
news:7B1B4EDC-DA81-433D-B6C0-(E-Mail Removed)...
> I'll try to make as much sense as possible with my question but forgive me
> if
> I am a little vague - ASP is new to me.
>
> I've been using Frontpage (currently 2002) for a while now in order to do
> websites. Most webs that I have worked on were fairly simple and did not
> require any databases.
>
> Recently at my work we have been presented with the need of developing a
> better way to track projects. Since all our PCs have Internet Explorer on
> them (and several, including mine, have MSAccess) the suggestion had been
> made to develop a project tracking system that could be accessed over our
> intranet via Internet Explorer.
>
> My first thought was to make use of the FrontPage template function that
> allows a person to create a web with a database. I did this and set up a
> very basic website - however, I am unable to use the website because I am
> unable to publish it.
> The error message I am receiving is:
>
> "The following pages in your Web are Active Server Pages (ASP). They will
> not work because the server you are publishing to does not support ASP."
>
> The window then goes on to list several pages. I understand that I am
> getting this error because I am not publishing this to a 'web' site -
> however, is there anyway that I can accomplish my goal since I am
> attempting
> to publish to my server instead?



 
Reply With Quote
 
=?Utf-8?B?SGFyZGRyaXZlNzQ3?=
Guest
Posts: n/a
 
      18th Nov 2004
Brad, I am not a Microsoft MVP, but I have complete developed a web site
using ASP pages.

Here's what I have had to do to test my pages. I work with Windows XP on a
stand alone computer, no server. I have installed IIS on it. Then when I
create a page or want to check to see if something is working, I then go to
my browser and type in the URL line "localhost/<page name>.asp"

What this will do is to activate the web server engine and display the page.
This way I don't have to be connect to the Internet, or to a server to test
my changes.

I hope this helps.
Terry

"Brad Bible" wrote:

> I'll try to make as much sense as possible with my question but forgive me if
> I am a little vague - ASP is new to me.
>
> I've been using Frontpage (currently 2002) for a while now in order to do
> websites. Most webs that I have worked on were fairly simple and did not
> require any databases.
>
> Recently at my work we have been presented with the need of developing a
> better way to track projects. Since all our PCs have Internet Explorer on
> them (and several, including mine, have MSAccess) the suggestion had been
> made to develop a project tracking system that could be accessed over our
> intranet via Internet Explorer.
>
> My first thought was to make use of the FrontPage template function that
> allows a person to create a web with a database. I did this and set up a
> very basic website - however, I am unable to use the website because I am
> unable to publish it.
> The error message I am receiving is:
>
> "The following pages in your Web are Active Server Pages (ASP). They will
> not work because the server you are publishing to does not support ASP."
>
> The window then goes on to list several pages. I understand that I am
> getting this error because I am not publishing this to a 'web' site -
> however, is there anyway that I can accomplish my goal since I am attempting
> to publish to my server instead?

 
Reply With Quote
 
=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo
Guest
Posts: n/a
 
      18th Nov 2004
If you are connecting to localhost you are connecting to your local server.


"Harddrive747" <(E-Mail Removed)> wrote in message news:5BC49DA3-18C3-4F63-B921-(E-Mail Removed)...
| Brad, I am not a Microsoft MVP, but I have complete developed a web site
| using ASP pages.
|
| Here's what I have had to do to test my pages. I work with Windows XP on a
| stand alone computer, no server. I have installed IIS on it. Then when I
| create a page or want to check to see if something is working, I then go to
| my browser and type in the URL line "localhost/<page name>.asp"
|
| What this will do is to activate the web server engine and display the page.
| This way I don't have to be connect to the Internet, or to a server to test
| my changes.
|
| I hope this helps.
| Terry
|
| "Brad Bible" wrote:
|
| > I'll try to make as much sense as possible with my question but forgive me if
| > I am a little vague - ASP is new to me.
| >
| > I've been using Frontpage (currently 2002) for a while now in order to do
| > websites. Most webs that I have worked on were fairly simple and did not
| > require any databases.
| >
| > Recently at my work we have been presented with the need of developing a
| > better way to track projects. Since all our PCs have Internet Explorer on
| > them (and several, including mine, have MSAccess) the suggestion had been
| > made to develop a project tracking system that could be accessed over our
| > intranet via Internet Explorer.
| >
| > My first thought was to make use of the FrontPage template function that
| > allows a person to create a web with a database. I did this and set up a
| > very basic website - however, I am unable to use the website because I am
| > unable to publish it.
| > The error message I am receiving is:
| >
| > "The following pages in your Web are Active Server Pages (ASP). They will
| > not work because the server you are publishing to does not support ASP."
| >
| > The window then goes on to list several pages. I understand that I am
| > getting this error because I am not publishing this to a 'web' site -
| > however, is there anyway that I can accomplish my goal since I am attempting
| > to publish to my server instead?
 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      18th Nov 2004
You're getting the error because your web server (in your IT dept) does *not*
support ASP (as the message says).

The database functions require ASP, running Windows 2000 (or XP/Server 2003) and
Internet Information Service (IIS) plus the Frontpage Server Extensions. If you
have all these then you will probably get your site and the database functions to
work.


"Brad Bible" <(E-Mail Removed)> wrote in message
news:7B1B4EDC-DA81-433D-B6C0-(E-Mail Removed)...
> I'll try to make as much sense as possible with my question but forgive me if
> I am a little vague - ASP is new to me.
>
> I've been using Frontpage (currently 2002) for a while now in order to do
> websites. Most webs that I have worked on were fairly simple and did not
> require any databases.
>
> Recently at my work we have been presented with the need of developing a
> better way to track projects. Since all our PCs have Internet Explorer on
> them (and several, including mine, have MSAccess) the suggestion had been
> made to develop a project tracking system that could be accessed over our
> intranet via Internet Explorer.
>
> My first thought was to make use of the FrontPage template function that
> allows a person to create a web with a database. I did this and set up a
> very basic website - however, I am unable to use the website because I am
> unable to publish it.
> The error message I am receiving is:
>
> "The following pages in your Web are Active Server Pages (ASP). They will
> not work because the server you are publishing to does not support ASP."
>
> The window then goes on to list several pages. I understand that I am
> getting this error because I am not publishing this to a 'web' site -
> however, is there anyway that I can accomplish my goal since I am attempting
> to publish to my server instead?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MSAccess - Active Server Pages - and FrontPage (Help Plez!) =?Utf-8?B?QnJhZCBCaWJsZQ==?= Microsoft Access 1 18th Nov 2004 12:46 PM
How do I start active server on FrontPage? =?Utf-8?B?anZnYWxsZWdvcw==?= Microsoft Frontpage 2 6th Nov 2004 02:56 PM
Active Server Pages Phyllis Microsoft Access 0 25th Aug 2004 08:22 PM
active server pages pages not displaying Steve Microsoft Windows 2000 Advanced Server 0 7th Oct 2003 04:50 AM
Active Server Pages Bill Microsoft Windows 2000 Advanced Server 0 16th Jul 2003 12:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:48 PM.