|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
ASP Programmer
mcp6453 -
15 Sep 2006 9:27 PM - 3 messages
Our little company has a web site education course that was coded in ASP, has Flash streaming video, and uses a SQL Server 2000 database. Our programmer is not going to be able to continue and put the finishing wraps on the project. Therefore, we're looking for someone who can ...
VBScript Runtime error (with no line number)
Adrienne Boswell -
15 Sep 2006 4:48 PM - 10 messages
I am getting this error: Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'sid' /beta/files/index.asp There is no line number, and there is absolutely nothing on that page using sid, and I mean not even a word, or even part of a word, in that ...
Force a file download from ASP Page
JP SIngh -
15 Sep 2006 3:35 PM - 2 messages
Hi All We have a page which we want to allow our users to download files. Can someone point to peice of code that we can use to force the download as opposed to opening the files in the browser. ...
Server.HTMLEncode with UTF-8
Marco Miltenburg -
15 Sep 2006 7:53 AM - 2 messages
While working on some multilingual code I found a rather strange thing happening with Server.HTMLEncode. While loading different languages I change the Codepage and Charset in ASP to reflect the language. This all works fine. However when I tried ...
Crystal Web ASP hangs on W2003 server, but had worked before.
pmkconsulting -
14 Sep 2006 8:15 PM - 2 messages
Hello, I am using an asp script that uses rptserver.asp to display some reports over http. It worked fine previously but now the webpages with the report display just hang. I tried switching from the activex viewer to java viewer and still the same. I don't know what changed, except I ...
Impact of enabling Sessions on IIS 5.0
Evan Nelson -
14 Sep 2006 5:28 PM - 2 messages
We are running our website on 3 W2K servers using classic ASP and IIS 5.0. Because the servers are load balanced we don't use the ASP Session object instead we store session type information to the database. Since we don't ...
How to install ASP.NET Web Application on SBS2003 server
Tony Girgenti -
14 Sep 2006 4:03 PM - 2 messages
Hello. I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. When i go to client site, if they have their own SBS2003 SP1 server with ...
End of life cycle for ASP 3.0?
dw -
14 Sep 2006 3:14 PM - 3 messages
Hi. We're migrating our apps to ASP.NET 2.0 and wondered if there's a page that outlines the life-cycle for classic ASP. Is it going to be removed at some point from IIS? Thanks. ...
ASP Based Online Shopping Cart For Clothing Website !
lovely_angel_for_you -
14 Sep 2006 8:48 AM - 3 messages
Hi, I am looking for an ASP based online shopping cart for my upcoming clothing website. Of all the features it should have 2 main features as in Size and Color. It should allow me to specify the available sizes ...
Open recordset worked on Windows 2000 server not on new 2003
kifaro -
14 Sep 2006 12:08 AM - 3 messages
Hi I am opening recordsets in my asp page with the following command: rs.open mysql,cn,3,3 on occasion it isn't working and I have to do: set rs=cn.execute(mysql) Any clue why?? Regards, Aaron ...
How to break up binaryWrite file into multiple chunks
Katie -
13 Sep 2006 2:03 PM - 13 messages
Hi, I am doing a binaryWrite to allow users to download files. The problem occurs if the file is too big. Some of the files i have are close to 100 megs. I read on msdn that if the data is greater than 4MB it is ...
How to transmit a fax of an ASP web page, from that page?
Caryn Graves -
13 Sep 2006 12:49 AM - 4 messages
Hello. So I've got this web page written in ASP, which has some text and graphics, and I need to add a feature to the page whereby a user could select from among a list of fax numbers, and send a fax of the page to the chosen ...
Call subroutine by variable value
gabba -
12 Sep 2006 4:35 PM - 6 messages
Hi, is it possible to call a subroutine (or a function) using variable name? Sub a() Response.write("sub a") End sub Sub b() Response.write("sub b") End sub Sub c() Response.write("sub c") ...
error ASP 0113 script timeout~~~~~~ help~~~
george -
12 Sep 2006 3:38 AM - 2 messages
Hi all, here's my index.asp file. I don't know where has gone wrong. can't run properly, just showing error ASP 0113 Script timeout <!--#include file="head.asp"--> <!-- begin masthead --> ...
asp generate HTML
ash -
12 Sep 2006 2:40 AM - 7 messages
i have a web page using frameset split into few pages. And I want to generate one page of HTML code and send it through email. My question is have to generate a HTML page using asp? Thx very much. ...
files
Kevin Raleigh -
12 Sep 2006 12:37 AM - 6 messages
I would like to capture the data from a textarea box and save it to a file. Can you advise? Kevin ...
How to compare a variable against an sql bit field
Mirovk -
11 Sep 2006 11:52 PM - 3 messages
I am having problems making a comparison into my asp program when I compare against a bit field. the sintaxis used was: if (rs_cu("bt_nac") <> 1) then ....... I made the query using the query analyzer and saw that the field value ...
Procedure or function RecordTxn has too many arguments specified
c676228 -
11 Sep 2006 10:32 PM - 3 messages
Hi everyone, I have a sql store procedure which accept three parameters and for the first time I call this store procedure, it seems fine, but when I call it second time in the program with the same code, it seems it memorizes the old three ...
do you have your own regEXp to validate your string
c676228 -
11 Sep 2006 9:53 PM - 4 messages
Hi everyone, I just realized that it's so important to validate each string, I mean 'each' before you insert data from asp page into database. I guess some customers just copy data from some electronic document and paste into ...
how can I find what value is in my variable?
Middletree -
11 Sep 2006 8:20 PM - 4 messages
At first glance, the question in the subject line seems way too easy. But I am finding some situations in my app where the value in a variable is some sort of blank-like value, such as Null or " " or "", but I cannot tell ...
Call exe / permission issue
Eric -
11 Sep 2006 3:57 PM - 2 messages
I have an exe (VB) that basically performs updating and table inserts. Currently, a user would simply double click the exe to execute. Now I want to call this from ASP. When I do so, my log file (which is ...
Connecting to a msaccess project database adp
paulcis -
11 Sep 2006 3:14 PM - 3 messages
I am trying to link to a microsoft adp file using ASP does anyone know how to (in general terms) create a connection string to access the data base thanks paul ...
GetTickCount
Don Miller -
11 Sep 2006 2:26 PM - 3 messages
Can I call GetTickCount straight from ASP? If so how do I do it? Thanks. Don ...
SENDING EMAIL WITHOUT SMTP SERVER INSTALLED ON LOCAL MACHINE
in da club -
11 Sep 2006 10:26 AM - 3 messages
I want to send email without Smtp Server. We have a Imail Server installed on our web server which requires Smtp server is not working on it. When i disable Smtp Server on the local machine Cdo Emails is not being sent ? how ...
How to Detect the trusted site and add it via scripting?
Kam -
11 Sep 2006 2:16 AM - 3 messages
I am using SQL Server 2000 Analysis services and Office Web Components to display the information. when the user first time access the web site, he/she did to add it into the trusted site list, Otherwise, the user is required to ignore some warming ...
Breakpoints in vs 2005 when using asp
John -
10 Sep 2006 7:32 AM - 2 messages
Hi My asp.net app uses some pure asp pages as part of the asp.net app. During debugging of pure asp I have set breakpoints in pure asp code but the problem is no breakpoint occurs on these points during execution. How can I ...
asp with membership/login
John -
10 Sep 2006 6:47 AM - 2 messages
Hi Is it possible to use asp.net membership/login control with pure asp i.e. user logs in using login control and then asp can use it somehow? Is there a code example somewhere? Thanks Regards ...
Session Variables Question
Michaelk -
10 Sep 2006 6:44 AM - 3 messages
Can somebody tell me how many Session variables would be considered exessive, and when they start really affect the server speed. For example on 20-30 asp pages I need to use about 200-300 session variables and 5 arrays by 1000 elements 50 characters long each. ...
|
|||||||||||||||||||||||