
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2014 05:11 PM
Hi All,
I have been tasked with changing the security on our lansweeper server to comply with the company policy.. As such we cant have a plain text password..
I see 2 options, but would like to know what other have done as to make the change as minimal as possible.
1:
Encrypting Web.config sections in ASP.NET 2.0...
As detailed here:
2:
Move to windows Authentication....
Has anyone tried either methods...
Thanks in advance..
I have been tasked with changing the security on our lansweeper server to comply with the company policy.. As such we cant have a plain text password..
I see 2 options, but would like to know what other have done as to make the change as minimal as possible.
1:
Encrypting Web.config sections in ASP.NET 2.0...
As detailed here:
2:
Move to windows Authentication....
Has anyone tried either methods...
Thanks in advance..

Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2015 01:43 PM
FYI for everyone: you can install under mixed authentication and then change the authentication mode to Windows afterwards. You can do this on your own if you know how to set this up and if you make the necessary changes to the database connection string in the configuration files below, but this is not something we provide instructions or support for. The only supported authentication mode is SQL authentication.
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2015 01:43 PM
FYI for everyone: you can install under mixed authentication and then change the authentication mode to Windows afterwards. You can do this on your own if you know how to set this up and if you make the necessary changes to the database connection string in the configuration files below, but this is not something we provide instructions or support for. The only supported authentication mode is SQL authentication.
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config
Program Files (x86)\Lansweeper\Website\web.config
