M
MDW
I just enabled IIS on my computer but apparently my configuration isn't quite
right. I have the following code below in a "test.aspx" file, but when I
bring it up in my browser, I get a blank page.
I've already granted the "ASPNET" user Admin rights on this computer and
used that as the default account for anonymous access. I'm probably missing
something basic but I can't for the life of me figure out.
Here's the code that doesn't seem to be firing:
<% @Page Language="VB" Debug="True" %>
<html>
<head>
<title>ASP.Net Test Site</title>
</head>
<body>
<%
Response.Write("<p>Test</p>")
%>
</body>
</html>
right. I have the following code below in a "test.aspx" file, but when I
bring it up in my browser, I get a blank page.
I've already granted the "ASPNET" user Admin rights on this computer and
used that as the default account for anonymous access. I'm probably missing
something basic but I can't for the life of me figure out.
Here's the code that doesn't seem to be firing:
<% @Page Language="VB" Debug="True" %>
<html>
<head>
<title>ASP.Net Test Site</title>
</head>
<body>
<%
Response.Write("<p>Test</p>")
%>
</body>
</html>