Re: ASP Global.asa HELP
From: Thomas Deml [MS] (thomad@online.microsoft.com)
Date: 10/17/02
- Next message: Thomas Deml [MS]: "Re: Flat text based security issue"
- Previous message: Faisal Ammari: "Re: SSL Problem! weird - URGENT !"
- In reply to: Andrea: "ASP Global.asa HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Thomas Deml [MS]" <thomad@online.microsoft.com> Date: Wed, 16 Oct 2002 22:38:09 -0700
Andrea,
ASP requests get forwared to an DLLHOST process if you configure the
site/vdir to run in medium or high isolation. This DLLHost process runs as
the IWAM account which is a simple user account with not a lot of rights.
If you run in high isolation ASP requests get executed withing INETINFO.EXE,
which is the core IIS process. INETINFO.EXE runs as LocalSystem and is
basically god on the machine. It's a good security practice to run in medium
or high isolation.
Your error seems to be caused by multiple processes trying to access the
same Access database. There are two articles on Microsoft.com that talk
about the problem:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306269&
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306518&
Hope this helps.
-- Thomas Deml Lead Program Manager Internet Information Services Microsoft Corp. "Andrea" <Andrea@pclinx.it> wrote in message news:2e6e01c27477$a7f5f6c0$37ef2ecf@TKMSFTNGXA13... > HI ALL > help please ! > I have a problem with asp !!! > if I set the website asp HIGH (isolated) the client > display this error.... > Microsoft OLE DB Provider for ODBC Drivers > error '80004005' > > [Microsoft][ODBC Microsoft Access Driver] The Microsoft > Jet database engine cannot open the file '(unknown)'. It > is already opened exclusively by another user, or you need > permission to view its data. > > //global.asa, line 13 > > if I set in LOW mode all OK !!!!!!!! why ?? > > and the dllhost.exe crash in leak memory over 1 or 2 GB > if I run iisreset afert memory all OK > the event viewer write ... > > Event Type: Information > Event Source: Application Popup > Event Category: None > Event ID: 26 > Date: 15/10/2002 > Time: 18.46.29 > User: N/A > Computer: SERVER > Description: > Application popup: dllhost.exe - Application Error : The > exception unknown software exception (0xc00000fd) occurred > in the application at location 0x74a2e53c. > > Click on OK to terminate the program > Click on CANCEL to debug the program > > I have also run synciwam and not error whose found > > thank you > > Andrea
- Next message: Thomas Deml [MS]: "Re: Flat text based security issue"
- Previous message: Faisal Ammari: "Re: SSL Problem! weird - URGENT !"
- In reply to: Andrea: "ASP Global.asa HELP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]