i have a problem in accessing registry from web service
i made a web service that call a function to access registry
The web service contain the following code
Dim RegKey As Microsoft.Win32 .RegistryKey
RegKey = Microsoft.Win32 .Registry.Local Machine
RegKey = RegKey.OpenSubK ey(KeyPath, True)
but it gives me an error, unauthorized access of registry
thanks
i made a web service that call a function to access registry
The web service contain the following code
Dim RegKey As Microsoft.Win32 .RegistryKey
RegKey = Microsoft.Win32 .Registry.Local Machine
RegKey = RegKey.OpenSubK ey(KeyPath, True)
but it gives me an error, unauthorized access of registry
thanks
Comment