have you tried response.write sql ?? possible solution http://stackoverflow.com/questions/2062058/debugging-with-response-write-in-classic-asp [Non-text...
12450
Rob Hudson
caveatrob
May 30, 2012 2:14 am
It's a setting in IIS that controls what error page is shown when you have an error. Check on the default 500-100 page in the IIS node for your project. You...
12451
Lynn MacFarland
lhmacfarland
May 30, 2012 1:57 pm
When working locally, an easy way to get around this - open the file, copy/delete all and type "hello, world". Save. Open web page. Now remove that line and...
12452
yshopper
Mar 14, 2013 8:57 am
Before I post, what is typically needed to resolve problems? Do I post the code from the page? Links to the website? Thanks, John...
12453
Shawn K. Hall
shawn_ra
Mar 14, 2013 9:03 am
Hi, John, ... Anything relevant to the specific situation. * Code ALWAYS helps. * Which version of ASP you're using (if you know), and the language (ASP...
12454
John Moss
yshopper
Mar 16, 2013 8:10 am
Thanks Shawn. I'll post the problems one at a time :) ... [Non-text portions of this message have been removed]...
12455
John Moss
yshopper
Mar 16, 2013 8:10 am
This is not a real ASP question, but it's a problem with ASP pages. I am using <!--#include virtual="page link" --> for a header file. On one page it's working...
12456
Scooby Doo
jerry_dowdy
Mar 16, 2013 2:31 pm
Check the page doctype meta tag Sent from my iPad ... [Non-text portions of this message have been removed]...
12457
Lynn MacFarland
lhmacfarland
Mar 16, 2013 3:36 pm
If the css folder is using images with relative addresses - the address will not be correct in subfolders if the image folder is up one. If your link to the...
12458
yshopper
Mar 18, 2013 8:08 pm
I am using this in a include header file and it works fine. When I move it to a page it throws a Server 500 error. Am I correct in thinking if it's in the...
12459
John Moss
yshopper
Mar 18, 2013 8:09 pm
Awesome! Thanks so much Lynn. I should have realized that was the problem. ... [Non-text portions of this message have been removed]...
12460
John Moss
yshopper
Mar 18, 2013 8:09 pm
The doc type is the same for both files. They use the same include header.htm file. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " ...
12461
David Smart
smartware_co...
Mar 18, 2013 8:23 pm
... What does it show when you use it? ... Please show the code that works and the code that doesn't. Regards, Dave S ... From: "yshopper" <mossj555@...>...
12462
John Moss
yshopper
Mar 18, 2013 9:59 pm
code that works (on this page, http://www.aallnet.org/chapter/coall/index.asp) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " ...
12463
David Smart
smartware_co...
Mar 18, 2013 10:45 pm
What I'm seeing in the post would not work, as the #include's are commented out. However, I assume they were not commented out when you posted the code....
12464
John Moss
yshopper
Mar 19, 2013 5:25 am
David, The header.htm file, or at this point header.asp file contains the banner image and site-wide navigation. I found the script for the date modified file...
12465
David Smart
smartware_co...
Mar 19, 2013 11:07 am
To ask the question yet again ... your web page shows a modified time down to the second. Is this the date/time of the module or of the included file? Regards,...
12466
David Smart
smartware_co...
Mar 19, 2013 11:19 am
... Please show us the code that actually gives the error. The code you quoted in the message as index2.asp does not contain the code, it simply includes ...
12467
John Moss
yshopper
Mar 22, 2013 8:27 am
I just edited the page, so it's the time the page was last edited, not the included file and not the module. So I guess I answered my own question. Even if the...
12468
Merritt, Bruce
bpm9648
Mar 22, 2013 3:22 pm
Won't the document.lastModified property give the same results? http://www.w3schools.com/jsref/prop_doc_lastmodified.asp Bruce ... From:...
12469
yshopper
Apr 4, 2013 11:29 pm
I've been searching for a blog that will run on Classic ASP with an Access DB as the backend. I've found a few, but they all seem to use a SQL or MYSql DB,...
12470
Shawn K. Hall
shawn_ra
Apr 4, 2013 11:43 pm
... Tip: Don't do it. Access is a really bad format for this for several reasons, but the most important involve it's scalability, file format, lack of common ...
12471
John Moss
yshopper
Apr 5, 2013 6:09 pm
Shawn, That's currently not an option. The site is not really hosted, but merely a site within http://www.aallnet.org. Our chapter, CoALL, Colorado Association...
12472
Rob Hudson
caveatrob
Apr 5, 2013 7:17 pm
Get WordPress hosting and point a subdomain of your site to it. So if you're on blah.com, you can make blog.blah.com. All the blah.com people have to do is...
12473
Maria L Gaycheck
ffffff_rabbit
Apr 6, 2013 2:32 pm
Here is a great code ... You put this code on your index.html page .... and use the iframe to pull into any website. Here is the example: Host that doesn't...
12474
John Moss
yshopper
Apr 9, 2013 7:17 pm
Rob, Thanks for that suggestion, but AALL does not allow subdomains. I may end up looking for a new hosting service. John ... [Non-text portions of this...
12475
Maria L Gaycheck
ffffff_rabbit
Apr 9, 2013 9:19 pm
The subdomain or domain you put into the <IFRAME> can be on any server, located anywhere in the world, and it doesn't have to be on the same server. Hell I'll...
12476
Rob Hudson
caveatrob
Apr 10, 2013 6:25 pm
Yeah, I would. I don't like to answer questions with "change your provider," but the effort you're expending to make things work with a huge mess of a system...
12477
Shawn K. Hall
shawn_ra
Apr 10, 2013 6:26 pm
... The wordpress.com idea is a good one. As far as your provider not "allowing" subdomains - that's really none of their business. If your domain is...
12478
John Moss
yshopper
Apr 15, 2013 5:10 pm
The hosting is free from AALL and to change would need the consensus of the organization. That's something we're working on. ... [Non-text portions of this...