Hi i am just getting into asp.net and SqlServer although have used asp/oracle in the distant past. The following code in the Site.Master file\[code\]<!DOCTYPE html><html lang="en"><head runat="server"> <meta charset="utf-8" /> <title><%: Page.Title %> - My ASP.NET Application</title> <asp
laceHolder runat="server"> <%: Scripts.Render("~/bundles/modernizr") %> </asp
laceHolder>\[/code\]Throws the Error
1 'Scripts' is not declared. It may be inaccessible due to its protection level.'I'm very slowly getting to grips with the way asp.net does things and any help that can get me over this little hurdle would be much appreciated.Thanks in advance
![Stick Out Tongue :P :P](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png)
![Stick Out Tongue :P :P](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png)
1 'Scripts' is not declared. It may be inaccessible due to its protection level.'I'm very slowly getting to grips with the way asp.net does things and any help that can get me over this little hurdle would be much appreciated.Thanks in advance