GSSP-NET · Question #336
You work as an Enterprise Application Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET application using .NET Framework…
The correct answer is C. Create new server-side validation routines. See the full explanation below for the reasoning.
Question
You work as an Enterprise Application Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET application using .NET Framework 3.5. GIAC GSSP-.NET Exam The application contains a Web page that will be accessible through the Internet. The Web page holds a Web form that captures data that will be stored in a SQL Server 2008 database. The form at present uses a POST method. The Web page also holds JavaScript validation routines. The validation routines will be used to ensure that the input to the form meets the business requirements and does not contain any code that is unsafe. There is currently no server-side validation being performed. You are required to evaluate the application and resolve security flaws in the Web page. What will you do?
Options
- AChange the method of the form action to GET.
- BUse Script Controls and Extenders.
- CCreate new server-side validation routines.
- DMove the validation routines to a content page.
How the community answered
(26 responses)- A12% (3)
- B8% (2)
- C77% (20)
- D4% (1)
Community Discussion
No community discussion yet for this question.