ASP and Access

A

Amateur

I am working with ASP pages for putting data on the net or let the client
change data.
If I create those pages I would like to proof the funcionality on my
machine. Front page always tells me "This site is only showing properly if
you view it on the net." Since I am using an outsite server it always takes
alot of time to send everything and than to see that it is not working.
Is there any possibility that I can see the funcionality of my page already
on my machine before putting it on a server?
Thanks
Klaus
 
K

Kevin Spencer

If you have Windows XP Pro or Windows Server, they both come with Internet
Information Services. You can install IIS from the Windows installation CD
and then build local server-based webs with it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
D

Dan

Windows 200 Pro OS also comes with IIS.

Kevin Spencer said:
If you have Windows XP Pro or Windows Server, they both come with Internet
Information Services. You can install IIS from the Windows installation CD
and then build local server-based webs with it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
K

Kevin Spencer

Yeah, sorry I left that one out.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
A

Andrew Murray

No - you have to publish it to a server - which if you have XP Pro, you can
set up using IIS on your own machine.
 
Top