Wednesday, July 25, 2007

How To Get Stains Out Of Dance Tights

WINDOWS - IIS 7 on Windows Vista and mdb database connections

In this post I'll describe what I have personally done to "run" the IIS 7 in Windows Vista Business for an ASP application that uses the mdb database.

Although IIS is a Microsoft server I found that to operate pages with the extension '"asp" (ossia linguaggio microsoft...) bisogna attivare una funzione.

Start --> Pannello di controllo --> Programmi e funzionalità --> Attivazione o disattivazione delle funzionalità di Windows --> Internet Information Services (selezionarlo se non ancora installato...) --> Servizi Web --> Funzionalità per lo sviluppo di applicazioni --> Selezionate quello che vi interessa . personalmente ho attivato tutto tranne 'Cgi' !

Date l'ok e terminate l'installazione.

Una volta configurata un'applicazione dal pannello dell'iis situato in Start --> Pannello di controllo --> Strumenti di amministrazione --> Gestione internet Information Service will notice that you will have problems if your application uses database connections. "Mdb".

should be given write access to 2 folders. One is the one containing the database and the other is located in
" C: \\ Windows \\ ServiceProfiles \\ NetworkService \\ AppData \\ Local \\ Temp "
(this folder because the iis 7 opens temporary files connection to the database in this folder and the folder where the database is present). Date
read and write permissions to users who access the application and users:
IUSR
IIS_IUSR

Play around a bit and see that everything will work! I also added
my windows user and I gave him permission to write ...!

soon!

See also:
Database and IIS 7
Give permissions to the folders with windows vista

0 comments:

Post a Comment