Z 2 ) Server DataBase

  Server DataBase

There are following parameters in server database.

  • IP Adress :- 188.138.122.60
  • User Name :- demouser1
  • Password :- demodb@2022$84
  • DataBase Name :- demodatabase

      Server database connection string 

* Thare are following parameters in server database connection string 

  1.  DataSource              :-  IP Adress 
  2. Network Library       :-  DBMSSOCN
  3. Connection Timeout  :- Value(connection close at the end of code ex cn.close())
  4. Packet Size                :- > 5000
  5. Integrated Security    :- No  (password all time no )
  6. Initial catalog             :- Database Name 
  7. Username 
  8. Password 
  9. Encrypt                       :- No
  10. Max Pool Size            :- More than 5000 (then load on page before the increase size)




Q ) How to connect Datbase server using Visual Studio 
Steps   :-  sql Explorer  -- Data Connection -- Add connecion -- server name(188.678.980.98) --  Authentication (Sql server authentication ) -- Username(demouser1) -- Password (demodb@2022$84) -- Database Name(Demodeb) -- Test Connection -- Ok.

Comments

Popular posts from this blog

DATA CONTROL ( Gridview , Repeater , Formview , DataList , Detailsview , Listview )

Z 5 ) MVC (Model view Controller)

Z 8 ) MVC HTMLHELPER METHOD AND ACTIONLINK (how to use css ,atrributes,style in css)