R
raza
Hi,
I am using Enterprise library in development of web application. Till
now i have been accessing local server, but now i have to access a
remote server , here is part of my config file
<connectionStrings>
<connectionString name="TestCOnnection">
<parameters>
<parameter name="Database" value="Customer"
isSensitive="false" />
<parameter name="User ID" value="sa" isSensitive="false" />
<parameter name="Password" value="" isSensitive="true" />
<parameter name="server" value="ip-here"
isSensitive="false" />
</parameters>
</connectionString>
if i change the ip in the server tag , it doesnt connect and instead
request registry right to log exception
1) how can i connect remote server ? especially if website hosted in
shared hosting enviroment ?
2) How can i stop enterprise library from accessing event log for
loggin?wont be possible in shared enviroment
Please help.
I am using Enterprise library in development of web application. Till
now i have been accessing local server, but now i have to access a
remote server , here is part of my config file
<connectionStrings>
<connectionString name="TestCOnnection">
<parameters>
<parameter name="Database" value="Customer"
isSensitive="false" />
<parameter name="User ID" value="sa" isSensitive="false" />
<parameter name="Password" value="" isSensitive="true" />
<parameter name="server" value="ip-here"
isSensitive="false" />
</parameters>
</connectionString>
if i change the ip in the server tag , it doesnt connect and instead
request registry right to log exception
1) how can i connect remote server ? especially if website hosted in
shared hosting enviroment ?
2) How can i stop enterprise library from accessing event log for
loggin?wont be possible in shared enviroment
Please help.