Can asp be viewed on Win2000Pro..

D

Dave

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

Kevin Spencer

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

Dave

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
 
D

Dave

I forgot to install the Server Extensions.

Dave

Kevin Spencer said:
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.

pages
 
K

Kevin Spencer

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

Dave

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
 
Top