SDK Framework
I'm traying to run a simple "hello world" program (.aspx) that i build. i set the IIS and download the SDK 1.1 and the vjredist neede by it but still the simple application dont run what can be the problem?
I'm traying to run a simple "hello world" program (.aspx) that i build. i set the IIS and download the SDK 1.1 and the vjredist neede by it but still the simple application dont run what can be the problem?
<%@ Page Language="VB" %> <script runat="server"> sub Page_Load(obj as object, e as eventargs) lblMessage.Text = "Welcome to ASP.NET!" end sub </script> <html><body> <asp:Label id="lblMessage" runat="server"/> </body></html>