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
- Go to
start menu then run
- Type
“regedit” without the quotes in the textbox, hit enter
- Navigate
to and expand the HKEY_CURRENT_USER group in the left hand side navigation
pane
- Drill
down to: Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer
- Select
and double click the “NoSecurityTab” key value in the main window
- Change
the value to 0 (zero) then click ok
- Close
the registry Editor
Set Security Access
for “Bin” folder in Web Service
- Create
a New Web Service
- Navigate
to the project’s folder then right click
- Click
Properties then in the new window click the security tab
- Click
the “Add…” button
- Enter
ASPNET in the text box provided and then click the Check name button
- After
name is validated click the ok button
- The ASPNET
users security settings should already be displayed, select full control
check box then click the ok button
- Finish
creating the web service and consuming application