I have a web application project called Site, and in it is a folder called SITE (I know, not the best naming conventions, but that's another story).
When I check the designer generated code it starts like this:
namespace Site.@__SITE__ {
Why is the at sign added? I can remove it and the project compiles and runs fine. Also, with or without the at sign, the actual namespace is Site.__SITE__
.
Thanks!