I use classic ASP with MS Access Db and have had no trouble Updating records using IIS on my PC and with my hosts previous server. I've just moved to a new server (Windows) and can display and add records, but all Updating gives the 500-Server error. Can anyone suggest where start looking, my script or the new Server set-up?
            Asked
            
        
        
            Active
            
        
            Viewed 133 times
        
    0
            
            
        - 
                    1What is the new server, OS version, IIS version, architecture (x32 or x64) etc?Maybe edit your question and add some relevant tags rather then us second guessing. – user692942 May 22 '14 at 10:19
1 Answers
0
            
            
        OK first of all change your settings so you get the error sent to the browser.
I could imagine it's a permission issue (write access to the access database)
but to be sure do the follow this guide to set it to return custom errors:
 
    
    
        Community
        
- 1
- 1
 
    
    
        ClarkBirkelund
        
- 33
- 6
