Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/03/2004, 10:10
Bluesman74cl
 
Fecha de Ingreso: marzo-2003
Ubicación: onde toy?
Mensajes: 1.437
Antigüedad: 21 años, 8 meses
Puntos: 9
Consulta de principiante en .Net

Estoy leyendo un tutorial de ASP.NET y aparece el siguiente codigo:

<html>
<head>
<link rel="stylesheet"href="intro.css">
</head>
<body>
<center>
<form action="intro4.aspx" method="post" runat=server>
<h3> Nombre: <asp:textbox id="Name" runat="server"/>
Categoría: <asp:dropdownlist id="Category" runat=server>
<asp:listitem >psychology</asp:listitem>
<asp:listitem >business</asp:listitem>
<asp:listitem >popular_comp</asp:listitem>
</asp:dropdownlist>
</h3>
<asp:button text="Búsqueda" runat="server"/>
</form>
</center>
</body>
</html>

El cual, debería desplegar un formulario. La Pregunta es la siguiente. Acá en la oficina tengo PWS y Win 98 pero en mi casa tengo IIS con Win200NT ... Para ver y probar las páginas hechas en ASP.NET me sirve el IIS porque veo que el PWS no!!!
__________________
Buena Vida...
Francisco