Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score (0x800A0415) Expected literal constant
unixnewsboy - 14 Jan 2006 7:49 PM - 3 messages
For the life of me I can't see what is going wrong here... Why am i getting the above error <% 'DataBase const DSN_NAME    = "ORADBA" const DSN_SERV    = "localhost" const DSN_UID     = "ORADBA" ...
Score Write Byte Array Values
DaveS - 14 Jan 2006 2:36 AM - 4 messages
Hi!  I am returning a byte array from a function and wish to print out the values of the array.  However, I get Microsoft VBScript runtime error '800a000d' Type mismatch Here is the gist of the code: <% ...
Score Page encoding ASP - RSS
Mettá - 13 Jan 2006 8:33 PM - 1 message
I am getting an error in my attempt to run RSS feeds via ASP Error... encoded as "utf-8", but your server is reporting "US-ASCII" I've tried windows-1251 but do not seem to be able to change the output from ...
Score page size in print page
nikou_70 - 13 Jan 2006 8:31 PM - 3 messages
I write a page in HTML ,user can print it I want to fix page size in print page set up to (legal) that doesn't need user every time change option how I can do this. ...
Score Microsoft.XMLDOM ASP XML parsing
B - 13 Jan 2006 8:06 PM - 10 messages
I have an XML string <?xml version="1.0" encoding="UTF-8"?> <SSOUser><Status>FAIL</Status><Message>Unable to find session id of 1137018716939</Message></SSOUser> ...
Score DOM memory disposal question
Lee - 13 Jan 2006 3:40 PM - 2 messages
Hi there, Not sure if this is the most relevent newsgroup so please redirect me if needed. I just have a general query regarding how memory disposal works in relation to the DOM object model.  Take a look at the pseudo code below. ...
Score Error instantiating a COM+ proxy
Griff - 13 Jan 2006 1:01 PM - 13 messages
I have a two tier system. I've created a COM+ package on the data tier (Win2003) and exported it as a COM+proxy (v 1.0 compliant) and installed this onto a Win2000 web application. I've created a simple VB6 application that I run on the web tier to call a ...
Score Play time! CHECK IT OUT NOW! FREE!!!
Daddy - 13 Jan 2006 12:57 PM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P><A href="[link]">[link] ...
Score Cannot build a string containing the < character
Giganews - 13 Jan 2006 10:15 AM - 4 messages
I'm facing a crazy problem: <% spc = "<abcd" response.write spc %> will not work, spc is empty. When I replace <abcd with ab<cd, then spc contains only ab. Where do I make the mistake ? ...
Score How to change NTFS Permissions programmitcally
Firas Assaad - 13 Jan 2006 7:55 AM - 7 messages
I programmed a web application that will let members to register and reserve space for them on my web using a folder they choose. Every thing went well until i tried to test it on the WebServer it gave me "Access Denied" Error. ...
Score How do I set my local copy of IIS so that I can view my ASP pages?
John - 13 Jan 2006 3:36 AM - 6 messages
One of the things I've never figured out is how to view an ASP page on my own computer. I always have to upload it to the server, then view the page over the Internet. I assume there's a way to do this, and hopefully, I won't feel as much ...
Score How do I set my local copy of IIS so that I can view my ASP pages?
John - 13 Jan 2006 3:28 AM - 2 messages
One of the things I've never figured out is how to view an ASP page on my own computer. I always have to upload it to the server, then view the page over the Internet. I assume there's a way to do this, and hopefully, I won't feel as much ...
Score Close browser window.
MichaelK - 13 Jan 2006 12:25 AM - 8 messages
What's the best way to close current window silently after finished a process. I'm using the the javascritpt window.close() or top.window.close(), but it fires a confirmation window. Just want to close it without any confirmation, seems I done it before, but ...
Score Calling external sub
Marcel - 12 Jan 2006 10:37 PM - 3 messages
Im wanting to call  a sub funvtion on another page from vbs that is <SCRIPT LANGUAGE=vbscript RUNAT=Server>         sql="exec SomeStoredProc"         call DoConnection(sql) ...
Score Can't open a new Web Project in VB.net 2003
Billallan_98272 - 12 Jan 2006 10:34 PM - 3 messages
XP Pro w/ Service pack 2 VB.net 2003 INstalled prerequisites, VB.net, MSDN library. Tried to create a new Web Application. I get an error message that states A connection with the server could not be established. I've clicked on Help and none of the paths has corrected my ...
Score How to delete or rename a File System Website Solution?
Lulu - 12 Jan 2006 7:35 PM - 2 messages
What is the easiest way to 1) delete a File System Website Solution and 2) rename a File System Website solution? I noticed when I create the ASP.NET Web Site (via File System location option) that I get one directly with my code (.aspx etc files). but the ...
Score ASP Code Help
Brian Piotrowski - 12 Jan 2006 7:04 PM - 5 messages
Hi All, I'm wondering if a fresh set of eyes can help me with this program.  In my program, it queries an iSeries database to retrieve a code and count for a series of records.  When I run the code in ASP with an entered date, I get a ...
Score Server.ScriptTimeout
IMRAN SAROIA - 12 Jan 2006 6:16 PM - 4 messages
I want to make Server.ScriptTimeout to infinity and tried to set to 0 but it does not work. Can you please give more ideas? Thanks Yuba, CA ...
Score Script timed out, error ASP 0113???
www.MessageMazes.com - 12 Jan 2006 3:54 PM - 12 messages
I sometimes get this error after about 60 seconds of "waiting for mazes.com" (but when the page works, it usually loads in less than 12 seconds). but if I click refresh, I usually get the page. There is a very remote chance that there might be a loop causing this ...
Score anonymous user account name
Tom - 12 Jan 2006 2:29 PM - 3 messages
I often have permission problems when I move my pages unto different servers. It would be very handy if I could programmatically determine the anonymous user account name from my asp page. How can this be done since it is not in the request header for anonymous ...
Score Trouble with sitemap and roles in ASP2
chris.rust - 12 Jan 2006 10:17 AM - 2 messages
Has anyone else had any trouble setting up a sitemap view to be filtered by roles? We've put a cust role provider in place, and we can verify that it's only being called once for each connection, and is returning the ...
Score Certificates for SSL
Bais - 12 Jan 2006 9:50 AM - 1 message
I'm building an asp (not .NET - can't switch) application and I'm using pocketsoap to access a web service. However I need SSL for this web service in the production enviroment. When I switch to SSL, I get a ...
Score Another basic sql
Jeff - 11 Jan 2006 11:57 PM - 6 messages
ok. using access and asp, can someone tell me why i would be getting this error? script set admin4 = conn.execute("select count(username) as cnt3 from members2 where username not in (select top 16 username from members2 order by ...
Score How to save a recordset as XML without the namespace attributes?
ferd - 11 Jan 2006 11:34 PM - 4 messages
Hello, I want to query an access database in ASP (classic) and save the results as an XML file that I can use as a Data Island in Internet Explorer - I have the recordset, I can save it as XML, but there's a ...
Score asp calendar help
Risikio - 11 Jan 2006 8:04 PM - 3 messages
Not sure if I am in the right forum/area. I am looking for some help with writing an .asp code. I was given an .asp code for an editable calendar, that I think was downloaded from one of those free code websites. I am new to .asp ...
Score HELP !!! Request.QueryString not working in ASP..
BrutusBuckeye - 11 Jan 2006 6:51 PM - 4 messages
First let me warn everyone that I am a MAC rookie so hear goes.. I have written a web app which works great on MS Internet Explorer. Unfortunately I need this to also work on the Safari browser. I am receiving errors when I try to reference form variables using the Request.QueryString command ( Request.Form also does not work ). ...
Score Repost: Values of location field gets truncated in a asp table
Jack - 11 Jan 2006 6:15 PM - 13 messages
Since, I have not got some desired advise, I am reposting this for some asnwer/valuable suggestion. Thanks. THE FOLLOWING IS A PART OF CODE FROM A ASP PAGE <%             sql01 = "SELECT COUNT(*) AS reccount FROM Equipmenttbl " ...
Score Posting values in between pages without user input
Avlan - 11 Jan 2006 6:01 PM - 4 messages
Still new with asp, and I feel I haven't yet captured the logic of it completely ;-P I know how to post values to another asp-page through the use of a form and a submit-button, combined with the post or get-method. What I don't ...
Score Values of location field gets truncated in a asp generated table
Jack - 11 Jan 2006 5:08 PM - 5 messages
THE FOLLOWING IS A PART OF CODE FROM A ASP PAGE <%             sql01 = "SELECT COUNT(*) AS reccount FROM Equipmenttbl "             sql01 = sql01 & "WHERE Equipmenttbl.GrantID = " & GrantID ...
Score onunload???
fantum - 11 Jan 2006 3:54 PM - 3 messages
...
Score Using the 'Replace' statement....
David - 11 Jan 2006 12:41 PM - 2 messages
Hello, Quick question. If I have a whole list of text, (Technical Specifications), I understand that I can replace keystrokes with line breaks etc. What if my listing needs to like something like: ------------------- Video Maximum Resolotion           1600x120............ ...
Score Error using XML - MSXML2.FreeThreadedDOMDocument
s_m_b - 11 Jan 2006 12:03 PM - 3 messages
This has me stumped. I've built an RSS reader using Set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") objXML.async = False objXML.setProperty "ServerHTTPRequest", True objXML.Load(BBS&"/yabb.pl?action=rss;feedboard="&board) there are two versions of the RSS feed, identical as far as I can make ...
Score Session Issue
Li Pang - 11 Jan 2006 12:03 PM - 11 messages
Hi, I created a html page from which I give a link to another web site. The new site is opened in a new window. When I opened multiple windows, they all have the same SessionID. I want ot know how to open the windows with different ...
Score ASP 0177 (0x800401F3) error
top - 11 Jan 2006 11:01 AM - 2 messages
someone know if this message "Server object, ASP 0177 (0x800401F3)" occur only on win2k old SP? the explanation  on contentredirect.asp not clear the error occur on CreateObject of  method that write on ATL thank you ...
Score Date Conv
A.Dagostino - 11 Jan 2006 10:24 AM - 2 messages
i have in my page an input text with a date like this "18/10/2005" i need to convert this value to lunch a select on SQL2000 like this "WHERE (dataAssunzione = CONVERT(DATETIME, '2005-10-18 00:00:00', 102))" ...
Score Get MAC address ?
MichaelK - 10 Jan 2006 9:45 PM - 1 message
Is it possible to check the Physical Address of the computer logged on the page in it's format like 00-08-E6-54-E4-9F ? Thanks, Michael ...
Score "rs is nothing" doesn't seem to work
Avlan - 10 Jan 2006 9:04 PM - 5 messages
Hi, I'm pretty new with ASP-coding, but I got a simple login working. I let the user enter a username and password and through a SQL-statement I check if there is a corresponding password in the database (Yes I know, ...
Score set cookies to expire
Gonzosez - 10 Jan 2006 7:44 PM - 3 messages
How can I set my cookies to expire when the the user leaves the site? ...
Score Default Value in textbox not working like expected
Drew - 10 Jan 2006 7:29 PM - 6 messages
I am building an application for inserting and updating one field in a database.  The database is in SQL Server and I am using Classic ASP.  I have a dropdown listbox that is populated with names, when a name is selected it ...
Score Problem with building sql statement to handle single quote in a fi
Jack - 10 Jan 2006 6:43 PM - 5 messages
Hi, I have a asp page where part of the code is as follows. This builds up the sql statement partially.         sql01 = "UPDATE EquipmentTbl SET "         sql01 = sql01 & "SerialNumber = '" & request.form(strSerialNum) & "', " ...
Score permissions problem
Gonzosez - 10 Jan 2006 6:18 PM - 5 messages
I have created an email app with asp. When I try to send I get this message. Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied I know it has something to do with the IUSR & IWAM accounts on the server. ...
Score Cad/cae/cam=>autocad/adobe/artcam/arcgis/catia/lectra/mastercam/ptc/solidworks/xsteel
SoftStore2005 - 10 Jan 2006 4:35 PM - 1 message
Our team provide different types of services such as: - proffessional cracking of any kind of software (CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed for any kind of operating systems(Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) ...
Score this is driving me batty....
mcgavock - 10 Jan 2006 4:11 PM - 2 messages
Ok here is a simple page i put together to add entries into a database....yet its not adding anythign to the database....i cannot see why not....ideas???? I know i'm a n00b at asp and what i got i kinda pieced together from ...
Score Response.Expires=0 not working
Paul - 10 Jan 2006 1:21 AM - 3 messages
I use Response.Expires=0 in asp code. This was working fine in production for some time on a windows 2000 server. In the last month is code is not working any more the page does not expire it has a expiry time of 10 minutes. Could a ...
Score Server.CreateObject("CDONTS.NewMail") Problem
MichaelK - 9 Jan 2006 11:06 PM - 6 messages
What do I need to do to enable CDONTS om my macine to make it working I'm testing the code:     Dim objCDO     Set objCDO = Server.CreateObject("CDONTS.NewMail")     objCDO.To = "x**@xxxxx.com" ...
Score Host Website from WIN2000/XP
JP Bless - 9 Jan 2006 6:49 PM - 11 messages
Hi all, I have a database Access/MSDE and would like to have a website so users can search the data and update some records/fields through the website.... And I have high speed internet connection. Is it possible to setup/host a website ...
Score Book recomendation for Asp.Net2.0
Volker Goehrke - 9 Jan 2006 3:06 PM - 3 messages
Hi, i need a recommendation for good books on Asp.Net 2.0 and best practices in Asp.Net 2.0. I'm a newbie to Asp and Asp.Net 2.0 and need a good introduction. I'm familiar with different languages and web techniques and ...
Score Connecting Accesss to ASP
Des - 9 Jan 2006 9:57 AM - 3 messages
Hi I have created in visual studio 6 an application using access 2000. What I want to do is to put the database and asp on a website. I have been told previously that I would not need to register the access ...
Score How show crystalreport in asp
M_Tarvirdi - 9 Jan 2006 8:23 AM - 1 message
I want to use crystal report for repoting in my site. How can I use crystal report in ASP (not .net)? is there any activex of crystal report to use in asp web env and show report result? thanks Tarvirdi ...
Score Website with Russian text
Roger Withnell - 9 Jan 2006 1:50 AM - 4 messages
I am using ASP, VBScript and MSSQL Server. I do not understand the purpose of the VBS Codepage setting - <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> nor the meta tag - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">.  I ...
Score SessionID by ATL
top - 8 Jan 2006 11:05 AM - 1 message
i read the "developing active server component with ATL" paper. has anyone develop get session id by ATL? i get some error about illegal call of non static member function thank you ...
Score A strange behavior of IE in formatting post data.
Tonio Tanzi - 8 Jan 2006 7:15 AM - 1 message
I have some asp pages with a multipart form (for file uploading), some text inputs and some submit buttons duplicated on the top and bottom of pages. If I insert into a text box a text from Microsoft Word with characters ...
Next »