Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12330 - 12359 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12330
I am going to build an home server in our little coop located in Minneapolis, MN. I am open to suggestions. I know that some of you are not exactly techies,...
Rhea
rgaycheck
Offline Send Email
Oct 10, 2007
4:30 am
12331
I have a section of our intranet that I have removed anonymous access so I can grab the visitors network username. I have done this because some visitors have...
Soren
sorenwinslow
Offline Send Email
Oct 12, 2007
4:22 pm
12332
Hi Soren, ... Change this line: xmlHTTP.open "GET", "http://example.com/", false To this: xmlHTTP.open "GET", "http://example.com/", false, "username", "pass" ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Oct 13, 2007
1:15 pm
12333
Hi Rhea, ... ...has plenty of memory and processor speed left over, I'd recommend you use Virtual Machines for your "server." http://microsoft.com/virtualpc ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Oct 13, 2007
1:27 pm
12334
Thanks a lot! That works great! Just have to remember to change the password in the code when I change my network password. Soren "Shawn K. Hall"...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Oct 15, 2007
4:52 pm
12335
I am not sure if this is the place to ask this question but I have no were else to go - recently IE will not open any local asp pages. It will open pages from...
Adina
elladir
Offline Send Email
Oct 16, 2007
3:18 pm
12336
... ASP pages are NEVER processed directly. They have to go through the IIS ASP Engine, which means they have to be processed by a server. You might try...
Shawn K. Hall
shawn_ra
Online Now Send Email
Oct 16, 2007
10:49 pm
12337
Hello All: I am trying to create a report, but not sure how to go about doing it. I am not sure which ASP.Net control will do what I want and how to only show...
The Mills
mothernature...
Offline Send Email
Oct 17, 2007
3:03 pm
12338
Hi Everyone, Im a bit stuck on something here. I need to write a page on a site that will select a comma delimited .csv or .txt file from the users hard drive...
Andy AKA Stix
mrstix_au
Offline Send Email
Oct 27, 2007
10:11 am
12339
I have a form on my page that captures information and is then sent to an access database. One field is a text field...and I need some way of capturing the...
Adina
elladir
Offline Send Email
Oct 31, 2007
2:44 am
12340
Hi everyone I think I am missing something obvious but I cannot see it this query SELECT tblASINRequests.fldASIN, Format(fldTimeStamp,"yyyy-mm") AS period, ...
Stuart Steele
stuartdsteele
Offline Send Email
Nov 13, 2007
11:36 am
12341
You mention that when you run it in access, it gives you a couple of prompts?. So, when you run it in ASP, I presume the error is the same: it's expecting...
Chris Hagwood
chris_hagwood
Offline Send Email
Nov 13, 2007
11:41 am
12342
All of a sudden it came to light, the access query does not mind "quotes" but across the odbc its preference is 'apostrophes' clarity is a wonderful thing? ...
Stuart Steele
stuartdsteele
Offline Send Email
Nov 13, 2007
12:31 pm
12343
Hi folks I'm running of an IIS6 dedicated server, and I think there might be something off here When I go to http://www.hagshama.org.il/tu-bishvat I get an...
Moshe Tapnack
tapnack
Offline Send Email
Nov 25, 2007
2:25 pm
12344
Hi Moshe, ... Here's what happens on the server when you request that page: GET http://www.hagshama.org.il/tu-bishvat --> 301 Moved Permanently GET...
Shawn K. Hall
shawn_ra
Online Now Send Email
Nov 25, 2007
4:44 pm
12345
Thanks Shawn This is quite interesting - and very basic - I am surprised I haven't seen it until now. The funny thing is that on all shared hosts I have used,...
Moshe Tapnack
tapnack
Offline Send Email
Nov 25, 2007
8:04 pm
12346
Hi Moshe, ... My pleasure. ... Your shared hosts probably had error handling disabled, or used a custom error page that spit the same content out regardless of...
Shawn K. Hall
shawn_ra
Online Now Send Email
Nov 26, 2007
3:55 am
12347
... No really. Actually, it's here: http://12pointdesign.com/advice/url_canonicalization.asp -Shawn...
Shawn K. Hall
shawn_ra
Online Now Send Email
Nov 26, 2007
3:59 am
12348
... Thanks again Shawn Off I go... ... From: Shawn K. Hall ... No really. Actually, it's here: http://12pointdesign.com/advice/url_canonicalization.asp -Shawn ...
Moshe Tapnack
tapnack
Offline Send Email
Nov 26, 2007
10:06 pm
12349
I am having troubles with my website when accessing mysql. I am using classic ASP and have been using ASP with MySQL for years. this is new to me. I just...
Scott McDonald
voxecho
Offline Send Email
Dec 19, 2007
2:31 pm
12350
IS there a limiti set on the mysql for concurrent connections are you busy and reaching this limit. a tentative reboot on both servers might help too? STuart ...
Stuart Steele
stuartdsteele
Offline Send Email
Dec 20, 2007
9:22 pm
12351
no, I checked the connections, and it's set high enough that it shouldn't be an issue (I can't recall off hand the setting) one thing I did find is that the...
Scott McDonald
voxecho
Offline Send Email
Dec 20, 2007
9:29 pm
12352
Hi Scott, ... I saw something like this on one of my servers a couple months ago after an IIS update. It was being triggered because the specific user only had...
Shawn K. Hall
shawn_ra
Online Now Send Email
Dec 20, 2007
10:13 pm
12353
excellent thought. I will have to look at the IIS account. I do know that there are not multiple connection requests on a single page, but there may be several...
Scott McDonald
voxecho
Offline Send Email
Dec 20, 2007
10:18 pm
12354
Anyone using or plan on using Visual Studio 2008? I just found out Microsoft has dropped support for code syntax coloring of classic ASP pages (VBScript). What...
Matías Niño Lis...
man95002
Online Now Send Email
Jan 12, 2008
1:45 am
12355
Hello, Is it possible to create and save a file with asp? For example, could I create a form and save the results as a new file somewhere for me? Thanks, Pam...
Pam
pamspen1
Online Now Send Email
Jan 12, 2008
9:03 am
12356
Yes it is possible. You will need a directory on your server somewhere that has write permissions for the IUSR user. Do a google search on FileSystemObject ...
mark wills
markrobertwills
Offline Send Email
Jan 12, 2008
10:08 am
12357
Thanks Mark. Knowing what you are looking for is often half (or more) the battle. That gives me a good place to start. Pam ... ght;padding-right:.5em;}...
Pam
pamspen1
Online Now Send Email
Jan 13, 2008
6:55 am
12358
Hi, I need help with filling large data (3000+) in DDLB . Is it possible ? I guess, a drop-down will not work with this large number of options. Well, the...
monikajethi
Offline Send Email
Jan 23, 2008
3:27 am
12359
Google has a lot of links to resources that cover this in ASP.Classic, did you try there? http://www.google.co.uk/search?hl=en&q=type+ahead+list+in+ASP&meta= ...
Powderhill, Dan
danaspelite
Offline Send Email
Jan 23, 2008
9:01 am
Messages 12330 - 12359 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help