I try to connect remote server via IP address and got error:
requested registry access is not allowed
bellow is my web.config file. Can some expert help me fix it?
<appSettings>
<add key="All" value="data source=198.188.235.68,1433;Network Library=DBMSSOCN;initial catalog=WORKSLIVE;password=flower;persist security info=True;user id=Admin;workstation id=CPU-TENOTEBOOK;packet size=4096" />
</appSettings>
requested registry access is not allowed
bellow is my web.config file. Can some expert help me fix it?
<appSettings>
<add key="All" value="data source=198.188.235.68,1433;Network Library=DBMSSOCN;initial catalog=WORKSLIVE;password=flower;persist security info=True;user id=Admin;workstation id=CPU-TENOTEBOOK;packet size=4096" />
</appSettings>