Posted on: 4/9/2014 10:34:04 PM | Views : 262

Hi Forum, 
I am going through a major upgrade of my sites and while I am at it, I though I would convert some of my sites to Web Applications. I got a few questions as I cant seem to get the behaviour that is described in the docs.
When it says it compiles the whole web application into 1 DLL - does this mean one DLL. I cant get this to work. I get many files like this "App_Web_default.aspx.cdcab7d2.dll" and some files with the extention of .compiled. Do I need to enable strong naming to get this to one DLL. When I public the site should the Bin folder just contain 1 DLL ??
The next Issue I have is my websites use virtual folders, so for example when I am building the masterpages project, it copies all of the files into a folder what is a shared folder so the masterpages are available to all my sites, as long as I referance them. How do I do this with Web Projects, I cant have shared folders, so how do people normally deal with this, are ...

Go to the complete details ...