Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<appSettings>
<add key="appTitle" value="My Intranet"/>
<add key="conString" value="server=(local);database=ASPNETDB;uid=DBUser;Password=StRonGPassWordHere!" />
</appSettings>
<add key="conString" value="server=(local);database=ASPNETDB;trusted_connection=True;"/>
...
<system.web>
<authentication mode="Windows"/>
<identity impersonate="true"/>
<authorization>
<allow roles="Domain\Domain Users"/>
<deny users="*"/>
</authorization>
</system.web>