Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score ASP LDAP Query working on localhost but not webserver
MrHelpMe - 15 Sep 2007 4:54 AM - 8 messages
Sorry everyone, NOTE: I have posted this question to another site but unfortunately, am not getting the answers I need only because those helping haven't worked with ASP. I am in desperate need of a fix. I am using classic asp and making a ...
Score A Cookie Error is a Sometimes Thing
Pupkin - 14 Sep 2007 4:56 PM - 3 messages
Hi, I've a script that sets a cookie, but when I visit the page occasionally get this error that goes away when I immediately refresh the page:         "Object doesn't support this property or method:     ...
Score Test CDO Message Send Response
jp2code - 14 Sep 2007 2:39 PM - 4 messages
Does the .Send method return anything from CDOSYS? Ex: Dim result Set oMail = CreateObject("CDO.Message") ' other code result = oMail.Send I've tried searching, but I can't find where anyone says what "Send" returns. An integer, a boolean, a string, or void? ...
Score ASP Host wanted - best are? cheapest are?
Will - 14 Sep 2007 2:01 PM - 5 messages
After a long absence from ASP... We have a couple of ASP projects we will be doing... Please suggest host we should consider... 1 - Best... 2 - Cheapest... 3 - Support... 4 - Telephone accessable... thanks for any help. PS - since we have been gone from ASP for so long... is ASP still a viable ...
Score Timeout Script help needed please.
Bernie - 14 Sep 2007 8:49 AM - 3 messages
Hi I have a page that keeps timing out even after increasing the time.  This page has been working fine before and I am aware that increasing the timeout only serves as a 'bandaid' to fixing the problem and might mask any other ...
Score form </input> validation
jp2code - 13 Sep 2007 4:42 PM - 5 messages
I have several input fields on my form, and the form works; however, Visual Studio is showing errors, and I would like to get rid of them. When the form is submitted, it is redirected back to itself, where it checks ...
Score Connection string - Trusted_Connection=Yes
tony wong - 13 Sep 2007 4:07 PM - 3 messages
My asp application works well when i set up a default user for the asp application. i wish to integrate user with SQL server by using "Trusted_Connection=Yes" it works well within the domain workstations (within LAN) however some workstations (workgroup) are out of the domain, such as remote ...
Score Problem Parsing XML into ASP
ayo991 - 13 Sep 2007 3:38 PM - 4 messages
I am having a problem parsing XML into ASP.  I have the follow XML code from a server that reads   "<?xml version="1.0" encoding="UTF-8" ?> - <ISBNdb server_time="2007-09-13T15:11:08Z"> ...
Score script to open page in new window
jp2code - 13 Sep 2007 3:17 PM - 10 messages
Using JavaScript, I can open a document in a new window like so: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[link]"> <html xmlns="http://www.w3.org/1999/xhtml" > ...
Score GoDaddy script problems, Dave!
jp2code - 13 Sep 2007 3:02 PM - 3 messages
Some time ago, one of the guys on here named Dave gave me a sample script for sending emails using Classic ASP on a website hosted by GoDaddy. GoDaddy includes their gdform.asp for collecting information on a form and ...
Score Not used to ASP
Sonnich Jensen - 13 Sep 2007 12:14 PM - 2 messages
Hi all! I am usually working with PHP, rarely with ASP. I have a book for help, but that does not do much for me. I have an array, like:         redim Preserve ecode(I+1) ...
Score problem sending mail from ASP server
bgs - 13 Sep 2007 8:09 AM - 5 messages
i'm trying to send mail from asp server in two ways, the first uses CDONTS.Newmail: <% Dim objCDOMail Set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.BodyFormat = 1 objCDOMail.Subject="test" objCDOMail.From="***@host.com" objCDOMail.To="***@host.com" ...
Score Specify time?
zz12 - 12 Sep 2007 10:40 PM - 3 messages
Hello.  Would anyone know if there is an easy and clean way of presenting maybe a time control field in html in an .asp page that allows a user to specify a certain time of the day?  Currently using an <input ...
Score MS ACCESS Jet SQL: Update statements that utilize saved queries/dmax
joeyrhyulz - 12 Sep 2007 6:43 PM - 3 messages
Hi, I'm trying to make a very simple update statement (in Oracle) in jet sql that seems much more difficult than it should be. The root of my problem is that I'm trying to update a field on a table ...
Score Configration error.
Joe - 12 Sep 2007 3:37 PM - 2 messages
Dear freinds, i have an web application with a configuration file. and i have share point installed in my system. share point configuration file is available in "c:\inetpub\wwwroot\web.config" my web application configration file is available in "c:\inetpub\wwwroot\sampleApplication\web.config" ...
Score Impersonating user
kedar - 12 Sep 2007 2:43 PM - 2 messages
Hi, I have a asp.net application, which control virtual directory, we want any user to access and we do not want to use windows authentication(we do not want windows authentication dialog) or forms authentication(as we do not ...
Score dynamically saving html files on server
ajaycfd - 11 Sep 2007 11:47 PM - 4 messages
hi all, I need to implement the following functionality in asp. I have got an asp page which renders some html onto the browser.Now instead of rendering the html to the browser i should save that as an html file in server itself. Please advise how i can accomplish this. ...
Score Intranet Site connecting to Active Directory
Richard Lawson - 11 Sep 2007 11:34 PM - 2 messages
We have an intranet site which does not allow for anonymous logins so we hate the NT user name of every visitor passed to us by the system. Is there also away to access Active Directory and find out what network security ...
Score PHP Scripts to run in another directory with IIS
Jammer677 - 11 Sep 2007 11:12 PM - 2 messages
I would like to have PHP for windows run in another directory than c:\inetpub\wwwroot. I have tride changeing parameters in php.ini in my c:\php directory. But nothing changes. When I run the phpinfo() I always get ...
Score passing asp string value to client side javascript
Brendan - 11 Sep 2007 3:14 PM - 7 messages
I have the following asp page in which I need to generate images filenames from asp variables and pass these to the client side javascript that will animate the images. The code below does not work. How do I pass the filenames to the ajvascript. The code below does not ...
Score Connection of ASP and MS ACCESS using file dsn
vinodkus - 10 Sep 2007 9:59 AM - 2 messages
dear sir/madam    Can any one help me how to connect ASP and MS ACCESS using FILE DSN. Thanks in Advance vinod ...
Score convert sql server data to msacess
vinodkus - 10 Sep 2007 6:12 AM - 2 messages
dear sir/madam    How to convert sql server data to ms access. Please help me Thanks in advance ...
Score show data without database installed
vinodkus - 10 Sep 2007 5:38 AM - 2 messages
dear sir/madam   I have a strange problem. I have to show demo presentation in CD. In this presentation record will be show from database. But we dont have to install the database. any body can see the cd and can search the ...
Score Authorize.net
Adrienne Boswell - 9 Sep 2007 8:52 PM - 6 messages
Does anyone know if it is possible to do recurring billing to Authorize.net using ASP Classic.  I have no problem doing one time transactions. ...
Next »