Hi,
In my web application (Dotnetnuke 5) site, for development purposes I made a virtual directory under the main website.
As a result, in my solution I have the main Web site as well as the virtual directory website which is actually a folder inside this main web site.
Now I want to have this as a virtual directory because I want to focus differently on this virtual directory project. However, my problem is the following.
---REAL PROBLEM HERE--- When I try to compile this virtual directory for any reason, it places a web.config in this VD which screws my system.
---Questions 1. How can I prevent VS to automatically place web.config here? 2. Or alternatively how can I make this web.config completely ignorant or in other works let it have 0 effect some how?