Question:You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
The application uses a set of general-purpose utility classes that implement business logic.
These classes are modified frequently.
You need to ensure that the application is recompiled automatically when a utility class is modified.
What should you do?
A Create the Web application by using a Microsoft Visual Studio ASP.NET Web Site.
Add the utility classes to the App_Code subfolder of the Web application.
B Create the Web application by using a Microsoft Visual Studio ASP.NET Web Application project.
Add the utility classes to the App_Code subfolder of the Web application.
C Create the Web application by using a Microsoft Visual Studio ASP.NET Web Site.
Add the utilty classes to the root folder of the Web application.
D Create the Web application by using a Microsoft Visual Studio ASP.NET Web Application project.
Add the utility classes to the root folder of the Web application.