Please, help me.
I have asp.net site developed with WebMatrix.
There are two different layout files with different stylesheets:
_SiteLayot (for computer users)
_SiteLayoutMobile (for mobile device users)
My questions are:
- How can I tell the site to use the SiteLayout if user has computer browser and SiteLayoutMobile if user has mobile device browser?
- Is it possible and correct to add some code or script on _PageStart page in that case?