473,671 Members | 2,473 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
8
2,487
thread by: Dica | last post Oct 4 '05 by: Jeff Cochran
i've got a client that wants to be able to review records about IIS generated emails. in his own words, he wants the "ability to track and report message status (i.e. how many messages were sent successfully, how many were blocked, how many bounced back with an incorrect address)" i'd start by adding a new row containing the email...
4
1,507
thread by: Arpan | last post Oct 4 '05 by: Jeff Cochran
How do I assign an alias to the mandatory "From" parameter while sending mails using CDONTS? The "From" parameter usually takes the following form: <% Dim objMail Set objMail=Server.CreateObject("CDONTS.NEWMAIL") objMail.From="jack@mailserver.com" objMail.To="greg@mailserver.com" ........
9
1,453
thread by: BaWork | last post Oct 4 '05 by: Bob Barrows [MVP]
I'm using the following code to calculate order amount in a payment form for Authorize.net: (Assume book_copies = 1 and ship_country = United States) book_copies = request ("book_copies") product_price = 16.95 If ship_country = "United States" then ship_amount = 3.99
3
9,530
thread by: viet | last post Oct 4 '05 by: viet
X-No-Archive: yes I got this error -2147467259 (0x80004005) on my simple ASP file name test.asp <% Response.write "Hello, world." %> The same code will work if it is ASPX files. Any ideas?
3
1,559
thread by: abcd | last post Oct 4 '05 by: Bob Barrows [MVP]
How do I run asp page from another asp page I have page1.asp and page2.asp I want to call page2.asp from page1.asp and get some results. any idea
4
1,668
thread by: Bryan Tang | last post Oct 4 '05 by: Ray Costanzo [MVP]
I built an ASP to search the content in index server. It is ok if search in English. Whenever I search in Chinese, I will got the following error message, CreateRecordset ?u?~ '80004005' £gLak?u¢DXao?u?~ /search/query.asp, |C203
3
1,157
thread by: milindsj | last post Oct 4 '05 by: Tim Slattery
Hello all, I am new to cookies. I have a problem using cookies. I want to set a cookie in on domain say www.eq.com and then retrive it in another domain say test.eq.com. How do I do this? I am facing problems for the same as i receive null valus in test.eq.com for the cookie assigned in www.eq.com. Thanks in advance.
3
1,128
thread by: Tim Meagher | last post Oct 4 '05 by: Ray Costanzo [MVP]
Any reason why? Thank you, Tim
0
1,366
thread by: abcd | last post Oct 4 '05 by: abcd
I am writing a VB component. I want to make a request to hello.asp page from VB component. I am using Scriptinc Context for that. How can I make a request so that I can get a response back from my asp page... So far I have written only these lines... Dim ASPsc As ScriptingContext Set ASPsc = ASP_Scripting_Context
0
1,549
thread by: vanisathish | last post Oct 4 '05 by: vanisathish
Hi All, I am running IIS5.1. I am invoking an ASP page in ther server continously from the HTML Page, to update some contents of the html page. The ASP page seem to run from the cache sometimes(Not Always). I tried to give the following header to my ASP file. Response.Expires = 0 Response.AddHeader "pragma","no-cache" Response.AddHeader...
1
4,139
thread by: Tim Meagher | last post Oct 4 '05 by: Bob Barrows [MVP]
I am running ASP code that was migrated from a Windows 2000 Server to a Windows 2003 server. For some reason the connection timeout or command timeout are getting ignored and my query time sout after 30 seconds. My connection times are set as follows in an include file: Dim objDBConnection Set objDBConnection =...
4
10,125
thread by: Laurence Neville | last post Oct 4 '05 by: Bob Barrows [MVP]
I have just set up an ASP-based site to a new Windows 2003 SP1 server with IIS 6.0. Before now the site has run under IIS 5.0 on Windows 2000. Every time an ASP page is opened, IE shows the error: "Cannot find server or DNS Error". All static page types open fine (HTM, GIF etc) The confusing thing is - I have allowed Active Server Pages...
2
5,911
thread by: mal hit | last post Oct 4 '05 by: Bob Barrows [MVP]
We developed an ASP.NET application on Windows 2000/SQL Server 2000/IIS 5.0. Recently, we moved the SQL Server 2000 database to Windows 2003. Now, we are unable to connect to the database (on Windows 2003 Standard Ed.) via ASP.NET code on Windows 2000 Standard Ed. The error we get is: SQL Server does not exist or access denied. The SQL...
4
9,899
thread by: karenmiddleol | last post Oct 4 '05 by: Ray Costanzo [MVP]
I have the following form the user enters the From and to period and presses the Submit button and the form fields are cleared once the submit button is pressed. Is there a way I can keep the Form fields visible and not cleared. Also when I display the message I want the original form cleared in a different version of this page how can I...
2
2,090
thread by: karenmiddleol | last post Oct 4 '05 by: karenmiddleol
The following code works fine I can connect to a SQL database and list all the records in the Orders table onto a web page. Now our users want me to modify it so that each row displayed as a button or a hyperlink for Modify, Delete and also they want the data displayed not in a HTML table as I am doing but like in a form they want the...
3
1,399
thread by: Paul Bergson | last post Oct 4 '05 by: Alex
I have a basic asp page running that is very slow it has to crunch some info and when a user hits submit it can take a minute or more for a response. So what I did was call a second page that should show a gif that is asking them to be patient. Unfortunately this never shows (See below). I have tried other ways as well, but I have been...
3
5,951
thread by: MikeR | last post Oct 4 '05 by: MikeR
When I use the following, the RS.recordcount is -1. I also can't do a RS.moveprevious. What have I overlooked? Thanks, Mike dbname="DBQ=" & Server.MapPath("../db/my.mdb") set Conn=server.createobject("adodb.connection") Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & dbname sql = "SELECT * FROM Zips Where zipcode = '"&...
0
999
thread by: Jon Pope | last post Oct 3 '05 by: Jon Pope
I'm taking over an existing project. My task is to take the existing project and move it from a 2K server to a 2K3 box. I *really* don't want to have to install VSS on this target 2K3 server just to get VSS integration for any future work. I've looked online, and this is the best article I've read regarding how to perform the integration of...
3
6,380
thread by: MyndPhlyp | last post Oct 3 '05 by: MyndPhlyp
There has to be a simple method for un-encoding output from Server.URLEncode or Server.HTMLEncode using server-side VBScript but I just can't find it. I'd appreciate it very much if some sharp individual here would shove me in the right direction.
0
6,382
thread by: victorlee905 | last post Oct 3 '05 by: victorlee905
My current project is to migrate ASP to ASP.NET. Our asp page is being referenced by other web application. Therefore, I keep the asp file extension but set the server to associate asp with .net framework. Here is the code in error in asp page 1. Line 1: <% if session("level") > 1 then %> Line 2: <font...
1
1,287
thread by: German.Net | last post Oct 3 '05 by: Ray Costanzo [MVP]
Does anybody knows how to change it? Instead of ASPSESSIONIDQARCQQSC I want to change to "ASPSERVER1" for example... Thanks!
0
1,741
thread by: Angelke | last post Oct 3 '05 by: Angelke
Hi all I am making a website for my brother in asp and it uses quite a lot of database connections. The problem is after a while (few days recently) the server load gets to 100% and the site becomes unaccessible. I adjusted the code and made sure evry recordset I open, gets closed again and that evry connection I open gets closed aswell....
0
1,152
thread by: Astra | last post Oct 3 '05 by: Astra
Hi Guys Wondered if you could help me. I've done this template site that I'm using for about 6 or 7 different people and I'm finding it a real pain to carefully update each site with all of the relevant pages, pics, css, etc every time I do an update to my template. I can't do a bulk upload to each site and overwrite everything because...
2
1,659
thread by: Stephanie | last post Oct 3 '05 by: Steven Burn
I am working in about 4 different languages these days, and my command of ASP is lessening. I *thought* that string equality was case insensitive. If I had sType = "MARK" and later If sType = "Mark" I would have expected that to return true. I am enhancing a page written by
1
396
thread by: zac123 | last post Oct 3 '05 by: MyndPhlyp
Thanks Patrice -- zac123 ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.