nerdexam
Microsoft

70-515 · Question #127

You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You are creating an ASP.NET Web application using…

The correct answer is A. Execute the Aspnet_regsql.exe tool to create the database on the correct Microsoft SQL E. Alter the connection string in the Web.config file to provide the names of the production. See the full explanation below for the reasoning.

Question

You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 4.0. The Web application makes use of SqlMembershipProvider. You need to test the application locally and then deploy it to numerous production servers. You must ensure that each and every deployed application accesses the identical production database in a Microsoft SQL Server. What will you do? (Each correct answer represents a part of the solution. Choose two.)

Options

  • AExecute the Aspnet_regsql.exe tool to create the database on the correct Microsoft SQL
  • BRun the Aspnet_compiler.exe tool to create the database on the correct Microsoft SQL
  • CAlter the Web.Release.config file to transform the connection string to provide the names
  • DAlter the Web.Debug.config file to transform the connection string to provide the names of
  • EAlter the connection string in the Web.config file to provide the names of the production

How the community answered

(28 responses)
  • A
    71% (20)
  • B
    7% (2)
  • C
    18% (5)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice