You are creating an ASP.NET application by using the .NET Framework 3.5.
Developers update individual pages frequently. You need to ensure that when individual pages are updated, the time required to load the other pages to the Web site remains unaffected.
What should you do?
A.
Create the application as a Web site project.
Copy the entire application to the deployment server.
Copy only the updated files to the deployment server when a page is updated.
B.
Create the application as a Web application project.
Copy the entire application to the deployment server.
Copy only the updated files to the deployment server when a page is updated.
C.
Create the application as a Web site project.
Pre-compile the application by using the updateable option.
Copy only the updated files to the deployment server when a page is updated.
D.
Create the application as a Web site project.
Copy only the markup files and compiled assemblies to the deployment server.
Copy only the updated files to the deployment server when a page is updated.