506 Part IV Database and Web Programming
Locator (URL) on your computer that has been established, as shown in the following
screen shot. You’ll also see a message about debugging:
The potentially confusing Debugging Not Enabled dialog box is not a major concern.
Visual Web Developer is just indicating that the Web .config file in your project does
not currently allow debugging (a standard security feature). Although you can bypass
this dialog box each time that you test the application within Visual Web Developer by
clicking the Run Without Debugging button, I recommend that you modify the Web.
config file now.
Security Tip Before you widely distribute or deploy a real Web site, be sure to disable
debugging in Web .config to keep your application safe from unauthorized tampering.
- Click OK to modify the Web .config file.
Visual Studio modifies the file, builds your Web site, and displays the opening Web
page in Internet Explorer.
The car loan calculator looks like the screen shot on the following page. If Internet
Explorer does not appear, you might need to select it on the Windows taskbar.