
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2015 03:54 PM
I need to pass the application to production environment and my production server has another listening port.
How do I can change the SQL port on the application Lansweeper to point to my production server?
How do I can change the SQL port on the application Lansweeper to point to my production server?

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
‎02-04-2015 07:38 PM
You need to change these files: (take a backup first)
Website\web.config
Service\lansweeperservice.exe.config
Change the connectionstring and specify the port with a comma.
servername,1234
Website\web.config
Service\lansweeperservice.exe.config
Change the connectionstring and specify the port with a comma.
servername,1234
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2015 07:38 PM
You need to change these files: (take a backup first)
Website\web.config
Service\lansweeperservice.exe.config
Change the connectionstring and specify the port with a comma.
servername,1234
Website\web.config
Service\lansweeperservice.exe.config
Change the connectionstring and specify the port with a comma.
servername,1234
