cancel
Showing results for 
Search instead for 
Did you mean: 

saplogon.ini path

Former Member
0 Kudos

Is there a way that I can make SAP .NET connector (esp. SAPLogonDestination) to pick saplogon.ini file from a specified path? Basically, I want my SAP .NET Connector based application to use saplogon.ini which may not be present in WINDOWS folder.

Any help would be highly appreciated.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vishal,

How are you doing ?

a recommended alternative solution is to make the logon details available in the web.config file [Destination markup tags], which then can be chosen in the SAP.Connector.ConfigDestination.DestnationName property

As the saplogon.ini is not a registry entry, and 'saplogon' is a data value in numerous assemblies, so it is not worth your effort to change all of them and validate if all dependant programs work.

in effect, the assembly will find the location of saplogon, then append .ini to the file name and then do a read, if not found in the default location win\system32.

with respect,

amit