.NET Environment setup?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello all...
newbie here to .NET, but have dev asp pages for years. I'm trying to setup
my workstation to now show .aspx pages - with no luck.
I have the 1.1 NET framework installed, IIS5 and a simple EditPlus text
editor that I use nicely with asp pages that are served up fine. But a simple
..aspx page like below shows me that the code is NOT being served...

Here's the code for this simple test page....
<%@Page Language="VB" Debug="True" %>

<html>
<head>
<title>Hello and Welcome Page</title>
</head>
<body>
<center>
<% Dim TextSize As Integer %>
<% For TextSize = 1 To 7 %>
<font size = <%=TextSize%>>
Hello and Welcome!
</font>
<% Next %>
</center>
</body>
</html>

And this is all that it shows --

> Hello and Welcome!

IE there are NOT 7 phrases that 'grow' in size on the screen. what am I
doing wrong in setting up my .NET environment, or what don't I know?

Jim
.



Relevant Pages

  • Does ASP.Net v.1.1 Forms authentication mode require port 80 for http?
    ... I'm trying to do a "proof-of-concept" ASP.Net setup from my home/office. ... I set one .aspx page to: ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • ASP file not working after installing Visual Studio .NET 2005
    ... After I installed the Visual Studio .NET 2005 standard edition on my ... workstation(Win 2k professional and IIS5.0), ASPX pages work fine but my ...
    (microsoft.public.dotnet.general)
  • Accessing Text file on Network computer using aspx
    ... I have one workstation which holds some text files and I want to merge these ... files into one text file and want to print data from merged text file into ... The aspx is using local aspnet account which does not have access ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Date format
    ... Both server and my workstation set short date format ... 2009/12/22 at control panel (region) ... The aspx page at my workstation shows 2009/12/22 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Do not deploy the source code files
    ... only the aspx, config and some binaries (as it was with VS 2003 setup ...
    (microsoft.public.dotnet.framework.aspnet)