Windows 2003

  • Thread starter Thread starter David B
  • Start date Start date
D

David B

Hi,

I would appreciate any help hat can be offered on this point.
I am trying to use aspx pages on windows 2003.
I place the simpliest page I could come up on the server.
However when I try to view the page through the browser I get a page can't
be found error.
I am definatly got the path right because I have directory browsing turned
on for the directory above it which displays the name of my page in the file
list.

I noticed that in control panel their was nothing to indicate that the dot
net framework was installed, which I thought strange because I was under the
impression that the framework was installed along with the OS.
I had to enable asp pages to be processed for win2k3 so is there anything
special I have to do to ensure that my aspx pages get displayed or do I just
have to install the dot net framework.

any help is appreciated.

cheers

david.
 
David B said:
Hi,

I would appreciate any help hat can be offered on this point.
I am trying to use aspx pages on windows 2003.
I place the simpliest page I could come up on the server.
However when I try to view the page through the browser I get a page can't
be found error.
I am definatly got the path right because I have directory browsing turned
on for the directory above it which displays the name of my page in the file
list.

I noticed that in control panel their was nothing to indicate that the dot
net framework was installed, which I thought strange because I was under the
impression that the framework was installed along with the OS.
I had to enable asp pages to be processed for win2k3 so is there anything
special I have to do to ensure that my aspx pages get displayed or do I just
have to install the dot net framework.

Windows Server 2003 requires almost _everything_ to be explicitly turned on.
I suspect that you need to configure ASP.NET.
 
Back
Top