|
-
Mar 18th, 2004, 08:44 AM
#1
Thread Starter
Lively Member
My simple application not running in a virtual directory
<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....
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
|