Ciao a tutti!!!
Dovrei impostare più di una password nel file di configurazione .asp. Il codice è qua sotto... qualcuno mi sa aiutare per favore
<%

' - Constants ------------------------------------------------
' For disabling password security set wexPassword = ""
Const wexPassword = "prova"

' Root folder, it can be a physical or virtual folder: "c:\test", "/test"
' Beware that you will not have web access(no web browsing of files/folders) if you use a physical folder like "c:\test"
' If you want to have web access with a physical folder, you should create a virtual folder(IIS alias like "/folder") for that physical folder and use it instead.
Const wexRoot = "/mdb-database/SERVICE/LA SPEZIA/CAPELLAZZI MARCO"
' Show files and folders that have hidden attribute set?
Const showHiddenItems = false
' Calculate total size of the current folder? Disable if it takes long time with huge folders.
Const calculateTotalSize = true

Ciao a tutti e grazie mille