Hi,
Like most, I've been trying to set up classic asp and IIS7 on my Vista laptop for about 27 days now. I've done every tutorial step by step again and again but nothing works. including these steps:
%windir%\system32\inetsrv\appcmd set config /section:applicationPools /[name='DefaultAppPool'].processModel.loadUserProfile:false
icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant Users:(CI)(S,WD,AD,X)
icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant "CREATOR OWNER":(OI)(CI)(IO)(F)
I keep getting the:
Microsoft JET Database Engine error '80004005'
Unspecified error
Does anyone know what else I can do to get this going?