|
-
Sep 6th, 2002, 03:39 AM
#1
Thread Starter
New Member
Simple .aspx page(urgent pls help)
Hi all,
I have installed Visual Studio.net on my system(WIn2000).
with SP2 for .net.
My IIS is configured and am able to run my asp scripts without any problem.
But none of my asp.net scripts get executed.
eg:
<script langauge="vb" runat="server">
Sub Page_load()
time.text=Hour(Now) & ":" & Minute(Now) & ":" & Second(Now)
End Sub
</script><html>
<head><title>Punctual Web Server</title></head>
<body>
<h1>Welcome</h1>
In WebserveLand the time is currently:
<asp:label id="time" runat="server" />
<asp:textbox id="text" runat="server" />
</body>
</html>
The above scripts just returns the foll output:
In WebserveLand the time is currently:
Is there anything else which i have to install.
pls help...
Thanks in advance,
edna.
-
Sep 6th, 2002, 08:23 AM
#2
you probably got hit with the very common isntall bug.
open up a dos command prompt
goto
winnt/microsoft.net/framework/v1.0.3xxxx/
then run
aspnet_regiis -i
it should work after that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|