Microsoft 70-152: Design and Implementing Web Solutions with Microsoft Visual InterDev 6.0
#21. IIS Setting Action: Click �Script’ on Permissions Clear �Write’ check box on Access Permissions, Select �Index this directory’ and �FrontPage Web’ check boxes on Content Control Result: (choose all that apply)
#22. You have Graphic artists who need to create and modify graphics. You have content authors who need create and modify web pages. You have software developers who need to create and modify COM components and ASP pages. You have Database administrators who need to create and modify stored procedures. Graphics stored in folder “Images” in web project directory.
You do the following action: -In User Manager create groups named Web_Dev and Wed_DBAdmin. -Add developers to Web_Dev and database administrators to Web_DBAdmin. -Create web project directory on NTFS partition. -Set permissions on Global.asa to read/write for Web_Dev. -Add Web_Dev to Visual InterDev web permissions list. (choose two)
#24. Set up web project to use MS Visual Source Safe for version control from Visual InterDev development environment. IIS guest account (IUSR_ComputerName) must not be able to check in and out files. (choose 2)
#29. You are creating an ASP page for WestCoast Sales that allows a user to update employee information. You want the ASP page to lock the record as soon as the user begins editing employee information. This will prevent two users from making changes on the data at the same time. What type of record locking should you use?