Crashing...
7 |
--------------------------------------------------------------------------------
/PracticalDebuggingWeb/Views/Home/Index.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Home Page";
3 | }
4 |
5 |
6 |
Price Calculator
7 |
8 |
9 |
10 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/PracticalDebuggingWeb/Views/Home/Privacy.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Privacy Policy";
3 | }
4 | Use this page to detail your site's privacy policy.
7 |
--------------------------------------------------------------------------------
/PracticalDebuggingWeb/Views/Home/SignIn.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Sign in";
3 | }
4 |