Prerequisite for Using an Access Database Table in a Web Service
(At least for here and now!)

 

Part I:  Enabling the Security Tab in Windows

  1. Go to start menu then run
  2. Type “regedit” without the quotes in the textbox, hit enter
  3. Navigate to and expand the HKEY_CURRENT_USER group in the left hand side navigation pane
  4. Drill down to: Software\Microsoft\Windows\CurrentVersion\Policies\
    Explorer
  5. Select and double click the “NoSecurityTab” key value in the main window
  6. Change the value to 0 (zero) then click ok
  7. Close the registry Editor

 

Set Security Access for “Bin” folder in Web Service

  1. Create a New Web Service
  2. Navigate to the project’s folder then right click
  3. Click Properties then in the new window click the security tab
  4. Click the “Add…” button
  5. Enter ASPNET in the text box provided and then click the Check name button
  6. After name is validated click the ok button
  7. The ASPNET users security settings should already be displayed, select full control check box then click the ok button
  8. Finish creating the web service and consuming application