Windows 10 IIS drops connection to database

Discussion in 'Windows Virtual Machine' started by bomortensen, Sep 13, 2017.

  1. bomortensen

    bomortensen Bit poster

    Messages:
    1
    Hi all,
    I'm a C#/webdeveloper using MacBook Pro 15 inch 2017 model with Parallels Desktop version 13.0.1 running Windows 10. On Windows, I'm using IIS to run the websites I develop locally. These websites have connections to either local MSSQL database (MSSQL Express) or Azure/AWS MSSQL databases.
    It appears that the connection to these databases are dropped after a given time. Typically between 10 - 60 minutes. I can connect to the database through MSSQL Mangement Studio just fine, even though the website cannot access the database.
    My setup is as follows:
    • Parallels network is set to Shared network.
    • In Windows 10 hosts file, I've set up the following: 127.0.0.1 mysite.local
    • In macOS hosts file, I've set up the following 10.211.55.3 . mysite.local (where 10.211.55.3 is the IP address of Windows 10)
    So, everything should be set up correct. I can load up mysite.local just fine in both Windows and macOS. My take is that it could be IIS dropping the connection somehow. I've not experienced this before, coming from my Lenovo laptop which I've used for years before switching to MacBook.

    Has anyone had this issue before and found a fix for it? :)

    Thanks a lot in advance.

    All the best,
    Bo
     
    Last edited: Sep 13, 2017
  2. TomS35

    TomS35 Bit poster

    Messages:
    2
    Hi Bo, I'm experiencing something similar but all network traffic is dropped after ~10 minutes of logging into my local IIS app. Restarting IIS appears to alleviate it for at least another 10 minutes but this is highly annoying. I was wondering if you ever found a fix for the issue you described.
    Thank you,
    -Tom
     

Share This Page