Some things that do work only when I am on connected to internet

E

Eitan M

Hello,

I have a .NET web application.
I have a *.mdb file,
the connectionString is something like :

conMain.ConnectionString = "provider = microsoft.jet.oledb.4.0; data source
= " _

& Server.MapPath("./db/mydb.mdb")


When I am doing update, or just even simple command :
cmd = new oleDB.oleDBCommand,
system throws me to the unload event,
after that, system run to the next command.

Also when I am doing something like :
retval = cmd.executeNoneQuery(),

system also throws me out.

When I am connected to internet, and run the web application again -
everythings is OK.
It seems that things don't work well to the *.mdb file (maybe some
configurations) when I am not running on the internet.

What may be the reason for the above problem ?

Thanks :)
 
E

Eitan M

Also,
when I running the application on the second time, I got the message :
Error while trying to run project : unable to start debugging on the web
server.
The system cannot find the file specified.

I didn't find out what file ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top