I need to place unique description and keywords meta tags to each page. Tried this. But its not clicking.
@{ ViewBag.Title = \"Title\"; ViewBag.Descr
You need to emit tags in your layout page that use the values. You can get the values in the tags by writing @ViewBag.Description.
@ViewBag.Description