antonimasso
January 28th, 2004, 05:35 AM
Hello,
I've followed a couple of tutorials on how to install and configure ASP.NET with no success. The installation process is done correctly but once I execute a .aspx in the browser the ASP.NET code is not executed. For example when running this file I dont see nothing:
<%@ Page Language="VB" %>
<head>
</head>
<body bgcolor="#FFFFFF">
<%= "Hello World!" %>
</body>
Is there any further configuration I need to do in IIS?
I've installed these programs: Windows 2000 Service Pack 2, Internet Explorer 6, Microsoft Data Access Components 2.7, Microsoft .NET Framework Version 1.1 Redistributable & Software Development Kit.
Do I need anything else?
Thanks,
I've followed a couple of tutorials on how to install and configure ASP.NET with no success. The installation process is done correctly but once I execute a .aspx in the browser the ASP.NET code is not executed. For example when running this file I dont see nothing:
<%@ Page Language="VB" %>
<head>
</head>
<body bgcolor="#FFFFFF">
<%= "Hello World!" %>
</body>
Is there any further configuration I need to do in IIS?
I've installed these programs: Windows 2000 Service Pack 2, Internet Explorer 6, Microsoft Data Access Components 2.7, Microsoft .NET Framework Version 1.1 Redistributable & Software Development Kit.
Do I need anything else?
Thanks,