PC Review


Reply
Thread Tools Rate Thread

Can asp be viewed on Win2000Pro..

 
 
Dave
Guest
Posts: n/a
 
      21st Jun 2004
....with IIS add-ins installed? I want to create a data collection system
for instructors that can have IIS running. I would like to use asp pages so
and instructor can enter information in a form on his/her machine and is
collected on that machine for future uploads.

I have installed IIS and I am able to view html pages, but I have not been
able to see asp pages.

The pages would reside on the same machine that wants to view it.

Can this be accomplished and if so were can I go to get a walk though on the
set-up?

Thanks

Dave


 
Reply With Quote
 
 
 
 
MD Websunlimited
Guest
Posts: n/a
 
      21st Jun 2004
Hi Dave,

As I recall ASP is installed when you install IIS. How are you determining that ASP is not functional?
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Stop Spam Email Mining from your web pages with SpamStopper
http://www.websunlimited.com/order/p...r_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible



"Dave" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> ...with IIS add-ins installed? I want to create a data collection system
> for instructors that can have IIS running. I would like to use asp pages so
> and instructor can enter information in a form on his/her machine and is
> collected on that machine for future uploads.
>
> I have installed IIS and I am able to view html pages, but I have not been
> able to see asp pages.
>
> The pages would reside on the same machine that wants to view it.
>
> Can this be accomplished and if so were can I go to get a walk though on the
> set-up?
>
> Thanks
>
> Dave
>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      21st Jun 2004
How is your browser requesting the pages? You need to request them via HTTP.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Dave" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> ...with IIS add-ins installed? I want to create a data collection system
> for instructors that can have IIS running. I would like to use asp pages

so
> and instructor can enter information in a form on his/her machine and is
> collected on that machine for future uploads.
>
> I have installed IIS and I am able to view html pages, but I have not been
> able to see asp pages.
>
> The pages would reside on the same machine that wants to view it.
>
> Can this be accomplished and if so were can I go to get a walk though on

the
> set-up?
>
> Thanks
>
> Dave
>
>



 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      21st Jun 2004
I am going to the browser and typing in the HTTP://computername/default.asp
The computer name is the name of the computer (P190 in this case) which the
page resides on and default.asp is the page name.
I can view any document ending with html or htm.

I was not sure whether or not I can view and interact with asp on the same
computer.

Thanks for the responses.

Dave

"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How is your browser requesting the pages? You need to request them via

HTTP.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Dave" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > ...with IIS add-ins installed? I want to create a data collection

system
> > for instructors that can have IIS running. I would like to use asp

pages
> so
> > and instructor can enter information in a form on his/her machine and is
> > collected on that machine for future uploads.
> >
> > I have installed IIS and I am able to view html pages, but I have not

been
> > able to see asp pages.
> >
> > The pages would reside on the same machine that wants to view it.
> >
> > Can this be accomplished and if so were can I go to get a walk though on

> the
> > set-up?
> >
> > Thanks
> >
> > Dave
> >
> >

>
>



 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      21st Jun 2004
I forgot to install the Server Extensions.

Dave

"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How is your browser requesting the pages? You need to request them via

HTTP.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Dave" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > ...with IIS add-ins installed? I want to create a data collection

system
> > for instructors that can have IIS running. I would like to use asp

pages
> so
> > and instructor can enter information in a form on his/her machine and is
> > collected on that machine for future uploads.
> >
> > I have installed IIS and I am able to view html pages, but I have not

been
> > able to see asp pages.
> >
> > The pages would reside on the same machine that wants to view it.
> >
> > Can this be accomplished and if so were can I go to get a walk though on

> the
> > set-up?
> >
> > Thanks
> >
> > Dave
> >
> >

>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      21st Jun 2004
Server extensions have nothing to do with ASP.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Dave" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I forgot to install the Server Extensions.
>
> Dave
>
> "Kevin Spencer" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > How is your browser requesting the pages? You need to request them via

> HTTP.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Dave" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > ...with IIS add-ins installed? I want to create a data collection

> system
> > > for instructors that can have IIS running. I would like to use asp

> pages
> > so
> > > and instructor can enter information in a form on his/her machine and

is
> > > collected on that machine for future uploads.
> > >
> > > I have installed IIS and I am able to view html pages, but I have not

> been
> > > able to see asp pages.
> > >
> > > The pages would reside on the same machine that wants to view it.
> > >
> > > Can this be accomplished and if so were can I go to get a walk though

on
> > the
> > > set-up?
> > >
> > > Thanks
> > >
> > > Dave
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Dave
Guest
Posts: n/a
 
      22nd Jun 2004
When I installed the extensions I was able to view the page.

There was more on the page than the asp. I was only looking at the asp code
until the extensions were installed.

Dave

"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Server extensions have nothing to do with ASP.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Dave" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I forgot to install the Server Extensions.
> >
> > Dave
> >
> > "Kevin Spencer" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > How is your browser requesting the pages? You need to request them via

> > HTTP.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "Dave" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > ...with IIS add-ins installed? I want to create a data collection

> > system
> > > > for instructors that can have IIS running. I would like to use asp

> > pages
> > > so
> > > > and instructor can enter information in a form on his/her machine

and
> is
> > > > collected on that machine for future uploads.
> > > >
> > > > I have installed IIS and I am able to view html pages, but I have

not
> > been
> > > > able to see asp pages.
> > > >
> > > > The pages would reside on the same machine that wants to view it.
> > > >
> > > > Can this be accomplished and if so were can I go to get a walk

though
> on
> > > the
> > > > set-up?
> > > >
> > > > Thanks
> > > >
> > > > Dave
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
S-L-O-W win2000pro Leslie Microsoft Windows 2000 12 6th Aug 2004 03:50 PM
Win2000Pro SP4 helpdude Microsoft Windows 2000 1 11th Dec 2003 01:50 AM
How do I open tif files viewed in IE 6.0 in Imaging for Windows viewed Eric Carey Microsoft Windows 2000 Registry Archive 2 2nd Oct 2003 01:28 AM
How do I open tif files viewed in IE 6.0 in Imaging for Windows viewed Eric Carey Microsoft Windows 2000 Registry 1 2nd Oct 2003 01:28 AM
How do I open tif files viewed in IE 6.0 in Imaging for Windows viewed Eric Carey Microsoft Windows 2000 Registry Archive 0 1st Oct 2003 11:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:28 PM.