
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2010 04:43 PM
We're currently evaluating LANSweeper in our organization. On a test machine(XP), LANSweeper installed fine and seems to be exactly what we've been looking for. The problem comes when try to move our installation to a production server. LANSweeper won't install on our server because Mixed Mode Authentication is not turned on (turning it on is not an option).
I've tried deselecting database install, and even website install in the setup, but it still complains that mixed-mode is turned off (even thought I have selected Windows Authentication and the setup routine finds the Windows Mode connection just fine).
Is there a way to get around this, or even manually install the application?
Thanks
I've tried deselecting database install, and even website install in the setup, but it still complains that mixed-mode is turned off (even thought I have selected Windows Authentication and the setup routine finds the Windows Mode connection just fine).
Is there a way to get around this, or even manually install the application?
Thanks
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2010 12:55 PM
Change lansweeperservice.exe.config and web.config connectionstring to
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=lansweeperdb;Data Source=servername"
For the service change your service account to "global\lansweeper" then restart the service.
For the website, adjust the application pool the website is running on and specify the "global\lansweeper" user.
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=lansweeperdb;Data Source=servername"
For the service change your service account to "global\lansweeper" then restart the service.
For the website, adjust the application pool the website is running on and specify the "global\lansweeper" user.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2010 01:30 AM
I have also been trying to run against a SQL server with only Windows Authentication. I have attemted to modify the web.config and the Lansweeperservice.exe.config file. I just cannot seem t get it to work.
our new user is "global\lansweeper" with a password of "lansweeper174532".
Can you detail the exact changes you would make to the files?
our new user is "global\lansweeper" with a password of "lansweeper174532".
Can you detail the exact changes you would make to the files?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2010 04:53 PM
You can enable mixed authentication and after the installation turn mixed authentication back off.
You will manually need to change the web.config and lansweeperservice.exe.config file to support integrated authentication.
You will manually need to change the web.config and lansweeperservice.exe.config file to support integrated authentication.
