Chapter 9: Creating Web Applications with ASP.NET MVC | 253 |
●The Scripts folder holds JavaScript files, which include the jQuery and ASP.NET AJAX client libraries. JavaScript helps make Views more interactive and can be effective in providing a pleasing user experience.
●The Global.asax file holds code that runs at different periods during the application life cycle; we’ll investigate this file when looking at routing later in this chapter.
●The web.config file holds configuration information, such as database connection strings and more items that you don’t want to
NOTE
If you want to ship a local database with your application, you can
The code generated by the New Project Wizard will run, and pressing F5 to execute the application will show you a screen similar to Figure