Posted to
IIS7 - Security
by
sainath0009
on
06-30-2008, 10:26 AM
Hay i had the same problam and resolved by Changing(cannot access the ms Access database file through asp in iis 7 )
<applicationPoolDefaults>
<processModel identityType="NetworkService" />
</applicationPoolDefaults>
to
<applicationPoolDefaults>
<processModel ...