Make your website/web application an IIS based project, rather than a FileSystem project. An "application" is a web server related term, and does not mean much in terms of Visual Studio.
On Sep 1, 12:26 am, Buddy Z <[email protected]> wrote: > I have a root web.config, and I have a subfolder "blog" that also has > a web.config. My root and my "blog" subfolder need to have different > security and some other conflicting settings. This is not an issue on > my actual web server, because IIS lets me set the "blog" subfolder as > an application. It works great there. But how the heck do I do it in > Visual Studio??
