I have a problem about asp.net and databases in Access. Every time the asp
service is blocked. When this happens i must phone to my ISP provider of
hosting in order to begin the service again. The tell me it is a problem of
access with asp.net. ¿How can i solution it? I detail below the connection
line of the web.config, maybe I am doing wrong. Thank you very much.



<add key="Connection" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\bd\bd1.mdb;Persist Security Info=True" />

Re: The asp services blocked by Val

Val
Sun Jun 26 09:45:10 CDT 2005

Hi,

What makes you believe that service blocked because of Access? I think you
need to trace the application and see where it fails and what causes to stop
it to work. How do you check that it stopped, may be application just in a
loop and cannot exit from it?

--
Val Mazur
Microsoft MVP

http://xport.mvps.org



"Santiago" <s@nospam.com> wrote in message
news:%23xQZzwieFHA.2584@tk2msftngp13.phx.gbl...
>I have a problem about asp.net and databases in Access. Every time the asp
>service is blocked. When this happens i must phone to my ISP provider of
>hosting in order to begin the service again. The tell me it is a problem of
>access with asp.net. ¿How can i solution it? I detail below the connection
>line of the web.config, maybe I am doing wrong. Thank you very much.
>
>
>
> <add key="Connection" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
> Source=C:\bd\bd1.mdb;Persist Security Info=True" />
>
>



Re: The asp services blocked by Santiago

Santiago
Sun Jun 26 15:49:16 CDT 2005

The hosting ISP told me it's owed to a problem because of several users are
acceeding to the ACESS database. They told me I must migrate to SQL Server.
The item is I have antother application acceeding to the same data base but
the application is done in asp 3.0 and the problem happens when I enter the
data base from an application in asp.net.

Santiago Paz Noya
MSDN



If it was a loop, the application would fail always, but it only happens
sometimes. If I compact the data base the following 24 hours it does not
block, nevertheless this time passed, the problem continues.
"Val Mazur (MVP)" <group51a@hotmail.com> escribió en el mensaje
news:%23ucGo2leFHA.2420@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> What makes you believe that service blocked because of Access? I think you
> need to trace the application and see where it fails and what causes to
> stop it to work. How do you check that it stopped, may be application just
> in a loop and cannot exit from it?
>
> --
> Val Mazur
> Microsoft MVP
>
> http://xport.mvps.org
>
>
>
> "Santiago" <s@nospam.com> wrote in message
> news:%23xQZzwieFHA.2584@tk2msftngp13.phx.gbl...
>>I have a problem about asp.net and databases in Access. Every time the asp
>>service is blocked. When this happens i must phone to my ISP provider of
>>hosting in order to begin the service again. The tell me it is a problem
>>of access with asp.net. ¿How can i solution it? I detail below the
>>connection line of the web.config, maybe I am doing wrong. Thank you very
>>much.
>>
>>
>>
>> <add key="Connection" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
>> Source=C:\bd\bd1.mdb;Persist Security Info=True" />
>>
>>
>
>