Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

difference between test and web server...

Status
Not open for further replies.

burnside

Technical User
Dec 4, 2004
236
GB
hi,

on my test pc my code works fine - when it is put on my web server i keep gettin errors such as the one below

Error Type:
Microsoft Cursor Engine (0x80040E38)
Row cannot be located for updating. Some values may have been changed since it was last read.
/partsvan/scheditemedit.asp, line 68

Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'FormatDateTime'
/dfasp2/dealviewyour.asp, line 464

has anyone noticed errors in there code after transferring to a different machine?

any ideas to find what is wrong?
 
is your web server located in a different country to where you're testing locally?

this is pure speculation, but i've had issues from time to time - primarily with date formats - when testing locally (in the UK) and then putting this up onto our host's web server in the US...could this have anything to do with your situation?

cheers,
rob
 
thanks rob - just double checked the regional stuff
and seemed the same (both UK) - there must be a difference just cant find it!
 
no worries burnside, sorry i can't help more.

if i have a brainwave, i'll come back to you. good luck!

cheers,
rob
 
Is the same version of IIS running on both machines?

Is it possible that your other machine actually is a *nix box with an ASP emulator like ChiliSoft / SunONE ?
 
they are both xp prob, how do you find out iis versions?
 
found out versions -

admin tools > iis manager > about

both seem to be 5.1

is there an upgrade
any more ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top