<html>
<head>
</head>
<body>
<form runat="server">
<asp:Label id="lblMessage" runat="Server"></asp:Label>
<asp:textbox id="txtMessage" Runat="Server"></asp:textbox>
</form>
</body>
</html>


I was just trying to execute the above code in a virutal directory....But My application doesn't run and it says add a web.config file even though I added that file to my virtual directory....
The application is in http://myapp/NewFile.aspx.....I even added global.asax in the myapp directory....Can somebody tell me what all values do I have to add in global.asax file....Thanks for ur help....