Hi,
I am trying to display my asp page when i type in the web address of my
device.
If i call my page default.htm, than it is displayed but if i change it to
env.asp it
comes up with an error message.

I am using the registry settings below
and i have got env.asp set as the default page.

[HKEY_LOCAL_MACHINE\Comm\HTTPD]
;"DefaultDir"="\\"
"IsEnabled"=dword:1
DefaultPage="env.asp;"

[HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
"(default)"="\\windows\\www"
"a"=dword:0

what could be going wrong?

regards

feroz

Re: default web page by Paul

Paul
Tue Sep 23 11:15:44 CDT 2003

Do you have the ASP support pieces of the server in your configuration?
What is the error you are getting (404)?

Have you read the help on ASP in the PB help system? You're sure that you
aren't using any processing directives that are not supported?

Paul T.

"Feroz Bhaiji" <feroz.bhaiji@nospam.co.uk> wrote in message
news:O7XmWvegDHA.3204@TK2MSFTNGP11.phx.gbl...
> Hi,
> I am trying to display my asp page when i type in the web address of my
> device.
> If i call my page default.htm, than it is displayed but if i change it to
> env.asp it
> comes up with an error message.
>
> I am using the registry settings below
> and i have got env.asp set as the default page.
>
> [HKEY_LOCAL_MACHINE\Comm\HTTPD]
> ;"DefaultDir"="\\"
> "IsEnabled"=dword:1
> DefaultPage="env.asp;"
>
> [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> "(default)"="\\windows\\www"
> "a"=dword:0
>
> what could be going wrong?
>
> regards
>
> feroz
>
>



Re: default web page by Feroz

Feroz
Wed Sep 24 03:07:00 CDT 2003

i get the following when i rename the default.htm to env.asp

Access denied.
The action requested is forbidden



regards

feroz


"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument.com> wrote in message
news:%23oUIu3egDHA.988@TK2MSFTNGP10.phx.gbl...
> Do you have the ASP support pieces of the server in your configuration?
> What is the error you are getting (404)?
>
> Have you read the help on ASP in the PB help system? You're sure that you
> aren't using any processing directives that are not supported?
>
> Paul T.
>
> "Feroz Bhaiji" <feroz.bhaiji@nospam.co.uk> wrote in message
> news:O7XmWvegDHA.3204@TK2MSFTNGP11.phx.gbl...
> > Hi,
> > I am trying to display my asp page when i type in the web address of my
> > device.
> > If i call my page default.htm, than it is displayed but if i change it
to
> > env.asp it
> > comes up with an error message.
> >
> > I am using the registry settings below
> > and i have got env.asp set as the default page.
> >
> > [HKEY_LOCAL_MACHINE\Comm\HTTPD]
> > ;"DefaultDir"="\\"
> > "IsEnabled"=dword:1
> > DefaultPage="env.asp;"
> >
> > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> > "(default)"="\\windows\\www"
> > "a"=dword:0
> >
> > what could be going wrong?
> >
> > regards
> >
> > feroz
> >
> >
>
>



Re: default web page by Paul

Paul
Wed Sep 24 12:35:51 CDT 2003

Please read the other questions in my first message...

Paul T.

"Feroz Bhaiji" <feroz.bhaiji@nospam.co.uk> wrote in message
news:eq7wXLngDHA.2748@TK2MSFTNGP11.phx.gbl...
> i get the following when i rename the default.htm to env.asp
>
> Access denied.
> The action requested is forbidden
>
>
>
> regards
>
> feroz
>
>
> "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument.com> wrote in message
> news:%23oUIu3egDHA.988@TK2MSFTNGP10.phx.gbl...
> > Do you have the ASP support pieces of the server in your configuration?
> > What is the error you are getting (404)?
> >
> > Have you read the help on ASP in the PB help system? You're sure that
you
> > aren't using any processing directives that are not supported?
> >
> > Paul T.
> >
> > "Feroz Bhaiji" <feroz.bhaiji@nospam.co.uk> wrote in message
> > news:O7XmWvegDHA.3204@TK2MSFTNGP11.phx.gbl...
> > > Hi,
> > > I am trying to display my asp page when i type in the web address of
my
> > > device.
> > > If i call my page default.htm, than it is displayed but if i change it
> to
> > > env.asp it
> > > comes up with an error message.
> > >
> > > I am using the registry settings below
> > > and i have got env.asp set as the default page.
> > >
> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD]
> > > ;"DefaultDir"="\\"
> > > "IsEnabled"=dword:1
> > > DefaultPage="env.asp;"
> > >
> > > [HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS\/]
> > > "(default)"="\\windows\\www"
> > > "a"=dword:0
> > >
> > > what could be going wrong?
> > >
> > > regards
> > >
> > > feroz
> > >
> > >
> >
> >
>
>