How To Work With Rocket U2.NET

This article deals with the application of connection string in rocket U2.NET.
  • 1986

Format of Login Profile

Login profile refers to that file or page which appear when we login. To establish the format of the login profile use the following string.

Login=lpn;user=Username;password=user_password;

Configuration Database

U2.net is product that allows the users or developers to combine the features of both the U2 technology and the Microsoft .NET framework. So in order to configure the database use the following string.

Login=lpn;ConfigDBLocation=f:\ConfigFolder;user=Username;password=user_password;

Format of Server Profile

Server profile refers to the profile at the server. To establish the format of the login profile use the following string.

Server=spn;Account=apn;user=Username;password=user_password;

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.