Hello Friends,
I'm working on property portal where i've to implement subdomain concept.
for example http://www.myDomain.com is url of my site.
And also, there are some locations as Noida,Gurgaon and etc. As any user click on
Noida then my site should display the url as shown here
http://noida.myDomain.com. For this i've implemented subdomain concept and also created some subdomain in Domain Panel. But now i've to ask
Should i've to keep App_code and web.config file in subdomain(noida) folder as well because if i don't upload
App_Code and web.config file in subdomain folder then it raise error(s). Is it any other way to implement this concept(Sub domain) please let me know.