PDA

View Full Version : webpages wont render ASP


rlbailey
06-22-2006, 11:18 AM
Hi,

I'm trying to learn ASP.NET with C#.

I have a CS account which uses the lectura server.
I am also trying to use my computer's IIS to host local pages for myself.

With either, when I upload/make the .aspx file, the page will render it's HTML but none of the asp components. This is really frustrating!

What can I do to be able to view my asp components (eg, text boxes, buttons, etc) ?

If it helps you any, I can view pages just fine that use ASP on the internet - but just not on my CS account nor on my IIS localhost .

Please help!

dparm
06-22-2006, 11:42 AM
Under Add/Remove Programs, there is an Add/Remove Windows Components section. Did you double-check that ASP is installed? You might need to click "Details" on IIS.

rlbailey
06-22-2006, 11:54 AM
I figured out what it was, I didn't have .NET installed! >_<

I fixed that,

if it's any help to the OSCR staff or UA students, I also found a place where you can download MS Visual Studio 8 (Express Edition) for free. :)

http://msdn.microsoft.com/vstudio/express/vwd/download/

thanks!