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.
'==Visual InterDev Generated - startspan==
'--Project Data Connection
Application("NetworkDB_ConnectionString") = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=<username for development here>;Initial Catalog=Network;Data Source=<servername here>;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=<SERVERNAME HERE>;"
Application("NetworkDB_ConnectionTimeout") = 15
Application("NetworkDB_CommandTimeout") = 30
Application("NetworkDB_CursorLocation") = 3
Application("NetworkDB_RuntimeUserName") = "<USERNAME RUNTIME HERE>"
Application("NetworkDB_RuntimePassword") = "<RUNTIME PASSWORD>"
'-- Project Data Environment
Set DE = Server.CreateObject("DERuntime.DERuntime")
Application("DE") = DE.Load(Server.MapPath("Global.ASA"), "_private/DataEnvironment/DataEnvironment.asa")
'==Visual InterDev Generated - endspan==