[thelist] ASP.Net - Web Forms & Server Controls

Peter Brunone (EasyListBox.com) peter at easylistbox.com
Thu Sep 30 12:52:58 CDT 2004


These may sound like silly questions, but

1. Does your page have an .aspx extension?
2. Have you installed ASP.NET on your server?

   If both of those are "yes", then it sounds like someone may have tampered with the ISAPI mappings for IIS.

 From: "Casey Crookston" casey at thecrookstons.com

Again, I'm making the switch from ASP to ASP.Net. This is new to me...

How old are you?

<asp:textbox id="Age" runat="server/>
<asp:button text="Ok" runat="server/>

Returns this:

How old are you?
<asp:textbox id="Age" runat="server/> <asp:button text="Ok" runat="server/>

So, I'm guessing that my IIS is not processing server controls? What do I
need to do?

THANK YOU!


More information about the thelist mailing list