asp.net - How to stop Visual to put web.config when I compile web site project -


in web application (dotnetnuke 5) site, development purposes made virtual directory under main website.

as result, in solution have main web site virtual directory website folder inside main web site.

now want have virtual directory because want focus differently on virtual directory project. however, problem following.

---real problem here--- when try compile virtual directory reason, places web.config in vd screws system.

---questions 1. how can prevent vs automatically place web.config here? 2. or alternatively how can make web.config ignorant or in other works let have 0 effect how?

do have nant installed , knowledge of msbuild? use msbuild compile project, , use nant script perform post build operations (such deleting stray web.config file, or updating connection strings particular environment etc.)


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -