.asp extension

P

placek

Hi there,

Hope you can help. I've installed IIS on my PC(computer-
03), together with FP extensions. I have applied the
Server extensions too.

The default web site is c:/inetpub/root, and i have
created a folder in there called publish. In there , i
have placed an HTML and ASP version of the fill-out-
form, 'index'.

I have linked both versions of index to index.mdb and
published to c:/inetpub/root/publish.

When i type http://computer-03/publish/index.html in my
browser, this fill-out-form appears. However, when i type
in http://computer-03/publish/index.asp, i get a 'this
page cannot be displayed' message. Does anyone know why it
is like getting a horse to water to get my browser to
display an ASP page?

TIA
 
T

Tom Pepper Willett

Have you added index.asp to the list of default documents in IIS?
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Hi there,
|
| Hope you can help. I've installed IIS on my PC(computer-
| 03), together with FP extensions. I have applied the
| Server extensions too.
|
| The default web site is c:/inetpub/root, and i have
| created a folder in there called publish. In there , i
| have placed an HTML and ASP version of the fill-out-
| form, 'index'.
|
| I have linked both versions of index to index.mdb and
| published to c:/inetpub/root/publish.
|
| When i type http://computer-03/publish/index.html in my
| browser, this fill-out-form appears. However, when i type
| in http://computer-03/publish/index.asp, i get a 'this
| page cannot be displayed' message. Does anyone know why it
| is like getting a horse to water to get my browser to
| display an ASP page?
|
| TIA
 
J

Jim Buyens

Howdy.

1. In IE, choose Internet Options from the Tools menu.
2. Click the Advanced tab.
3. Find Show Friendly HTTP Error Messages (about 1/4 of
the way down) and clear it.

This won't fix the problem, but it'll get you a better
error message.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
P

placek

Thanks , Jim. I'll try that. Do you know how i can get my
browser to diaply index.asp?

Martin
 
T

Tom Pepper Willett

Perhaps after getting the exact error message as Jim suggested, we can do
some more trouble shooting.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Thanks , Jim. I'll try that. Do you know how i can get my
| browser to diaply index.asp?
|
| Martin
|
| >-----Original Message-----
| >Howdy.
| >
| >1. In IE, choose Internet Options from the Tools menu.
| >2. Click the Advanced tab.
| >3. Find Show Friendly HTTP Error Messages (about 1/4 of
| > the way down) and clear it.
| >
| >This won't fix the problem, but it'll get you a better
| >error message.
| >
| >Jim Buyens
| >Microsoft FrontPage MVP
| >http://www.interlacken.com
| >Author of:
| >*----------------------------------------------------
| >|\---------------------------------------------------
| >|| Microsoft Office FrontPage 2003 Inside Out
| >||---------------------------------------------------
| >|| Web Database Development Step by Step .NET Edition
| >|| Microsoft FrontPage Version 2002 Inside Out
| >|| Faster Smarter Beginning Programming
| >|| (All from Microsoft Press)
| >|/---------------------------------------------------
| >*----------------------------------------------------
| >
| >
| >
| >>-----Original Message-----
| >>Hi there,
| >>
| >>Hope you can help. I've installed IIS on my PC(computer-
| >>03), together with FP extensions. I have applied the
| >>Server extensions too.
| >>
| >>The default web site is c:/inetpub/root, and i have
| >>created a folder in there called publish. In there , i
| >>have placed an HTML and ASP version of the fill-out-
| >>form, 'index'.
| >>
| >>I have linked both versions of index to index.mdb and
| >>published to c:/inetpub/root/publish.
| >>
| >>When i type http://computer-03/publish/index.html in my
| >>browser, this fill-out-form appears. However, when i
| type
| >>in http://computer-03/publish/index.asp, i get a 'this
| >>page cannot be displayed' message. Does anyone know why
| >it
| >>is like getting a horse to water to get my browser to
| >>display an ASP page?
| >>
| >>TIA
| >>.
| >>
| >.
| >
 
T

Tom Pepper Willett

But, he indicated he was using index.asp, and he was referring to his
localhost computer name to view.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| the "default" page for asp is usually "default.asp" not "index.asp".
|
| | > Have you added index.asp to the list of default documents in IIS?
| > --
| > ===
| > Tom "Pepper" Willett
| > Microsoft MVP - FrontPage
| > ---
| > About FrontPage 2003:
| > http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| > FrontPage 2003 Product Information:
| > http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| > Understanding FrontPage:
| > http://msdn.microsoft.com/office/understanding/frontpage/
| > FrontPage 2002 Server Extensions Support Center:
| > http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
| > ===
| > | > | Hi there,
| > |
| > | Hope you can help. I've installed IIS on my PC(computer-
| > | 03), together with FP extensions. I have applied the
| > | Server extensions too.
| > |
| > | The default web site is c:/inetpub/root, and i have
| > | created a folder in there called publish. In there , i
| > | have placed an HTML and ASP version of the fill-out-
| > | form, 'index'.
| > |
| > | I have linked both versions of index to index.mdb and
| > | published to c:/inetpub/root/publish.
| > |
| > | When i type http://computer-03/publish/index.html in my
| > | browser, this fill-out-form appears. However, when i type
| > | in http://computer-03/publish/index.asp, i get a 'this
| > | page cannot be displayed' message. Does anyone know why it
| > | is like getting a horse to water to get my browser to
| > | display an ASP page?
| > |
| > | TIA
| >
| >
|
|
 
T

Thomas A. Rowe

Make sure you have either disabled Norton (if using) or set it to allow scripts or something like
that.

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

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

Jim Buyens

Either type the file name explicitly, or open IIS Manager, right-click
your Web site, choose Properties, click the Documents tab, and add
index.asp to the list.

However, it might be easier if you just renamed your page from
index.asp to default.asp. That way, you won't need to bug your host to
make the same index.asp change for you.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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