PDA

View Full Version : Asp programming language


habesh
Aug 22, 2007, 01:58 AM
The web site I develop work properly in another computer but unable to work in my PC and the message it displays is unupdateable query in internet explorer so what shall I do?

Northwind_Dagas
Aug 22, 2007, 05:27 AM
The web site i develop work properly in another computer but unable to work in my pc and the message it displays is unupdateable query in internet explorer so what shall i do?

There are numerous possibilities. Did you copy the website folders, including images to the same path your PC?

It almost sounds like you saved a website down to your local PC, which will often not work. Very often, websites use server-side scripts and services that are not available on a local PC.

Megalomaniac
Sep 3, 2007, 12:07 AM
ASP scripts are executed on the server. You can run ASP on your own PC without an external server. To do that, you must install Microsoft's Personal Web Server (PWS) or Internet Information Services (IIS) on your PC.