I have a very simple HTML form that updates an Access DB via a separate ASP engine page. Part of the functionality of the ASP engine is to display a Response.Write message that the form was processed.
This all works fine from all the PCs I have tested it through. However, I have some users that are receiving "The page cannot be displayed" when they submit the form. The DB is never updated. If the user adds the site to their Trusted Sites, the form works fine.
Does anyone have any ideas why this is happening to select users?
Thanks...