Forum: C# May 21st, 2009 |
| Replies: 1 Views: 1,028 Hi,
Declare the connection string in web.config.
like below,
<configuration>
<appsettings>
<add key="Connectionstring" value="data source=ServerName;initial catalog=dbname;uid=username of... |
Forum: ASP.NET May 21st, 2009 |
| Replies: 1 Views: 1,424 In the internet explorer choose Tools tab and click internet options.
In the internet options, click security tab and choose custom level.
In the custom level, choose enable radio button of... |