You must Sign In to post a response.
  • Category: .NET

    Connection remote server

    hi ,

    how to connect remote server and get access to read IIs config file in c#.net
  • #769242
    Hi

    Normally you can write code in your webconfig file


    <add name="DefaultConnection" connectionString="Data Source=PC-NAME;Initial Catalog=DB-NAME;Integrated Security=True;user id=USERNAME;password=PWD" providerName="System.Data.SqlClient" />

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments