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,...
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...
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 ...
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...
... 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...
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...
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...
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...
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, ...
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...
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? ...
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...
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,...
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...
... Thanks again Shawn Off I go... ... From: Shawn K. Hall ... No really. Actually, it's here: http://12pointdesign.com/advice/url_canonicalization.asp -Shawn ...
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...
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 ...
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...
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...
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...
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...
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...
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 ...
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;}...
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...
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= ...