I have a Classic ASP page that made an LDAP call to our Domain Controllers to find out the group membership of the logged on user. Since our Network Admin demoted the two old Windows Server 2003 Domai
This line: set Response = nothing Fails with the error \"Microsoft VBScript runtime开发者_JS百科error \'800a01b6\'
I\'ve been working on this script for the last week or so and i\'m having major problems trying to understand why it\'s not working right.
I\'m new to ASP (new job uses a windows server and I\'ve only used Linux before) and I\'m building a \'log\' that stores it\'s data into XML files. I\'ve got it reading the XML out perfectly but now I
I am using the following regular expression to validate e-mails, but it allows empty strings as well, how can I 开发者_开发百科change it to prevent it:
In a server-side Classic ASP file, let\'s say you receive a Request string containing malicious javascript like, \"alert(\'HACKED\');\"
I have a website that\'s in Classic ASP on a hosted server. I\'d like to be able to create some \"virtual\" pages so I can开发者_StackOverflow specify google-friendly URLs that translate to ASPs
I\'m having a problem executing a command from a command line through an ASP script using the wscript.shell object.
How can I create a layout with a set of checkboxes evenly distributed into columns at the top of a page? I\'m using jQuery and clas开发者_Python百科sic ASP.Use this CSS and HTML:
I have two separate websites on the same server.One site is a forum (written in ASP Classic) where users may post information in various sections and threads etc.The other website (written in ASP.NET