High Isolated Permission level in IIS 5.0
am 26.09.2007 07:23:03 von BabuLivesHi,
I made my application in IIS as High(Isolated). In component services
the application is running under the default account IWAM_ComputerName
as we know. I need to change the account to a custom account. I did
through the property box "identity" tab in component services and
configured my custom account for my application. But again i am not
able to access the database through the application while i can access
the application. The account i am using have required access to the
database also. Did i missed out something?
What i can find the user id is passed as null to the database while
connecting it and i am not specifying any account info in connection
string as i am using Integrated Security=SSPI in connection string.
Pls advise me.
Regards,
Satheesh