I am creating an ASP.NET 2.0 application (using C#), and for some reason when I create the initial application it doesn’t create the web.config file. Is this normal? I haven’t touched ASP.NET in some years so I am a little rusty. I tried creating the web.config manually but can’t seem to get it just right. How can I create an ASP.NET application with a bundled web.config file? Thanks.
Share
I use VS2008 and when I hit F5, VS asks me if I want to create a default web.config (if one is not already present). What tools are you using for development ?