Developing Offline ASP Application

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.

View Replies


ADVERTISEMENT

Developing In ASP 2.0?

Problem: they are EXTREMELY security-conscious, and
as a part of that are still running ASP 2.0. So, I need to set up a
development system for ASP 2.0 that warns me when I use ASP 3.0/ASP.NET
features.

I'm running Win2K with all updates, with the included IIS installed. It
includes ASP, but I don't know what version. So, my questions:

- How can I determine what version of ASP I have?

- Any suggestions on what tools I should be using to limit features to
ASP 2.0? (My understanding of the ASP.NET tools is that they tend to
hide all the behind-the-scenes implementation details; this would be a
problem here because they'd certainly use post-2.0 features.)

View Replies View Related

Developing ASP On Mac

I've been told that if i install install a JDBC driver instead of PWS

View Replies View Related

Developing In ASP 2.0?

I'm a beginning ASP programmer, doing some fairly basic dynamic server
work for a client. Problem: they are EXTREMELY security-conscious, and
as a part of that are still running ASP 2.0. So, I need to set up a
development system for ASP 2.0 that warns me when I use ASP 3.0/ASP.NET
features.

I'm running Win2K with all updates, with the included IIS installed. It
includes ASP, but I don't know what version. So, my questions:

- How can I determine what version of ASP I have? Code:

View Replies View Related

Developing A Web Spider

Is there any way to develop a web spider that crawls into websites whos links are stored in my SQL database and fetch out sites if the keywords specified are found in any of its pages.

View Replies View Related

Developing ASP.NET On Macs

I would like to start using ASP.NET on some projects at the studio where I work. We currently use PC and Mac, depending on the project, but all ASP.NET work has been done on the PCs. We also have a commercial SQL server that, to my knowledge, was setup through a Windows configuration (what this means really escapes me).

Anyway, I was under the impression that I'd have to purchase some type of emulation software like Microsoft's Virtual PC (from which I could install IIS 6.0), but couldn't I just create asp pages on my Mac and upload them to the server?

View Replies View Related

Offline ASP / CD

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

View Replies View Related

ASP Offline

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.

View Replies View Related

Developing Scheduled Script

We wanna develop a SMS and email reminder. The users can set date and time and reminder msg, it can be monthly, daily or weekly. We need to send sms at the scheduled time, so please kindly advise me what is the best method i can do, by creating an ActiveX component in VB or developing dll in ASP or any other best way.

The only thing coming to my mind is there should be some application running continously on the server, by the way do we really need to have one dedicated server? We have to run the script for every 5 or 10 minutes. I think we can do this by task scheduler or with any service, but which will be best for better performance?

View Replies View Related

Offline Develop

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.

View Replies View Related

Offline Web Development

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?

View Replies View Related

Administration Offline

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.

View Replies View Related

Developing A Dynamic Photo Gallery

Can anyone recommend a site that contains any tutorials on developing a Dynamic photo gallery for websites. Something with ASP+Javascript or ASP+VBScript or even with XML+CSS.

I want it so the images can be updated automactically, hence why it needs a backend database.

View Replies View Related

Take Access Database Offline

How do I make an access database offline or not available for users from the internet using asp code. My Sample:

My users authenticate against an access database but on a weekly basis, I would like to make it not available, to do my updates.

View Replies View Related

Page Is Offline/dead

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.

View Replies View Related

Offline Access DB Into Online?

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.

View Replies View Related

Resource For Developing Your Own Accounting Software Using MS Technologies

Save precious time and dollars in learning the secrets of programming.
Complex logics made simple and easy to learn.

Own a complete Database Application built using OOPs, Classes,
Datagrids, ADO (ADO .Net) with options like Sale, Purchase, Receipt,
Payment, Reports like Cash Book, Registers, Trial Balance and P and L
Statement for the desktop and client server platforms.

Leverage the full potential of Microsoft's VB, VB .Net, ASP .Net,
Crystal Reports and SQL Server technologies.

All these, now readily available, packed and organized. Get instantly,
what others take years to collect, develop, test and put together.
Includes Database design and Server side programming - Stored
Procedures, Triggers and Constraints. Code:

View Replies View Related

Uploading/Transfering Data From Offline To Online Using ASP

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..

View Replies View Related

Access VB Application From Web Application

We have our web-site developed in classic ASP, and I need to add this additional feature on one of the pages to access a VB application. How can I do that? The VB application basically sends output to the COM3 port and opens a USB-Cash drawer that is attached to it. I am not sure how to go about with this.

View Replies View Related

Web Application

Sometime this morning our classic asp web application stopped
authenticating against active directory. This is our only "classic" asp
app that authenticates against ad. Note that this app has been in
production for three years with no problems. All .NET apps are
authenticating fine from the same server. This same classic asp app
authenticates fine from our development server. There have been no code
changes to this app.
We're using the login id and password to bind the necessary ad objects
- we check for err.number - if equal to zero, we're authenticated, if
not equal to zero then authentication failed.
We checked with the network people and they say ad is working fine and
the server is able to authenticate. The app doesn't go through a
firewall -so no hang up there. The guys who manage the web server say
they haven't made any changes to it. They confirmed that the app is in
the correct app pool so it doesn't conflict with 2.0 apps.
I'm stumped.

View Replies View Related

Web Application

I remember coming across a MS tool that would allow me to monitor the performance of all aspects of a DNA based application - all the way from the ASP level to MS SQL server. It was part of the NT resource kit. I am trying to locate this tool for Win 2000. Can someone who has come across such a tool help me

View Replies View Related

What Is Application()?

I've just been given some code to decipher in classic ASP and have come across this function (Application()) in several instances. I can't seem to figure out what it does?

View Replies View Related

Web Application

I am about to create a web application using asp and vbs to build an online
roster for a department of 25 people. The roster covers some 10 shifts a
day, 7 days a week always starting on a Sunday. I will be using an access
database file to hold the information. At this this stage I will hold all
the data for each week based on the date that the week starts.
I am looking for ideas on how to dynamically give the user the option to
choose any given week in any given year, always starting on a sunday. Could
this be created on the fly or would it be easier creating a database table
holding the dates for Sunday for a year or 2 ?
Once a week is chosen a check on the database will determine if that weeks
roster has been created or not. If not a user with the correct permissions
can then create it.The rosters are currently written out by hand. It is a labourious task which must have certain numbers of staff working each shift for a given day. By
creating a web application automating the checking process and making the
roster available online and by email will make life easier for all staff
involved.

View Replies View Related

ASP Web Application

i am trying to install my ASP web application to my client side server, but 1 thing i am worry is they my stole my source code to sell-over or they might modify my source code... how those software house which develop ASP web application they gonna avoid this?I know Microsoft have a program that can encrypt & encode ASP files and run properly in IIS.... But to bad... i also found the Decode program too
So what is the safety way to deploy my application to client without any worries?
Some might ask me go for .NEt, in this momment not yet toward .NET.

View Replies View Related

Application Uses

I am Geting the Error "Application uses a value of the wrong type for the current operation in one of my asp pages"
VB Method

oCMD.Parameters.Append oCMD.CreateParameter("@CustNo", adDecimal, adParamInput, 9, intCustNo)
oCMD.Parameters("@CustNo").Precision = 9
oCMD.Parameters("@CustNo").NumericScale = 0

For adDecimal Data Type Should i have to set Length as 5 instead of 9.
Is this causing the above or something else ?

View Replies View Related

ASP Application

I am trying to develop an ASP.net application
using Visual Studio .Net 2003. When I attempt to create
the project, it gives me an error stating that the IIS on
my hosting server may not be compatible and the active
directory cannot find the web server. The server is
running Windows 2000, IE 5.5. Is there some sort of
patch I can download to allow me to create ASP projects
on that server? Or something I should install?

View Replies View Related

Fax Application

I am trying to set up a fax ASP web (or vb 6) application and I want to use the FaxComEx.dll library that comes with winXP fax services. But I cant find documentation about this library.

I found something in msdn but it is very dificult to watch the logic that appeared. It's very confusing. Is there something else that can I rely to learn how to make a fax application?

View Replies View Related

Need An Application

I have a client that wants to have ticket system on their web site where people could order a ticket online and after they send their payment to paypal they would be redirected back to the web site and have a unique ticket that they would be able to print out the ticket but they cant be the same ticket to prevent people from printing out the same tickets. Is this possible? Is there a program?

View Replies View Related

ASP Application On PDA

My web application i need to view it on the palm. Backend is SQl and front end is ASP
How do i make it work on the PALm

View Replies View Related

Asp Application

create a user subdirectorie with a webpage that he o0r she can fill with there own logo and with some text,perhaps a link but just one page.That page must automaticly come up in a link page so people can see his page.

Thing I want to have is a way that our customers, that dont want to pay for a a bigger website,can have just one page on our website in there own subdir.

I see lot's of free csm style websites but that's to time consuming for people that want just a simple page with just there logo an advertising and some info.

View Replies View Related

Web Application

I am developing a web application that will allow user 3 trials to login with the correct password and user name.

View Replies View Related

An Application

I am building a web reservation system for a hotel. I'm working in the hotel as a manager as well. Hotel has 18 rooms and 4 Suites. Now it is my first time with such application. I planned to use ASP and Access DB. Can anyone give me ideas of basics. How to start and what an application should look alike. This is nonpaid project so i cannot actually go somewhere else except looking into forums and i can find anything.

Functionality will be, for user, gives dates, no of people and search, select room and pay. backend will be process payment(i have one processor), store it in db and generate email for the reception. Managing will be set availability, review availabity and set prices individually for the room. how the database should look alike and what will be the search criteria.

View Replies View Related

Web Application

I need to build a web application based on user's rights (roles) web interface where each user has his/her own web page depending on their user role.It is a web application that is based totally the user needs Could you please give me some insite on where to begin.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved