Frontpage ASP database and IIS5.1 on XP

  • Thread starter Thread starter JoeM
  • Start date Start date
J

JoeM

I created an ASP database page with frontpage which connects to an access
database. I am trying to test the page on my test websever. (The Webserver
is Windows XP Pro running IIS5.1) I only use this to test my code out and
make sure it works. The problem is, when I try and access the Results page
is says, "This page can not be found", but I can access the index page
"Database Interface". All the other html pages work but ASP does not.
Any advise thanks.
 
If you are running under http://localhost (or your machine name) make sure your path are correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an access
| database. I am trying to test the page on my test websever. (The Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code out and
| make sure it works. The problem is, when I try and access the Results page
| is says, "This page can not be found", but I can access the index page
| "Database Interface". All the other html pages work but ASP does not.
| Any advise thanks.
|
|
 
Yes I am running under my machine name. all the paths that I know of seem
to be correct(if possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks
 
Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have
accidentally misspelled it. Parent paths are paths that start with "../" or
"./", indicating a path above the folder in which the current resource
resides (such as an HTML or ASP page). This is often turned off by default
as a security measure, to prevent certain types of hacks which use parent
paths in a URL to navigate above the web server path to the system folders.

To find out if it is enabled, open the IIS admin tool, right-click the
Default Web Site, and select "Properties" from the context menu. Go to the
"Home Directory" tab and click the "Configuration" button. In the dialog box
that appears, select the "Options" tab, and you should see the option with a
check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

JoeM said:
Yes I am running under my machine name. all the paths that I know of seem
to be correct(if possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks


Stefan B Rusynko said:
If you are running under http://localhost (or your machine name) make
sure your path are correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an
access
| database. I am trying to test the page on my test websever. (The
Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code out
and
| make sure it works. The problem is, when I try and access the Results
page
| is says, "This page can not be found", but I can access the index page
| "Database Interface". All the other html pages work but ASP does not.
| Any advise thanks.
|
|
 
Selected the checkbox that says "Enable parent paths". And tried the page,
still NG.
2 more questions, first the "Default ASP language" is VBScript should this
be changed to ASP or something. Second do I need to restart the computer?(I
restarted the deault webpage)

Thanks

Kevin Spencer said:
Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have
accidentally misspelled it. Parent paths are paths that start with "../"
or "./", indicating a path above the folder in which the current resource
resides (such as an HTML or ASP page). This is often turned off by default
as a security measure, to prevent certain types of hacks which use parent
paths in a URL to navigate above the web server path to the system
folders.

To find out if it is enabled, open the IIS admin tool, right-click the
Default Web Site, and select "Properties" from the context menu. Go to the
"Home Directory" tab and click the "Configuration" button. In the dialog
box that appears, select the "Options" tab, and you should see the option
with a check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

JoeM said:
Yes I am running under my machine name. all the paths that I know of
seem to be correct(if possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks


Stefan B Rusynko said:
If you are running under http://localhost (or your machine name) make
sure your path are correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an
access
| database. I am trying to test the page on my test websever. (The
Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code out
and
| make sure it works. The problem is, when I try and access the
Results page
| is says, "This page can not be found", but I can access the index page
| "Database Interface". All the other html pages work but ASP does not.
| Any advise thanks.
|
|
 
The default language needs to stay set to VBScript.

Under the specific web in the IIS MMC, go to the Home Directory tab, at the bottom delete and
recreate/configure the application, then re-start IIS.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JoeM said:
Selected the checkbox that says "Enable parent paths". And tried the page, still NG.
2 more questions, first the "Default ASP language" is VBScript should this be changed to ASP or
something. Second do I need to restart the computer?(I restarted the deault webpage)

Thanks

Kevin Spencer said:
Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have accidentally misspelled it.
Parent paths are paths that start with "../" or "./", indicating a path above the folder in which
the current resource resides (such as an HTML or ASP page). This is often turned off by default
as a security measure, to prevent certain types of hacks which use parent paths in a URL to
navigate above the web server path to the system folders.

To find out if it is enabled, open the IIS admin tool, right-click the Default Web Site, and
select "Properties" from the context menu. Go to the "Home Directory" tab and click the
"Configuration" button. In the dialog box that appears, select the "Options" tab, and you should
see the option with a check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

JoeM said:
Yes I am running under my machine name. all the paths that I know of seem to be correct(if
possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks


If you are running under http://localhost (or your machine name) make sure your path are
correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an access
| database. I am trying to test the page on my test websever. (The Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code out and
| make sure it works. The problem is, when I try and access the Results page
| is says, "This page can not be found", but I can access the index page
| "Database Interface". All the other html pages work but ASP does not.
| Any advise thanks.
|
|
 
Followed your directions but still am unable to access any ASP pages. Does
IIS5.1 that is with XP PRO have .asp with it or do I have to install a
program to allow this?

Thomas A. Rowe said:
The default language needs to stay set to VBScript.

Under the specific web in the IIS MMC, go to the Home Directory tab, at
the bottom delete and recreate/configure the application, then re-start
IIS.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JoeM said:
Selected the checkbox that says "Enable parent paths". And tried the
page, still NG.
2 more questions, first the "Default ASP language" is VBScript should
this be changed to ASP or something. Second do I need to restart the
computer?(I restarted the deault webpage)

Thanks

Kevin Spencer said:
Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have
accidentally misspelled it. Parent paths are paths that start with "../"
or "./", indicating a path above the folder in which the current
resource resides (such as an HTML or ASP page). This is often turned off
by default as a security measure, to prevent certain types of hacks
which use parent paths in a URL to navigate above the web server path to
the system folders.

To find out if it is enabled, open the IIS admin tool, right-click the
Default Web Site, and select "Properties" from the context menu. Go to
the "Home Directory" tab and click the "Configuration" button. In the
dialog box that appears, select the "Options" tab, and you should see
the option with a check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

Yes I am running under my machine name. all the paths that I know of
seem to be correct(if possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks


If you are running under http://localhost (or your machine name) make
sure your path are correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an
access
| database. I am trying to test the page on my test websever. (The
Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code
out and
| make sure it works. The problem is, when I try and access the
Results page
| is says, "This page can not be found", but I can access the index
page
| "Database Interface". All the other html pages work but ASP does
not.
| Any advise thanks.
|
|
 
IIS 5.1 automatically should support ASP under Windows XP Pro

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JoeM said:
Followed your directions but still am unable to access any ASP pages. Does IIS5.1 that is with XP
PRO have .asp with it or do I have to install a program to allow this?

Thomas A. Rowe said:
The default language needs to stay set to VBScript.

Under the specific web in the IIS MMC, go to the Home Directory tab, at the bottom delete and
recreate/configure the application, then re-start IIS.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JoeM said:
Selected the checkbox that says "Enable parent paths". And tried the page, still NG.
2 more questions, first the "Default ASP language" is VBScript should this be changed to ASP or
something. Second do I need to restart the computer?(I restarted the deault webpage)

Thanks

Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have accidentally misspelled it.
Parent paths are paths that start with "../" or "./", indicating a path above the folder in
which the current resource resides (such as an HTML or ASP page). This is often turned off by
default as a security measure, to prevent certain types of hacks which use parent paths in a
URL to navigate above the web server path to the system folders.

To find out if it is enabled, open the IIS admin tool, right-click the Default Web Site, and
select "Properties" from the context menu. Go to the "Home Directory" tab and click the
"Configuration" button. In the dialog box that appears, select the "Options" tab, and you
should see the option with a check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

Yes I am running under my machine name. all the paths that I know of seem to be correct(if
possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks


If you are running under http://localhost (or your machine name) make sure your path are
correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an access
| database. I am trying to test the page on my test websever. (The Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code out and
| make sure it works. The problem is, when I try and access the Results page
| is says, "This page can not be found", but I can access the index page
| "Database Interface". All the other html pages work but ASP does not.
| Any advise thanks.
|
|
 
What exactly did you mean by "when I try to access the Results page?" Can
you give us more specific and detailed information?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

JoeM said:
Followed your directions but still am unable to access any ASP pages.
Does IIS5.1 that is with XP PRO have .asp with it or do I have to install
a program to allow this?

Thomas A. Rowe said:
The default language needs to stay set to VBScript.

Under the specific web in the IIS MMC, go to the Home Directory tab, at
the bottom delete and recreate/configure the application, then re-start
IIS.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

JoeM said:
Selected the checkbox that says "Enable parent paths". And tried the
page, still NG.
2 more questions, first the "Default ASP language" is VBScript should
this be changed to ASP or something. Second do I need to restart the
computer?(I restarted the deault webpage)

Thanks

Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have
accidentally misspelled it. Parent paths are paths that start with
"../" or "./", indicating a path above the folder in which the current
resource resides (such as an HTML or ASP page). This is often turned
off by default as a security measure, to prevent certain types of hacks
which use parent paths in a URL to navigate above the web server path
to the system folders.

To find out if it is enabled, open the IIS admin tool, right-click the
Default Web Site, and select "Properties" from the context menu. Go to
the "Home Directory" tab and click the "Configuration" button. In the
dialog box that appears, select the "Options" tab, and you should see
the option with a check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

Yes I am running under my machine name. all the paths that I know of
seem to be correct(if possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at all.
Thanks


If you are running under http://localhost (or your machine name) make
sure your path are correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an
access
| database. I am trying to test the page on my test websever. (The
Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code
out and
| make sure it works. The problem is, when I try and access the
Results page
| is says, "This page can not be found", but I can access the index
page
| "Database Interface". All the other html pages work but ASP does
not.
| Any advise thanks.
|
|
 
I created a web page useing the "Database Interface Wizard" told it to use
ASP, and an access database.

Something that may help, ASP.net works without any problems but my hosting
company charges extra for it and do not want to go that route yet.

Thanks


Kevin Spencer said:
What exactly did you mean by "when I try to access the Results page?" Can
you give us more specific and detailed information?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

JoeM said:
Followed your directions but still am unable to access any ASP pages.
Does IIS5.1 that is with XP PRO have .asp with it or do I have to install
a program to allow this?

Thomas A. Rowe said:
The default language needs to stay set to VBScript.

Under the specific web in the IIS MMC, go to the Home Directory tab, at
the bottom delete and recreate/configure the application, then re-start
IIS.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

Selected the checkbox that says "Enable parent paths". And tried the
page, still NG.
2 more questions, first the "Default ASP language" is VBScript should
this be changed to ASP or something. Second do I need to restart the
computer?(I restarted the deault webpage)

Thanks

Hi Joe,

That would be "parent pathing" or "parent paths." Stefan must have
accidentally misspelled it. Parent paths are paths that start with
"../" or "./", indicating a path above the folder in which the current
resource resides (such as an HTML or ASP page). This is often turned
off by default as a security measure, to prevent certain types of
hacks which use parent paths in a URL to navigate above the web server
path to the system folders.

To find out if it is enabled, open the IIS admin tool, right-click the
Default Web Site, and select "Properties" from the context menu. Go to
the "Home Directory" tab and click the "Configuration" button. In the
dialog box that appears, select the "Options" tab, and you should see
the option with a check box next to it.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

Yes I am running under my machine name. all the paths that I know of
seem to be correct(if possible what other paths are there?)
How can I find out if IIS has parent patching turned on.

Note I know some stuff about IIS but I am not advanced with it at
all.
Thanks


If you are running under http://localhost (or your machine name)
make sure your path are correct
- especially if IIS has parent patching turned on

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I created an ASP database page with frontpage which connects to an
access
| database. I am trying to test the page on my test websever. (The
Webserver
| is Windows XP Pro running IIS5.1) I only use this to test my code
out and
| make sure it works. The problem is, when I try and access the
Results page
| is says, "This page can not be found", but I can access the index
page
| "Database Interface". All the other html pages work but ASP does
not.
| Any advise thanks.
|
|
 
Back
Top