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.
|
|