|
|
|
|
|
Su IIS7 non si riesce ad accedere a DB Access - Ritorna il messaggio "Errore sconosciuto"
Verificare che i permessi per l'utente IUSR sulla cartella del DB siano di "controllo completo" e che sulle altre cartelle siano di "esecuzione".
Se oltre questo non si risolve provare a impostare i permessi per il gruppo "Everyone" sulla cartella
"c:\windows\serviceprofiles\networkservice\AppData\Local\" - >
Informazioni prese da: http://forum.html.it/forum/showthread.php?s=&threadid=1198316
|
|
|
|
|
|
|
|
|
|
Percorsi speciali su Windows Vista
La cartella "Send to" (Invia a) :
%APPDATA%\Microsoft\Windows\SendTo
che equivale a c:\utenti\NOMEUTENTE\AppData\Roaming\Microsoft\Windows\SendTo\
La cartella per i collegamenti "Quick start" (Barra avvio veloce)
C:\Users\NOMEUTENTE\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch
|
|
|
|
|
|
|
Removing an Excel Workbook VBA Password |
A VBA project password can be removed with a hex editor.
Close the workbook and open the workbook file in the hex editor.
Find the string "DPB" and change it to "DPx". Save the file.
Open the workbook and click OK until the workbook is open (one or more dialogs are displayed describing various problems with the VBA project). Press ALT+F11, choose the menu command Tools->VBAProject Properties, navigate to the Protection tab, and change the password but do not remove it (note the new password). Save, close, and re-open the workbook. Press ALT+F11 and enter the new password. Choose Tools->VBAProject Properties, navigate to the Protection tab, and remove the password. Save the workbook. |
|
|