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 Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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.
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.
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
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?
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.
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.
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 ?
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?
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?
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?
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.
Web Application
I am developing a web application that will allow user 3 trials to login with the correct password and user name.
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.
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.
Session And Application
You are required to create an online tracking system for the Webmaster which should show the current online status of all the users currently logged on to your site with the following details about every user: SessionId Current Page requested Time of request Browser used for making the request If a user remains inactive for 10 minutes, then it should be assumed he is not online. You are not supposed to use any permanent storage features.
ASP Email Application
I need to create an online email application which will receive and send emails from given accounts using ASP. I am aware that I can use ASP components such as ASPEmail or ASPSmartMail to send messages, but have no idea how to receive emails. I read somewhere that CDONTS may help, but my provider has disabled these on his server.
About Excel.Application
When I use the Excel.Application object in window 2000 Advanced Server, I have the following issue '------------------------------------------get excel template file 'create excel application Set xlApp = server.CreateObject("Excel.Application") 'open excel file Set xlbook = xlApp.Workbooks.Open(targetFile) xlApp.Workbooks.Open(targetFile) will create a shortcut under the C: etc. So when I open as many as files, the shortcuts under c: are so many. How could I avoid create the the shortcuts under c:????
Web Application Security
you know when you have a browser based application (written in ASP or whatever), which uses a database, how can you ensure that the username and password of the database is secured? My ASP application has got a file containing all the information you need to connect to the SQL database, if anyone happens to get hold of that file on the Web server then he'll be able to do anything he wants.is there a safer way to handle this?
Scheduling Application
I am creating a scheduling application like that of what Mcdonalds' uses.The screen shows which cars are in need of services in which they were entered into the system. The application will refresh and show the mechanics, which car arrived first for an oil service. Does anyone have any demos, samples, or examples of something like this? This is my first full-fledged ASP application and I need some help getting started.
Problem Using Application
I'm having some problems running this command: Code: For Each strKey In Application.Contents Application.Contents.Remove(strKey) Next It throws the following error: Quote: Microsoft VBScript runtime error '800a01b6'Object doesn't support this property or method: 'Application.Contents.Remove' /processweb/html/cpr/includes/functions.asp, line 18 I think the server I'm using is running ASP V2 (ie I can't use Application.Contents.RemoveAll()).
Application Secure
Here's what I/m doing to sanitize/validate/secure my input. 1. The front end checks what kind of data is entered. 2. I am using parameterized query instead of concatenated strings (Against XSS) 3. I am replacing symbols like <,>,# etc with their appropriate entity number eg. & #32; without the space. (Agains SQL Injection)
Starting Up A VB Application
I want to execute a VB application from a ASP page (not .Net). Want I want to do is that I write some parameters to a database and then start the external application that will pickup these parameters and run in the background. I looked for a sample but I can't find any.
Call Application
How can I execute a console application (smsbr-con.exe) in the server from asp, insert the parameter (-c, -m, -n, etc.) and get a returned values.
Application Object
Im trying to detect multiple logins... Im using a application object in my global.asa, for some reason it doesnt seem to work. here is my code <script language="vbscript" runat="server"> Sub Session_OnStart Session("LoggedIn")=0 End Sub sub Application_OnStart() Application("Logged")=1 End sub </script> In my pages if i print the Application("Logged") value, it does not show....
Web Application Security
I have to allow access for administrators to sections of my website which contain sensitive data. Ther is a link on the homepage called "Admin Login". They are asked for a PIN number which is a randon four letter four number combo and if they get that correct then have to enter their personal username and password. The text field inputs are cleaned before being used to make up dynamic SQL by replacing all apostrophes with the below function function clean(clean_this) clean=trim(replace(clean_this,"'","''")) end function Is this all safe....I am slightly uneasy about having the login on the website and it could be hidden in a special link only given to admins - but this is the same mechanism that ebay and amazon etc rely on to let people log in....
ASP Error In Application Log
Where do I go to fix this? Application Event Log 6/16/2004 4:22 ERROR - ASP.NET 1.1.4322.0 - 80004005/ Application Event Log 6/16/2004 4:23 ERROR - ASP.NET 1.1.4322.0 - aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.
Setting Up An ASP Application
I have not used ASP before. Are there cookbook instructions for how to set up an asp directory structure. It is not clear to me how I must mark directories (virtual or physical), so they will all be considered to be part of the same application.
Webpage/db Application
I'm going to make a website that has some logic to it. It runs an algorithm on an excel spreadsheet. The excel spreadsheet is NOT on the server with the website though, but is on the users computer. Right now I'm thinking of either using dotNetRemoting in some way or somehow make it into a webservice. With a webservice, maybe they can have an executable file of some sort which they double click and it calls my webservice. I'm learning about this as I go. If I edit my webservice algorithm, will these propagate to the user? Do they need to compile something is what I'm asking.
Application Question
I am working in c#. With Studio I have created a dll. I want to make use of the form in that dll in a html file. Presumably I would need a few c# script lines in the html file. Could someone please tell me how to do this? If this is not the right newsgroup
Application Vars
I have an application that uses SQL extensively. However some of what it uses SQL for (the results) are fairly static and change in the database very rarely. Would it be more efficient to store this information in application variables rather than doing SQL queries each time? Its a pretty heavily utilized application. Would application variables be able to handle the traffic?
Error In ASP Application
I just inherited two ASP applications from someone here at work. ASP is not my strong suit One of them seems to work fine, but the other one gives this error when I first set it up. The error is: Microsoft OLE DB Provider for ODBC Driverserror '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. /mary/technet/scripts/sched/phonesa.asp, line 34 The code that it references is here: SQLStmt = "UPDATE inout SET inout.yesterday = Date(), inout.inorout = 0 " SQLStmt = SQLStmt & "WHERE (inout.yesterday)<> #" & myDate & "#" Set RS = Connection.Execute(SQLStmt) if CheckRS(RS) Then set RS = Nothing End If The database is an old version of Access and I do not have Access installed on the server, but the other application works and it is in Access too. I don't understand the issue,
ASP Application Variables
I am using IIS 6.0 and am trying to use application variables to track uasge. They work fine as long as there is an active client but about 20 minutes after the last activity they are reset to the default values declared in the global.asa file.
ASP Reporting Application
I have a need to develop a reporting application that has static and parameterized reports that I want my users to be able to access and retrieve through a web interface. I'm trying to find out the standard/preferred way of displaying reports. My original thought process pointed me towards generating xml files for the static reports and having standard xsl files to display them. How should I build the form-submitted report requests using asp? Should I generate xml from asp and have standard xsls for displaying them? Or should I iterate through the result recordsets and just build html with response.write? Essentially I'm just looking for a high level summary of how ASP reporting applications should be developed, and I feel confident that I could go from there.
Installing A Web Application
How can I set up an install package to offer the SA to choose the install folder? I am using VS to create a MSI install file.
Asp Application Security
I'm working on an app SQL2k / ASP Classic, the quick and dirty is there is a "worklist" of items for users to fix items so that the bill can be payed, and there are also a series of reports. All items are grouped into 1 of 12 categories. Users are members of one of those 12 groups (categories). A users worklist can be "filtered" by an admin based on location, bill amount, first letter of payee's last name etc. Individual report access is also limited based on user rights. So.. how to maintain user security. A couple of ideas.. When a user logs in.. put a bunch of stuff into session variables that I can then access as needed. Second idea is to put just the logged in userID into a session variable, and then call an SP or a function to check security as needed. Third idea is to load up an array on login, stuff it on the session, call a function on the page(s) as needed to check for appropriate rights Last.. stuff some security info into a user specific Application var, and call that as needed.. and then kill it on logout Thanks for reading.. any thoughts on which may work better? Or a better solution perhaps?
Application Hangups
Has anyone any experience with asp pages causing application pool hangups? If so can anyone please tell me what type of applications would be causing these? for example was your experience related to queries or file uploads, etc.
Application In Global.asa?
Does Anybody know why the routine bellow is decreasing on session_onend event? In my index.asp I have this statements: ...
Application Security
I have a database driven website with a backend area for content management. My admin area is secured in a very simple way: My username and password are stored in an SSInclude file. I enter my username and password in a form, and if the they are correct, an ‘administrator’ session is true, giving me access to the backend pages. If the admin session is false, you are redirected to the login when you try to access any of the backend pages. With my limited knowledge, this seems quite secure. The username and password are in an asp file so they can’t be downloaded and the source can’t be viewed. I also thought this would be better than putting them in the database as someone could guess the path and download it, or try SQL injection. Limited knowledge is the key phrase though! Am I missing something important and leaving myself wide open to trouble?
Back End Application
Is it possible to create back end application (in any language) i.e. continueously tracks when user access particular URL (for example url contains one form and user is filling form) and whats he typing in the form. Ofcourse, application would be installed on user machine.Please keep in mind that we don't have any control on website like its hosted by somewhere.
Troubleshooting An Application
Can anyone suggest a good way to check an ASP application for sloppy code, unclosed data conections, etc? I have been given a large application with many dozens of scripts. I would like to know if it is effecting server perfomance. There are no individual scripts that I can identify with problems, but I am concerned that sloppy coding will cause problems when the application starts to get more users.
Securing A Web Application
Developed a web application which adopts a custom security model which displays a login page and requests a username/password combination. The username works in a mixed-mode of usernames matched with the windows login name and some extra accounts (similar to SQL mixed-mode security). Web application is executed both in the corporate intranet and externally on the web. Getting user complaints about having to login to the web application when they have already logged-on to windows. I have coded a challenge/response (response.status=401) to get a user's window login through the ServerVariables. This seems to work OK for the intranet access. If the user's windows account is not located in the application database then I redirect to the standard login page for the username/password combination. When the application is executed across the internet through a firewall, the user is prompted by IE to enter the windows domain, username, and password. There seems to be no mechanism to avoid this because of the challenge/response code. I wish that with external access from the internet that users are automatically directed to the application login screen and not faced with the IE windows authentication dialog. Anyone care to offer a solution?
CMS Sample Application
I need some sample Applications or project trough which i want to acquire some knowledge. right now i have to develop CMS Project. So, I need sample CMS type application.
Web Application Failing
I have an application which calls 2 database stored procedures in SQL Server. The first stored procedure takes about 20 minutes to execute. The second stored procedure runs in a split second.The application works fine on my machine. However, when I deploy it to another server (Server 2003) and run the application, a few minutes after the first stored procedure starts, the browser redirects to a "Page not found" error page on Internet Explorer. According to SQL Profiler, the stored procedure continues to run to completion, and the next stored procedure also runs. I looked into the httperr error logs. The error I am getting is: “1 connection_dropped defaultapplicationpool”.Does anyone know what the heck is going on and what configuration changes I need to make to the server to get around this problem?
Application.Lock
I am working on a redesign of an old site and have come across a situation where I will need to use Application variables. Recently I have heard that using Application.Lock() and Application.Unlock() on a Windows 2000 server offers no real benefit.Here's my question: Is what I just said true? If so, is there a performance hit when using the Lock and Unlock methods on a Windows 2000 server?
Migrating ASP Application
what all things to be taken care while migrating asp applications which is currently running under WIndows NT , IIS to Windows 2003 IIS.
Chat Application
I have made a chat application and used Application("") global objects to send the messages Now, I want to add the private messaging feature to it Let us say there are 10 users at one time so that one user can click on 9 users and private chat with them. How can I maintain or separate this private messaging?
|