Problems viewing an ASPX page....

M

Mike

I just purchased a book that came with a cd that has some sample aspx pages
on it. I have published them to my web server and I am not able to view
them. I understand that there are some slight differences in the programing
between ASP and ASPX pages. It there something that I need to load onto my
server to be able to view aspx pages? I have a W2K server.

Thanks,

Mikeal
 
T

Thomas A. Rowe

Have you installed the .Net Framework?

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
K

Kevin Spencer

SLIGHT differences? Try SLIGHT similarities!

You've already been told to install the .Net platform on your machine, so I
don't need to reiterate that (although, come to think of it, I just did!).

I would recommend reading anything and everything you can about ASP.Net. It
is altogether different than ASP, in many many ways. Much more powerful than
ASP to be sure, and much more complex.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
M

Mark Fitzpatrick

Your server needs to have the .Net Framework (msdn.microsoft.com/net)
installed in order to view them. ASP and ASPX are pretty much two completely
seperate animals, with ASPX being a much bigger challange with a much bigger
gain.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Top