asp

AJAX implementation for ASP and ASP.NET hybrid

A little setup: Our shop has a mixture of different platforms. Almost all of our web development is done in classic ASP. We have a WinForms application in development that is being written using the .NET 3.5 framework. The problem: I am writing a webservice for updating information to this enterprise application. Most of the classes an...

Best scaling methodologies for a highly traffic web application?

We have a new project for a web app that will display banners ads on websites (as a network) and our estimate is for it to handle 20 to 40 billion impressions a month. Our current language is in ASP...but are moving to PHP. Does PHP 5 has its limit with scaling web application? Or, should I have our team invest in picking up JSP? Or, i...

Thread safe caching mechanism (not .NET built in cache) ASPX C#

I need to create an web module, with this module i need to fetch the title of some web site, after i will find that title i need to store that in thread safe caching mechanism and i need to save there the 10 lat fetched titles. Any help please ? ...

Is in-process the only way classic ASP can store session state?

I know it's a simple question, but I can't seem to drag it out of Google noise. I know .NET can use a session state service or a SQL database to back its session state, but I don't know if ASP offers any out-of-process options for storing it. Does it have any, or am I stuck with losing session variables on ASP applications when a load-ba...

Using ASP on ASP.Net site

I have a client that currently has a shopping cart written in ASP that he wants to keep using. We are looking at upgrading the rest of the site to DotNetNuke which is based on ASP.Net. Does anyone have any guidance on how to use asp pages in an asp.net application? IFrames? I did a little ASP just before dotnet came out, so I"m not t...

Good way to demo a classic ASP web site

What is the best way to save data in session variables in a classic web site? I am maintaining a classic web site and want to be able to allow my users to demo all functionality of the site, this means allowing them to delete records. The closet example I have seen so far are the demos of Telerik controls where they are saving the data...

Fraud Prevention Algorithm

We're looking for a good way to stop fraud on our website. We have a site with constant traffic coming in - we have regular access to the normal info (IP, session, cookies etc), plus info that the users have provided. We need to be able to detect duplicate users in real time. Basically, people are coming in pretending to be different pe...

Oracle requests proxy

Hi I would like to monitor all the requests made to remote server. I was thinking to create a local proxy server, make all the requests to my local server and then server connects to remote server. There a millions of other ways to solve this, but currently there is no better solution for an big and old asp site and slow and old develo...

ActiveX doesn't show up in Browser

Hi, i'm trying to put an activeX object on an asp-webpage. it already worked good a week ago, but now the object isn't showing up anymore. already made a little asp testing-project....just an asp-page and a activex control, containing a button and a label. but when i call up the page in the browser, there is only a white area with a lit...

Converting binary file to Base64 string.

Hi, I need to convert uploaded binary files to base64 string format on the fly. I'm using ASP, Vbscript. Using Midori's component for base64 conversion. For small size files (<20K) the performance is okay. But when it exceeds 75 or 100K, its totally lost. Is there any efficient way to convert big binary files (2MB) to base64 string form...

Server.Transfer from ASP to ASP.Net

Here's my scenario: A desktop application posts to a specific ASP page in my web application with XML data. The web application is being re-written to ASP.Net; however, the Url for that specific page can not change (due to the desktop application). My original idea was to simply 'forward' the requests from the classic ASP page to a ne...

How to convert Windows-1255 To UTF-8 in Classic ASP?

How can I convert a windows-1255 string to utf-8 in clssic asp? My database is windows-1255 and i want to transfer my site to utf-8. Thanks and sorry for my English. ...

SQL injection attack on asp registration form pages?

I need to know the process of the SQL injection attack on registration form made by asp or asp.net ? this is a crucial question to me. thank you ...

Help understanding how to build a web service

I have a client who has an ASP shopping cart (classic asp) and a Windows based point of sale system both using their own SQL Server databases. The maker of the Windows point of sale system has a utility that will export the inventory as an XML file and will also retrieve any sales from the shopping cart if it is in their special XML for...

What is the difference between ASP and SaaS models?

I am interested in finding a business model for a software product (iprocurement). However, I got quite confused between ASP (Application Service Provider) and Saas models. What are the differences? Thanks in advance. ...

How do you debug classic ASP?

I have to debug a classic asp site being served by IIS 7 (windows 2008). How can I do this? I have only worked with ASP.NET. ...

Loading bar with classic asp

Hi, is there any chance to show a loading bar while creating something in a loop with classic asp? I thought about some ajax-style loading bar which shows that the page is stil creating something. I tried to do it with session variables which contains status information of the process but on this i found out that asp servers have a qu...

Ajax Control Toolkit TAB Component - Javascript breaks it?

Hello all, I've finally figured out how to make all my millions of tabs (not that many really) wrap properly. Now, I want to fire a server side event whenever someone clicks on a tab. After some thorough Google searching, I thought I had struck pure gold with this: This stuff is in the header of my aspx page: <script type="text/javasc...

ASP Experts - Need help converting this PHP code to ASP

Hi, I am facing some problems converting the PHP SQL insertion code below to ASP, I want to use the same concept in ASP, because it is more flexible, not tied to ASP owned keywords. Wonder if anyone can help ASP newbie here. $table = 'tbluser'; $array = array ( 'name' => $name, 'email' => $email, 'ip' => $remoteIP ...

Reformatting an wysiwyg generated html file

I am reading in what i thought was just basic text from an .html file and i want to display it on a asp.net webpage. I put some css formatting but it doesn't seem to fully work. I got to the bottom of it as the issue is now that i look at what i thought was raw text turns out to be: <SPAN style="FONT-SIZE: 16pt"> <P style="TEXT-ALIG...