Active Server Pages
Monday, March 14, 2011
Wondering why you can’t do wildcard host header binding in IIS7? I was too, and I dound this great article on wildcard host header binding and subdomains in IIS7 at Dirk.net In short, you need a dedicated IP address for the site if you want to do it. With the shortage of IP addresses, it’s probably not likely for a small Web site. The post also references this forum thread on IIS.net on the topic, with a pretty lame response from someone at Microsoft. Here’s to it being added in the future!
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Tuesday, October 26, 2010
This article explains how to increase the allowable file upload size in IIS7 . Why it’s so low is odd to me!
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 10/26/10 at 11:33 AM
Active Server Pages •
Windows •
(0)
Comments •
Permalink
Wednesday, September 22, 2010
If you have a 64-bit Windows server like Windows 2008 Server and you want to use aspSmartUpload, you need to realize that aspSmartUpload is a 32-bit application. This post talks about using aspSmartUpload on a 64-bit server .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 09/22/10 at 10:42 AM
Active Server Pages •
Windows •
Windows Software •
(0)
Comments •
Permalink
Wednesday, August 25, 2010
This is a great article on applying single sign-on to your application using Active Server Pages.
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 08/25/10 at 04:00 AM
Active Server Pages •
Web Development •
Windows •
(0)
Comments •
Permalink
Friday, March 20, 2009
Another forum thread on LDAP authentication in ASP .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 03/20/09 at 04:00 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
Thursday, March 19, 2009
4 Guys from Rolla talk about Querying an LDAP Server using Active Directory and ADO .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 03/19/09 at 04:00 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
Wednesday, March 18, 2009
This article discusses authenticating Web users transparently against NTLM with ASP and ADSI .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 03/18/09 at 04:00 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
Tuesday, March 17, 2009
All about the ASP Session Object from the people at W3Schools.
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 03/17/09 at 04:00 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
Monday, March 16, 2009
This discussion thread is on making an LDAP query in ASP, and also has references to ColdFusion.
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 03/16/09 at 04:00 AM
Active Server Pages •
ColdFusion •
Web Development •
(0)
Comments •
Permalink
Friday, March 13, 2009
aspSmartUpload is a popular control for uploading files with an ASP script. Sadly, it is no longer developed or supported by its creator, but they do refer to it as part of their legacy .
There are plenty of sites out there with information on aspSmartUpload which I have found useful. This site has the aspSmartUpload download executable . You can read the aspSmartUpload documentation here, as well as this aspSmartUpload FAQ .
aspSmartUpload lives on!
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 03/13/09 at 04:00 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
Wednesday, January 21, 2009
This forum thread discusses LDAP authentication using a login Web form .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 01/21/09 at 04:00 AM
Active Server Pages •
Web-based Services •
(0)
Comments •
Permalink
Monday, January 19, 2009
I had a potential request to use LDAP authentication, Lotus Domino and ASP . I never did implement it, and in general would not be looking forward to, but this article talks about such an integration .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Thursday, January 15, 2009
This code example is helpful in setting up an ASP script to authenticate to Active Directory/LDAP and confirm a user is a member of a group .
Did you enjoy reading this? You are welcome to subscribe to sourcegate by RSS feed or by email .
Posted by Mike Maddaloni on 01/15/09 at 04:00 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
Friday, April 11, 2008
Use ASPSmartUpload for Web file upload .
Posted by Mike Maddaloni on 04/11/08 at 08:15 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink
This is a free ASP script for file upload without a component . I have not tried it yet, but it’s worth a try, especially on a Web server without such a component.
Posted by Mike Maddaloni on 04/11/08 at 07:49 AM
Active Server Pages •
Web Development •
(0)
Comments •
Permalink