|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
SMTPsvg.Mailer error
Mike H -
27 Jan 2007 8:13 PM - 4 messages
I'm using a block of ASP to allow a user to send a form via e-mail. However, someone keeps sending me spam through this form and they're using a bogus return address. I'm testing for a ...
Doubt ASP.net vs classic ASP
Paulo -
27 Jan 2007 1:36 PM - 5 messages
Hi... I have tryed my best to understand the asp.net, but the visual of asp.net pages are the most complicated, because on asp we have total control over the layout the page, on the asp.net for example we have a lot of ...
Selecting Random Records
John Fairhurst -
27 Jan 2007 9:51 AM - 4 messages
Hi, The following code should select the specified number of records randomly from the database <% .... query = "SELECT [Titles.Index] FROM [Titles]" Set RS = Server.CreateObject("ADODB.Recordset") ' Response.Write query RS.Open query, objConn, 1, 2, 1 ...
multi-language user interface for an asp page
c676228 -
27 Jan 2007 1:16 AM - 7 messages
Hi all, I have a good question for you. Our company would like to display Chinese(either simplifiled or traditional version) for all field labels on any asp page, but customers can enter text/data in English with any fields. ...
Request object, ASP 0105 (0x80004005) An array index is out of range.
steve_jackson -
26 Jan 2007 8:57 PM - 5 messages
I get this error, when I am trying to update a table in an Access DB through our intranet. Here is the section of code that is generating the error: FormItemID = Request.Form("FID") StoreNo = Request.Form("STNO") OrderQty = Request.Form("OQTY") ...
letter be is inserted into numbers as digit group separator
aa -
26 Jan 2007 1:57 PM - 20 messages
when I ourput data from Access, numbers bigger than 999 are shown with letter "B" inserted into the 4th position left to the coma. (in my w2k regional settings I have the decimal dot separator set to "." and digit ...
Forcining An ASP page to expire
Sam -
26 Jan 2007 1:51 PM - 2 messages
HI - I have the following asp page and no matter what I try every time I exit this page and click the back button the page remains in cache. Any suggestions? thanks <% Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" ...
http 500: server error
ben -
26 Jan 2007 8:31 AM - 2 messages
Hi, i have an application running ASP code and ASP.NET together. It worked fine before i installed IE 7. The application has Windows Integrated authentification set in IIS 5.1 (windows xp prof). Now, with version 7 of IE, the aspx pages work as usual, but the asp pages ...
ASP POST perfomance problem
Georgy Malyshev -
25 Jan 2007 5:34 PM - 3 messages
Hello, All! I have a simplistic ASP application, only default.asp file without any scripts just HTML to say "Hello world!". It is running under IIS 5.1 on XP SP2 machine. I also have some simplistic ISAPI extension DLL as reference point for my performance measurements. ...
Find length of field from database table
SSG -
25 Jan 2007 7:47 AM - 3 messages
In my database table , I have field to store the text,.. I am tryinf to find the length of the filed in ASP like below response.write len(rs("cname1")) It is displaying the value , when the data in the field is nonzero, it ...
Common Web Site Header
KittyHawk -
24 Jan 2007 7:22 PM - 3 messages
I have a simple question that I would like some opinions on regarding common web site headers. I have several web sites (IIS 6), spread across different physical machines that have the same web site header. They are currently a ...
user details not saved in session object..
Rea -
24 Jan 2007 3:27 PM - 3 messages
Hello eb Does this make sense to you?? After user is authenticated (windows authentication) and granted access to first page of (asp) application, he is not being redirected to the following page as it should.. Instead it looks like an endless loop between these two pages is generated. ...
Displaying questions grouped into categories and subcategories
Drew -
24 Jan 2007 1:55 PM - 5 messages
I posted this to the asp.db group, but it doesn't look like there is much activity on there, also I noticed that there are a bunch of posts on here pertaining to database and asp. Sorry for cross-posting. ...
SELECT statement pulls field names - how to avoid?
Billy -
24 Jan 2007 12:44 AM - 4 messages
I do a SELECT * from table command in an ASP page to build a text file out on our server, but the export is not to allow a field name rows of records. The first thing I get is a row with all the field names. Why ...
Select (dropdown) list and set value based on table column
mcauliffe -
23 Jan 2007 7:47 PM - 8 messages
I have an old application ( pre-VB5) that I need to add a select/option list to. This is an edit program so the values for the form will be retrieved from a database. How do I set the value of the dropdown with the value from ...
what kind of code problem will cause dllhost.exe taking 100% cpu
c676228 -
23 Jan 2007 5:33 PM - 9 messages
Hi everyone, Did you ever experience dllhost.exe taking 100% cpu and cause the server not responding? The thing I can think of is infinite loop in code cause deadlock which I tested on my computer. If this issue occurs occurs quite often on a ...
Getting error "Failed to access IIS metabase."
Joe Rattz -
23 Jan 2007 3:59 PM - 2 messages
I am getting the "Failed to access IIS metabase." error message trying to hit an ASP.NET 2.0 application on my development box. I installed things in the natural order. I can't recall if I installed IIS ...
textfile - write to beginning of file?
btopenworld -
23 Jan 2007 3:58 PM - 17 messages
Hi - question from a relative asp novice I have written to text files in the past, but always appending new data to the end of the text file. I now want to add the new data to the beginning of ...
upload a word file to html format
sweet -
23 Jan 2007 3:00 PM - 2 messages
can anybody help me out?what i need to do is -- upload a .doc file to an html format so that the formatted text is not changed.can someone plz provide me with the asp code for this? ...
Help accessing an XML document from a URL
TheDude5B -
23 Jan 2007 2:36 PM - 2 messages
Hi, I have the following code which accesses an XML document and then displays the document using XSL. ----------------------------------------------------------------------------------------------------------------------- Dim xmlDocument Dim xslDocument Dim path Dim XSLTemplate Dim proc Dim nodes set xmlDocument=CreateObject("MSXML2.FreeThreadedDOMDocument") xmlDocument.async="false" xmlDocument.load(Server.MapPath("test.xml")) ...
Error message from ASP.NET 2.0
Horst Wutscher -
23 Jan 2007 1:47 PM - 2 messages
Hello, I hope somebody can help me! I get an error message from ASP.NET 2.0 if i want open one report from SQL Server 2005 - Reporting Services over the url, for example: http://severname/reportserver/department/report-test ...
Will sessionID be empty if a session expired
c676228 -
22 Jan 2007 11:51 PM - 9 messages
Hi all I have a question for an ASP page. Usually I have some sort of session variables in my asp program and I use them to check if I need to display "your session is expired and please start over( a link page people can start overagain if ...
ASP Session Variables
Victor -
22 Jan 2007 11:35 PM - 7 messages
I've got a website that displays the same whether it is accessed using www. or not. ex: [link] and [link] give me exactly the same website (both represent the top subdomain). ...
recordset data getting truncted during response.write
cbtechlists -
22 Jan 2007 8:55 PM - 5 messages
I have an ASP app that we've moved from a Windows 2000 to a Windows 2003 server (sql server 2000 to sql server 2005). The job runs fine on the old servers. Part of the app takes a recordset and response.writes out comma ...
Image Resizing with ASP
vunet.us -
22 Jan 2007 7:05 PM - 3 messages
I have been using Imager Resizer ([link]) DLL component to handle all my image resizing on server side and delivering a custom-size image to the clients. This component does not always work ...
How to Run ASP File Daily?
vunet.us -
22 Jan 2007 4:37 PM - 4 messages
I am hosting a website on Windows 2003 server, IS6, MS SQL Server. I have one ASP file I would like to run daily. How can I do it if I do not have acces to OS's management (to use, for example, task scheduler) ...
SP Command Error
Mangler -
22 Jan 2007 4:16 PM - 3 messages
I a running a SP and calling it through ASP. I keep getting this error: Parameter object is improperly defined. Inconsistent or incomplete information was provided. I think I have the format of the date wrong somewhere. Can someone ...
Date Calculation
colleen1980@gmail.com -
22 Jan 2007 3:06 PM - 5 messages
Hi: Can any one please tell me how to i calculate the next month starting day and next month ending date. For example if this is january then i need the next month that is february starting day and february ...
Redirection problem with dyndns.org, IIS 6.0 and ASP.NET
mwfolz -
22 Jan 2007 2:28 PM - 1 message
Hello! For testing reasons, I am hosting an ASP.NET 2.0 based website on my local MS Windows Server 2003. Let's say, the application name would be "foo", so I am publishing the site with VS2005 to my local address: ...
If then statement
cmt -
22 Jan 2007 1:38 PM - 4 messages
I am trying to display an image link based on the day of the week. My code gets the days for today, yesterday, and tomorrow and also today's hour. Note: function returns 1 if image link should work function returns 0 if image link should be disabled ...
CDO.Message and attachments
ThatsIT.com.au -
22 Jan 2007 9:47 AM - 1 message
I have a asp page that sends a excel price list to customers, this worked fine untill now, but now when i sent one to myself it arrives as a dat file. Does any one know why, and how to fix it, is it a problem with my emailk ...
CMS Navigation in ASP
Abs -
22 Jan 2007 12:42 AM - 3 messages
Hello, i've built a simple CMS app but i was wondering how to implement a tree like (or drop down) navigation system using classic ASP. Any assistance appreciated. Abs ...
|
|||||||||||||||||||||||