Amigos. logré instalar el framework y el IIS con XP Professional...
  
traté de hacer mi primera aplicación y me arroja el siguiente error.. qué puede duceder? 
desde ya mil gracias..  
Código:
 
Server Error in '/hola' Application.
--------------------------------------------------------------------------------
Parser Error 
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 
Parser Error Message: Could not load type System.Web.UI.WebControls.Texbox from assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.
Source Error: 
Line 3:  <body>
Line 4:  <form runat="server">
Line 5:  <asp:Texbox id="inputBox" runat="server"/>
Line 6:  <asp:RequiredFieldValidator id="inputBoxVal" controlvalidate="inputBox" runat="server"/>
Line 7:  error:Este es un campo obligatorio <asp:RequieredFieldValidator/>