cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DLOBOS
Engaged Sweeper
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?
1 ACCEPTED SOLUTION
Michael_V
Champion Sweeper III
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

View solution in original post

1 REPLY 1
Michael_V
Champion Sweeper III
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