| Author: T.Thirumala Reddy 22 Oct 2008 | Member Level: Bronze Points : 1 |
if your sql server works fine, you should create one .udl file. then right click on that->properties-> 1.providertab->select microsoft OLE DB Provider for SQL Server. 2.Connetion tab->servername=your computer name, check the (select data base on the server) and select in the drop down list. then open that .udl file with notepad,copy the connection string and paste in web.config file.
|
| Author: pavan dwivedi 13 Dec 2008 | Member Level: Gold Points : 2 |
Hi,
We use the ISA proxy server to go to internet in the local network. And we use group policy to control the IE settings. I distribute the some settings for IE by GPO. For example, I configure IE to use proxy server and I put a check on addresses with their FQDNs into the exception list in order to bypass the proxy for local web sites. I must use the exception list, because the option "bypass proxy server for local addresses" doesn't work when I use the FQDN of the local web sites.
At the same time, all computers in the local network contain ISA firewall client. And the problem is beginning just here. Exception list is cleared by the firewall client. So the internal request goes to the proxy also. If I don't use firewall client , the exception list stays there as in the GPO.
Here, I have to use the firewall client and the FQDNs of the internal web sites.How can I deal with this issue? I would be grateful if somebody help me. Thanks in advance. pavan dwivedi
|