Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Puzzling Virtual Directory Behavior
Jav - 10 Jun 2006 10:28 PM - 4 messages
V2005, Windows xp Prof, asp.net newbie I am having a devil of a time starting an asp.net app. Here's what I'm doing. 1. Create a Folder (TestSite) in Visual Studio 2005\Projects\WebSites 2. Start iis.  Create Virtual Directory, Alias TestSite, Location: as above ...
Score Components under IIS6
aspee - 10 Jun 2006 8:44 PM - 1 message
I migrated an application from NT4 (IIS4) to 2003 (IIS6). The application only works when the components are registered with regsvr32. One of the webpages doesn't work-- when I fill the form out and hit submit I get "compx error '800af10a' Insufficient memory to perform operation. ...
Score Why is the progress bar there ?
PW - 10 Jun 2006 12:12 PM - 7 messages
I have an ASP which is a form (get), and whenever I run it, even though its just sitting there waiting for input, the progress bar at the bottom of the page starts slowly climbing up.  Why is it doing that ? ...
Score QueryInterface for interface Excel._Application failed.
Stan - 10 Jun 2006 2:54 AM - 3 messages
Hello All: Don;t know if this is the correct group to post this in but here goes. Getting this error when trying to create excel object using Outlook Web Components on our web server. Any help would be appreciated. If this isn't ...
Score Image size
Eugene Anthony - 9 Jun 2006 4:09 PM - 3 messages
I am having a problem with this code. The problem I am facing is that the first image is displayed in its original size. But when I click the next button, the next image not displayed in its original size, but ...
Score Position within page....
Griff - 9 Jun 2006 3:36 PM - 3 messages
Rather a general question... I've just gone to Google and there's a link saying "add world cup live scores..." I clicked on that link and there are a whole lot of boxes containing content that I can pick up and drag around, changing their relative position on the ...
Score JScript objects, events and "this"
danny.dion - 9 Jun 2006 12:38 PM - 3 messages
Hi !  I have a question about JScript : I have an object class wich dynamically creates a control in the page. Then it binds an event to that control, pointing on one of its methods (the object's).  This method, in turn, calls other of its own ...
Score Error when importing a DLL
vermin - 9 Jun 2006 11:20 AM - 2 messages
Good morning. I have received a dll with an encrypting function I have to use in a asp.net page. I can't import it correctly. In classic asp I use the method I want in this way: <%     Set x = Server.CreateObject("BitamEncrypt.clsEncrypt") ...
Score Path of the asp script
Koegel,Markus - 9 Jun 2006 8:55 AM - 6 messages
Hello, how can I find out the path of the ASP I am currently executing? I mean the absolute path like: d:\web\asp\myasp.asp should bring me d:\web\asp. Preferrable in VBScript. Thank you, Markus ...
Score Only English is Allowed
siLver - 9 Jun 2006 8:13 AM - 6 messages
Hi there, I need to create a asp page with fields like FirstName, LastName etc. But this 2 fields only allow the user to enter english characters, no chinese, no jap.. nothing else.. What is there that i must do to disable users from entering character other ...
Score ASP Website - Is 2,464,794,919 Page Faults Excessive?
David Morgan - 8 Jun 2006 11:38 PM - 3 messages
Hi Have 4Gb of RAM and plenty of free disk. Those page faults are for DLLHOST.EXE using ~370Mb RAM.  inetinfo.exe has 403,106,036 page faults at the time of writing and is using ~145Mb RAM. Why so many page faults.  System uptime ~500 hours. ...
Score System generated email...
Ken D. - 8 Jun 2006 9:38 PM - 5 messages
I have an asp page that collects data on referrals.  The user inputs the information and selects the rep to receive the referral.  My data is being saved to a backend database (SQL) and the user is receiving a confirmation ...
Score Shopping Basket / Sessions
Rob Meade - 8 Jun 2006 9:35 PM - 5 messages
Hi all, I need to implement a simplistic shopping basket/checkout thingy... I kinda threw something together, but its not keeping more than one item in the session... I'm basically loading the page, checking to see if there's an "addToBasket" ...
Score ASP FileSystemObject Upload.
Alex - 8 Jun 2006 7:38 PM - 2 messages
I am having issues with a script to upload files from a client to a webserver.  The problem is not with the actual upload but with where it uploads.  The whole process is supposed to create a folder (it does) ...
Score no-cache vs no-store
siddharthkhare - 8 Jun 2006 3:25 PM - 19 messages
Hi All, what is the diference between these two cache control header. no-cache and no-store. I have read the w3.org explanation. So lets say I am using only no-cache ....my understanding is that nothing is cached and nothing is writen to disk. ...
Score AIUTO PLEASE!!!! Current Recordset does not support bookmarks.
riccardo.bertin - 8 Jun 2006 2:36 PM - 2 messages
"Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype." Questo è l'errore che vedo ogni volta che cerco di far ritornare ilr ecordset su una pagina ASP. Ho letto un sacco di post su questo argomento anche le faq di aspfaq.it ...
Score ASP/VBScript engine query
sparky - 8 Jun 2006 2:28 PM - 5 messages
I've been working on an ASP driven website, on a client's web hosting space. One of the project requirements was the ability for the client to be able to upload files through an HTTP form. No problem - I'd done ...
Score Sending email with CDO
Maxelcat - 8 Jun 2006 2:16 PM - 7 messages
Hi - getting very frustrated. I would really appreciate some help here! trying to send email via a form from my website. Have to use .asp and I have been round and round the houses trying to get this to work. ...
Score Sending emails using CDo
Maxelcat - 8 Jun 2006 2:07 PM - 3 messages
HI I am really confused (and getting a bit stressed!!!) I want to send email from a form on the website I am developing. I have to use .asp (the host server doesn't have .net) After many hours I have got as far as this code: ...
Score SSL,IISCache control headers and opening PDFs
siddharthkhare - 8 Jun 2006 1:50 PM - 1 message
Hi all, When I try to open a .pdf file. browser throws a error that pdf file is nt cached. Site has no cache headers applied and SSL is enable. I think this is the reason for that to happen. ...
Score Indentation in ASP page?
Matrix - 8 Jun 2006 1:05 PM - 5 messages
I have been working on ASP page that was written by someone else. There is no indentation at this time and this ASP page has tons of functions, do while loop, if else and for next. It has lots of javascript functions too and it is ...
Score Converting from Access?
Arnold Shore - 8 Jun 2006 11:33 AM - 2 messages
Apologies if this isn't the right newsgroup, but a  friend/client has a conventional ACCESS application that he wants to convert to online/internet/ASP. While I've used Access's export function in the past to generate ASP from ...
Score Using GT and LT in a string
Koegel,Markus - 8 Jun 2006 7:06 AM - 4 messages
Hello, I have to build a string in an asp file for an AD request: strcmd = "<GC://dc=mycompany,dc=com>;(&(objectCategory=User)" & "(samAccountName=" & strUserName & "));distinguishedName;subtree". Then I am executing with objCommand.CommandText = strcmd ...
Score Hi! http://www.ringtones-dir.com/get/ ringtones site free. ringtones site, Free nokia ringtones here
Hi! http://www.ringtones-dir.com/get/ ringtones site free. ringtones site, Free nokia ringtones here - 8 Jun 2006 3:14 AM - 1 message
Hi! [link] ringtones site free. ringtones site, Free nokia ringtones here, Download ringtones FREE. From website . ...
Score forum
Jeff - 7 Jun 2006 7:57 PM - 9 messages
I am in the process of writing my own forum. It is gone fairly well so far. I been searching different forum scripts, both asp and php, and I can't find this answer. How is it scripted to only show a forum post that hasn't been read by the ...
Score ASP form crashing
GabrielESandoval - 7 Jun 2006 6:51 PM - 4 messages
i have a very basic ASP form that sends information into a database i had made a javascript that validates but when i hit submit if their is info missing the javascript window pops up, tell me there missing information then crashes into: ...
Score Window.open destroys my parent session values
harikrishnan.kamalakannan - 7 Jun 2006 3:25 PM - 4 messages
Hi, When a open an asp page from a modal window through window.open, my session values of parent(the screen that invoked the modal window) are lost. Please this is urgent. ...
Score Window.open destroys my parent session values
harikrishnan.kamalakannan - 7 Jun 2006 3:18 PM - 1 message
Hi, When a open an asp page from a modal window through window.open, my session values of parent(the screen that invoked the modal window) are lost. Please this is urgent. ...
Score Is events doable?
CNemo - 7 Jun 2006 2:30 PM - 6 messages
Hi all! I need to write some tracing code for legacy applications. Basically there is the need to trace SQL sent to server from ASP app. Code is very unstructured and dirty, so there is no single point where i can inject this ...
Score Great time in France
Holiday101france - 7 Jun 2006 2:21 PM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Hello</P> <P>I had a fantastic time in France, hope to visit again soon.</P> ...
Score Problem with Application intrinsic object -
Pexi - 7 Jun 2006 11:26 AM - 4 messages
Hi, we have a component developed with VB6 (compiled as a single threaded dll), which we have used as Application level object for several years in classic asp without problems. Yet now, when we are trying to use this same component ...
Score FORM POST TO WINDOW.OPENER (FROM CHILD TO PARENT)
gialby - 7 Jun 2006 8:45 AM - 3 messages
Ciao i have this problem.... i have a main asp page with this code PARENT PAGE <script language="vbScript"> function ricerca() finestra=window.open("ricerca.asp","","width=500,height=500,top=0,left=0,resizable=yes,scrollbars=yes") ...
Score Query
amatuer - 7 Jun 2006 8:29 AM - 7 messages
Microsoft OLE DB Provider for SQL Server error '80040e14' Line 1: Incorrect syntax near '.'. /verslag/MIncSum4.asp, line 9 This is the error i get when running a query.shown below: line 5:sql="SELECT Sum V_Transaksie.Aantal As Total, Sum ...
Score stop long running process
Thomas tang - 7 Jun 2006 7:28 AM - 3 messages
hello everyone, i am an ASP new comer, i have write a simple asp application, which is used to send batch email. the process will running for few hour, it depend on how much email needed to send. however i have a problem in ...
Score GoTo in VBScript?
Ron Hinds - 6 Jun 2006 11:15 PM - 5 messages
Although InterDev syntax highlights GoTo as a keyword, it isn't supported in VBScript. I'm wondering if anyone has a clever workaround for this limitation? TIA! ...
Score Security Login
PW - 6 Jun 2006 10:50 PM - 9 messages
I've added a punlic domain security login page to one of my web applications.  I did this because the number of users has increased to a couple of dozen, and having them all added as users on my machine was ...
Score Error connecting to DB from website
minckle - 6 Jun 2006 10:34 PM - 3 messages
hi, i am trying to get an enquiry form into a database, but i keep getting the following error: Microsoft JET Database Engine (0x80004005) Not a valid file name. The website and database are on different servers. i am using the following connection string: ...
Score File System Object - not deleting file
Lise - 6 Jun 2006 6:59 PM - 4 messages
I am using the File System Object to create server side cookies and part of the Function that I am writing deletes a file but I am getting a permissions denied error on that line of code. I am using Integrated security only on this site but how do I get the ...
Score Really need help ASAP with ASP, looping, inserting from database SP
clinttoris - 6 Jun 2006 6:47 PM - 3 messages
Hello, If someone could help me it would be appreciated as I am not having much luck. I'm struggling with my asp code and have some questions relating to asp and oracle database. First question. I have a web survey that I am working on and have ...
Score OT: dictionary
Sonnich - 6 Jun 2006 2:38 PM - 3 messages
Hi all I am new to ASP, but I have been a programmer for years. The point is, that I know well what to do, but to have to search for words in ASP (vbs/js). The point it, I know the structure and idea of ...
Score Obtaining Local NETBIOS name and OS version?
adamcort - 6 Jun 2006 1:01 PM - 3 messages
I am trying to create a simple page for users to log printer issues on our PS4 Citrix farm. I have created a simple html form and published it on our intranet, the form only asks too questions, Users Department and Problem description. ...
Score McAfee Looking For ASP,COM Professionals
deepapinto@gmail.com - 6 Jun 2006 12:32 PM - 1 message
Hi, McAfee is looking for professionals who are well versed in ASP,COM,MTS,ASP.Net, VB,XML, XSL Revert back at deep***@vaticonsulting.com if interested. Regards, Deepa ...
Score asp.dll architecture
gilad - 6 Jun 2006 12:15 PM - 2 messages
Hi, I would like to know how many threads are there in asp.dll and which is the one that is handling my request. Is that possible ? Thanks, Gilad. ...
Score Select Case Between Value
J-P-W - 6 Jun 2006 10:22 AM - 4 messages
"Stock Value" Could be anything from 0 to a million or so, and might include a decimal (12345.67) I can't find how to do this:     Select Case StockValue         Case 0 To 30000 ...
Score How to Use ActiveX for Client PC using ASP
Prabhat - 6 Jun 2006 7:43 AM - 10 messages
Hi Friends, I have created one ActiveX DLL in VB that has one public function ("GetClientCPUID") which will return a string of the CPUID. I want to use this to get the clients CPUID and retuern to webserver. I am new to using ...
Score log asp script errors to a file
Jason - 6 Jun 2006 5:17 AM - 4 messages
I have a IIS 6.0 server with ASP files.  I am not that familiar with ASP, or IIS.  IIS is set to display informative error messages to the client.  When I get a script error, the first page load displays the error and subsequent ...
Score Getting started
siLver - 6 Jun 2006 3:52 AM - 4 messages
Hi All.. I'm not new to asp (got some knowledge during school days).. but had not reali ever get a asp site done on my own.. Thinking of creating one myself.. Juz a simple one.. with dB.. users able to ...
Score ASP Connection String for Privileged Account
sucaba.r@gmail.com - 5 Jun 2006 8:54 PM - 40 messages
I don't know if this is a unique problem, or I'm going about it the wrong way.  I currently connect to one of our SQL servers via a priviliged account (by using RUNAS).  Works with no problem.  I now ...
Score video on web page
Vrr - 5 Jun 2006 5:46 PM - 6 messages
Hi, i hope you can help me with these problem i have... I have a pc as a web server, i have some asp pages on it and functions perfectly, recently bought a tv card so i can watch tv on my pc and installed ...
Score Form variables missing - tried googling, but still not working
jethro_uk - 5 Jun 2006 3:23 PM - 4 messages
Hi there, I have a bizarre problem with FORM variables in ASP. Scenario using VI6, IE6, Windows2000 server: MyPage.ASP: .. .. .. <FORM method=POST action=Process.ASP id=frmDetails> <INPUT name=txtName id=txtName type=text> <INPUT name=txtAddress id=txtName type=text> ...
Score Enter versus clicking submit button
booner - 5 Jun 2006 1:15 PM - 3 messages
In my form I have a few text fields (three textfields for SSN) and a submit button. <form method="post" target="viewFrame" onsubmit="return onSubmit()"> <input type="submit"        id="submit"        value="Search" ...
Score I can't work it out!
Waldy - 5 Jun 2006 1:12 PM - 11 messages
Hi there,               I am scratching my head over this issue that does not make sense.  Maybe someone here can shed some light on it.  I have two .ASP ...
Score error
amatuer - 5 Jun 2006 12:21 PM - 8 messages
Microsoft VBScript runtime error '800a01ca' Variable uses an Automation type not supported in VBScript /verslag/Present_Rpt_Gen.asp, line 66 any1 knw wat this means? Urgent!Please. ...
Score Automate news seacrh from other websites
royend - 5 Jun 2006 10:23 AM - 4 messages
Hi. Everyday of my life the last year has started by searching through a lot websites in order to find the latest news, and then making a link to that news from my webpage. What I have always dreamt about is some ...
Score Verify digital signature using PSE or CRT file
IgorB - 5 Jun 2006 9:56 AM - 1 message
Hi! Is there a way in ASP to verify digital signature by using one of public keys contained within the application's PSE (Personal Security Environment) file? Or if this is not possible, can it be verified by using the public key ...
Score Hi guys
WALKER - 5 Jun 2006 6:15 AM - 2 messages
Please help.... How to create a basic chat?  --- Posted via [link] ...
Score should i migrate to ASP.net 2
Tony WONG - 4 Jun 2006 5:23 AM - 2 messages
i did programming at ASP.  i just have some knowledge how to add / retrieve records by design some forms and reports. Now the latest version is ASP.net 2.0 should i go to ASP.net 2.0 direct instead of further developing the program ...
Next »