Database Not Seen

E

Earl Partridge

Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc., I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb" folder.
I
have never used the Database Interface Wizard in the past. Do I need to use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.
 
J

Jens Peter Karlsen[FP MVP]

No, you don't need to use the Wizard. Just write your own ASP to interact with the DB.

From your simple test though it appears that ASP are not supported on the Server.


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.


nntp://msnews.microsoft.com/microsoft.public.frontpage.client/<[email protected]>

Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc., I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb" folder.
I
have never used the Database Interface Wizard in the past. Do I need to use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
E

Earl Partridge

Would that server be the IIS 5.1 that was included with XP Pro?
And any suggestion as to how to get ASP supported?
I've been searching MS KBs and every attempt to download FP 2000
Extensions indicates that I either already have or don't need the item
I'm asking for.
Earl


Jens Peter Karlsen said:
No, you don't need to use the Wizard. Just write your own ASP to interact with the DB.

From your simple test though it appears that ASP are not supported on the Server.


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc., I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb" folder.
I
have never used the Database Interface Wizard in the past. Do I need to use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
T

Thomas A. Rowe

Out of the box IIS supports ASP and installs the FP2000 extensions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
Would that server be the IIS 5.1 that was included with XP Pro?
And any suggestion as to how to get ASP supported?
I've been searching MS KBs and every attempt to download FP 2000
Extensions indicates that I either already have or don't need the item
I'm asking for.
Earl


Jens Peter Karlsen said:
No, you don't need to use the Wizard. Just write your own ASP to interact with the DB.

From your simple test though it appears that ASP are not supported on the Server.


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc., I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb" folder.
I
have never used the Database Interface Wizard in the past. Do I need to use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
A

Andrew Murray

IIS is installed from Add/Remove Programs > Windows Setup.....etc It is on the
Windows XP Pro install disk.


Thomas A. Rowe said:
Out of the box IIS supports ASP and installs the FP2000 extensions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
Would that server be the IIS 5.1 that was included with XP Pro?
And any suggestion as to how to get ASP supported?
I've been searching MS KBs and every attempt to download FP 2000
Extensions indicates that I either already have or don't need the item
I'm asking for.
Earl
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc., I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb" folder.
I
have never used the Database Interface Wizard in the past. Do I need to use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
E

Earl Partridge

According the Microsoft's page:
"To enable ASP pages
1.
In IIS Manager, expand the local computer, and then click Web Service
Extensions.

2.
In the details pane, click Active Server Pages, and then click Allow.

I open IIS, expand the local computer but do not have Web Service
Extensions.
Two folders exist, Web Sites and Default SMTP Virtual Server.
Expanded both
of those and neither provide Web Service Extensions managment.

What am I missing?




Andrew Murray said:
IIS is installed from Add/Remove Programs > Windows Setup.....etc It is on the
Windows XP Pro install disk.


Thomas A. Rowe said:
Out of the box IIS supports ASP and installs the FP2000 extensions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases
were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb"
folder.
I
have never used the Database Interface Wizard in the past. Do I need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
T

Thomas A. Rowe

See if the following helps:

Open IIS Manager
Expand Web Sites
Right Click on Default Web Site
Select Properties
Select Home Directory
Under Application Settings, click Remove, then click Create

If you have Norton Security / Anti-Virus install, there is a script blocking setting that you have
disable.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
According the Microsoft's page:
"To enable ASP pages
1.
In IIS Manager, expand the local computer, and then click Web Service
Extensions.

2.
In the details pane, click Active Server Pages, and then click Allow.

I open IIS, expand the local computer but do not have Web Service
Extensions.
Two folders exist, Web Sites and Default SMTP Virtual Server.
Expanded both
of those and neither provide Web Service Extensions managment.

What am I missing?




Andrew Murray said:
IIS is installed from Add/Remove Programs > Windows Setup.....etc It is on the
Windows XP Pro install disk.
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases
were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive, etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears that
perhaps
the database needs to reside on each individual web... in the "fpdb"
folder.
I
have never used the Database Interface Wizard in the past. Do I need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
E

Earl Partridge

Did those steps, but still my Hello World test does not print.
I do not have Norton anything installed.
Earl

Thomas A. Rowe said:
See if the following helps:

Open IIS Manager
Expand Web Sites
Right Click on Default Web Site
Select Properties
Select Home Directory
Under Application Settings, click Remove, then click Create

If you have Norton Security / Anti-Virus install, there is a script blocking setting that you have
disable.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
According the Microsoft's page:
"To enable ASP pages
1.
In IIS Manager, expand the local computer, and then click Web Service
Extensions.

2.
In the details pane, click Active Server Pages, and then click Allow.

I open IIS, expand the local computer but do not have Web Service
Extensions.
Two folders exist, Web Sites and Default SMTP Virtual Server.
Expanded both
of those and neither provide Web Service Extensions managment.

What am I missing?




is on
the supported
on the
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my databases
were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard
drive,
etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it
appears
that
perhaps
the database needs to reside on each individual web... in the "fpdb"
folder.
I
have never used the Database Interface Wizard in the past. Do I need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
T

Thomas A. Rowe

How are you testing this page?

ASP really has nothing to do with the FP extensions, so you might want to post to the Windows IIS
newsgroup

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
Did those steps, but still my Hello World test does not print.
I do not have Norton anything installed.
Earl

Thomas A. Rowe said:
See if the following helps:

Open IIS Manager
Expand Web Sites
Right Click on Default Web Site
Select Properties
Select Home Directory
Under Application Settings, click Remove, then click Create

If you have Norton Security / Anti-Virus install, there is a script blocking setting that you have
disable.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my
databases
were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new hard drive,
etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears
that
perhaps
the database needs to reside on each individual web... in the
"fpdb"
folder.
I
have never used the Database Interface Wizard in the past. Do I
need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just
created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
E

Earl Partridge

Its just a simple Response.write "Hello World" enclosed in the asp <% %>
and saved as test.asp
I guess I was confused with the relationship between IIS and the FP Server
Extensions, thinking that also related to ASP. I'll swing over to the IIS
group
and see what I can find.
Thanks.
Earl

Thomas A. Rowe said:
How are you testing this page?

ASP really has nothing to do with the FP extensions, so you might want to post to the Windows IIS
newsgroup

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
Did those steps, but still my Hello World test does not print.
I do not have Norton anything installed.
Earl

It
is on the
item
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my
databases
were
stored in a central (root type) folder called DB, and all database
connections
worked fine. Now with XP (Using built in IIS), with new
hard
drive,
etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it appears
that
perhaps
the database needs to reside on each individual web... in the
"fpdb"
folder.
I
have never used the Database Interface Wizard in the past. Do I
need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just
created a
test.asp
page with a Response.Write "Hello World", and nothing was written.



[microsoft.public.frontpage.client]
 
T

Thomas A. Rowe

Earl, you have it enter as:

<%
Response.Write "HELLO WORLD"
%>

and

you are calling test.asp as:

http://localhost/test.asp

correct?
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
Its just a simple Response.write "Hello World" enclosed in the asp <% %>
and saved as test.asp
I guess I was confused with the relationship between IIS and the FP Server
Extensions, thinking that also related to ASP. I'll swing over to the IIS
group
and see what I can find.
Thanks.
Earl

Thomas A. Rowe said:
How are you testing this page?

ASP really has nothing to do with the FP extensions, so you might want to post to the Windows IIS
newsgroup

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98 all my
databases
were
stored in a central (root type) folder called DB, and all
database
connections
worked fine. Now with XP (Using built in IIS), with new hard
drive,
etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it
appears
that
perhaps
the database needs to reside on each individual web... in the
"fpdb"
folder.
I
have never used the Database Interface Wizard in the past. Do I
need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just
created a
test.asp
page with a Response.Write "Hello World", and nothing was
written.



[microsoft.public.frontpage.client]
 
E

Earl Partridge

Correct, I have it written is you show, but I try to run it from within
Frontpage with "Preview in Browser".
I tried the http://localhost/test.asp and page was not found. The file
resides
in my c:\inetput\wwwroot.... folder.
In the IIS newsgroup there was a similar problem posted where the discussion
seemed to relate to what appeared to be a VB programming issue. I'm going
back there to see if anyone has addressed my problem.
Earl

Thomas A. Rowe said:
Earl, you have it enter as:

<%
Response.Write "HELLO WORLD"
%>

and

you are calling test.asp as:

http://localhost/test.asp

correct?
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Earl Partridge said:
Its just a simple Response.write "Hello World" enclosed in the asp <% %>
and saved as test.asp
I guess I was confused with the relationship between IIS and the FP Server
Extensions, thinking that also related to ASP. I'll swing over to the IIS
group
and see what I can find.
Thanks.
Earl

to
post to the Windows IIS Setup.....etc
It support
see: FP
2000 need
the own
ASP to
nntp://msnews.microsoft.com/microsoft.public.frontpage.client/ said:
Frontpage 2000, Access 2000, XP Pro

Just upgraded to XP Pro. In the past, with Windows 98
all
my
databases
were
stored in a central (root type) folder called DB, and all
database
connections
worked fine. Now with XP (Using built in IIS), with new hard
drive,
etc.,
I
can not
access any of my databases. I have used ODBC to set the DSN.

After reading most of the messages in this newsgroup, it
appears
that
perhaps
the database needs to reside on each individual web...
in
the
"fpdb"
folder.
I
have never used the Database Interface Wizard in the
past.
Do I
need to
use
that and keep the database in a folder named fpdb?

I have a feeling it has to do with ASP and Frontpage. I just
created a
test.asp
page with a Response.Write "Hello World", and nothing was
written.



[microsoft.public.frontpage.client]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top