neha-ecsion / Thinaer-QueryManager

0 stars 0 forks source link

Connection Details Query manager with Gateways live(IP Address) #3

Open neha-ecsion opened 5 years ago

neha-ecsion commented 5 years ago

1.change the application URL as per your connecting IP Address in launchSettings.json. { "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://192.168.0.104", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "GatewayQueryManager": { "commandName": "Project", "launchBrowser": true, "applicationUrl": "http://192.168.0.104", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }

2.In Url https:// does not add. only http we need to connect.

3.Check Firewall settings of your laptop. Go to firewall settings . make sure firewall must be off for public network that we are connecting with.

4.