hey frnds, I m new to the ASP.net..Plz jelp me out.
My windows is Installed in D:
I made project & save it D:\Inetpub\wwwroot\WebSite1
Website1 is the folder I created & form name is aspx.
<%@ Page Language="VB" %>
<html >
<head>
<title>Introduction</title>
</head>
<body>
<% Response.Write("My First project")%>
</body>
</html>
I Run it as http://localhost/website1/default.aspx--But the error is coming.can somebody help me out