i have a web site and i made it's administration offline using asp. I want after I fill a data in the offline database, onclick a button this data sent online.
The problem is that the site contains images and i want to send it offline on database and at the same time send upload these images online on click this button. I want both actions to be from the same page or window.
I'm looking for a free ASP database administration script or program that will allow me to enter some basic server details and then connect to the MS SQL Server to perform basic database operations via web browser.
If you know of any programs that are free and actually work to perform these tasks, I would gladly appreciate a link to them.
I have a feedback form on my site that processes the feedback into a SQL database and also sends an email to my inbox.
What I need is to create an administration asp page that retrieves the records from the database and displays them on the page and then have a mechanism on the page for deleting the records and refreshing the page.
Has anyone seen any examples posted on the forum or may be able to point me towards some useful links.
I have an Access Db. I need to manage this by a script. If you know phpmyadmin it is great for doing this. But it is for php and mysql. Is there any free script(s) for this?
I may sound strange but that is what I want: 1'm in the process of creating a product search in ASP using SQL server.
My management wants the developed web application to run from a CD which will be given to customers and consultants.
I suggested them to give the web address instead but they are of the opinion that not all are internet-savvy and might not have always-online internet connection. I'm using ODBC to query SQL server and would it be possible to run asp through CD itself What can be done in this stage. Any good suggesstion and help would be grately beneficial
Is there any way to create a page in ASP offline?I'm pretty sure I've heard of it, but I want to create a contact page (using CDO) and will be on vacation over the next few days.
is it possible for me to develop a website offline, and using CDO. How i can know that, the script I wrote at offline and run at localhost will work when I host it on the webserver. I try to write a website which allow to send order form to email. Now I facing the problem, because I need to test it at localhost.
Currently using WIN 98 + PWS for off line web development.Will WIN 2000 PRO support PWS? or does it have IIS5 bundled with it, or does it support no web server at all?
I am trying to create a function that will check to see if a page is currently offline or down. If it is, then it will display an error message instead of a 404 page, and if it is online, then just display the page requested.
I am developing an asp application that requires data collection to occur both offline and online. Rather than redevelop the same asp pages used for online collection in another application like visual basic, I would like to be able to use the same asp webpages offline.
However, I can not seem to find any good solutions for offline use of ASP pages. I am hesitant to install PWS on each user using the application and would like to look at other options. I found an application that claims to "compile" ASP code (ASPExplore), but I yet to get it to work properly.
I'm currently trying to teach myself PHP. I have what I think should be a simple task however I don't even know if it's possible. Is there any way to make my small desktop MS Access database of customers an accessible web application.
My dream would be to find a command in the file menu that says "Publish to Web" but my life could never be that easy. I don't have the time nor the desire to learn ASP so I would like to know what the easiest way to get this data online would be.
Can you pleaseeee let me know if what I am attempting to do is possible? ....and how. I have a Access database at backend of my ASP site. I need to update the existing database everyday and add new records as well. I dont want to give the Client access to the web site using FTP and the database will be too heavy to reupload and replace everyday. Is there a way in which I can design a page locally/offline which will pick up only the records modified/added today locally using IIS server and another page online will add those records to my database online?
Alternatively is there a way to coordinate the two databases - online and offline by updating only the current/last modified records..