How to Use IP Address in .NET Framework

In this article I explain how to use IP address in .NET Framework.
  • 1589

Introduction

Here I am explaining how to use IP address in .NET Framework and IP Stands for internet protocol.

Connection String Using IP Address

To create connection string using an ip address in .NET Framework we need to put ip address with port number, network library, database name for initial catalog, user id and password .

Syntax:

 Data Source=192.168.1.11,1433;Network Library=DBMSSOCN;Initial Catalog=urDataBase;User ID=urUsername;Password=urPassword;

Further Readings

You may also want to read these related articles :

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.