cannot get ASP.NET running with simple testfile

E

ernst

Hello,
I cannot get ASP.NET running with a simple testfile
called "test.aspx". It contains the following lines:

<html>
<head>
<script language="vb" runat="server">
sub page_load()
meinLabel.text = "Hallo ASP.net Server funktioniert"
end sub
</script>
</head>
<body>
<h1>hier kommt's:<h1>
<form id="Form1" runat="server" />
<asp:label id="meinLabel" runat="server" />
</form>
</body>
<html>

my browser (IE 6.0) shows the line "hier kommt's:" but the
interesting rest is missing. Normal asp is working.

my Config: WIN XP prof SP1, Visual Studio 1.0, .NET
Framework SDK and all Components of IIS are installed.

who can help me?
Ernst
 
J

Joshua Flanagan

Make sure the folder containing your file is set up as a vroot in IIS
Manager, and that Script permissions are allowed.
 
E

ernst

....in a different way: deinstalling the .NET Framework and
installing it again. I've heard, when you install the IIS
after the .NET Framework, ASP.NET is not working
because of missing ISAPI Extensions.
ciao
Ernst
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top