The asp services blocked

  • Thread starter Thread starter Santiago
  • Start date Start date
S

Santiago

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" />
 
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?
 
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.
 
Back
Top