Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am working on an application that was functioning properly until we re-located the database to a different share on the web server.

We had permissions problems right away with the new share and so I kept changing the connectionstring information on my form from the working location to the new location.

The databases are Access 97 (ugh)

My question is this - the forms (three of them) have totally ceased functioning. They no longer send the email message they did before, nor do they update the database (either database) and there is no error message.

Has anyone else ever encountered this problem? I put tons of work into creating these pages and it is very frustrating.

We rebooted the web server and it made no difference. I am programming remotely to a network share on the web server so I cannot do any debugging.

Posted

Similar problem

 

This is not really a solution, but I experienced the same or similar problem with newer code not overwriting old code. Since I use FTP I've now got into the habit of deleting the files which are to be replaced before uploading the new versions. As this works fine, and is not such a tedious task, I haven't given it much thought since, but would be interested to know if you find any proper solution - or even just an explanation. As with you this problem seemed to start more or less out of the blue, so I had assumed it was something wrong with the FTP server (and that may still be the case).

 

Anyway, good luck :)

Never trouble another for what you can do for yourself.
Posted

I will let you know what I find out as I am determined to figure out what the heck the problem is!

I am not a network person but it seems to be some kind of issue with IIS since my basic code (other than the database location) has not changed. We have cleared the cache, rebooted the server, set up DisableLazyContentPropagation for each type of ASP, ASP.Net page and now we are back to the proverbial drawing board.

I would appreciate any help in this -

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...