> We have an ASP 3 site that we host that is bombing out and we need to get > to the log files and or find out what the errors are. > > Do any of you all l know the error logs are kept? This IIS logs I saw just > have the request info and no errors. > > Or would it best to turn on error messages?
It's been a while since I've worked with "classic" ASP, but I don't think there's any real error logging on by default. You have to write an error handler to capture this information, and configure IIS to use that handler for 500 errors. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348575 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

