开发者_如何学Cheres my ASP: sql=\"select * from empPac where empIdent=\'\" & empIdent & \"\' and catalogIdent=\" & catItem
In the middle of converting our Intranet from a Windows 2000/IIS 4 box to a Windows 2008/IIS 7 box.Just doing a straight conversion for now, with an eye on redeveloping some apps in C#.NET in the futu
I have a classic ASP application I want to run on my website (IIS7). This site contains an .mdb database file. I have enabled windows authentication and disable anonymous under authentication. I want
I\'m trying to do a simple AJAX call to an ASP page, that resets session variables and posts a little message back on completion. I\'m doing this purely to learn AJAX.
When working on a classic asp file in Visual Studio 2010, html is pickup up as being collapsible. I\'d like to be able开发者_C百科 my own regions within normal asp.
I just took over access website and I am trying to figure out why when i try to update a record in one table, it provides me with this message.
I have a very old application that I\'m working on and the style sheet has server code mixed in it. For example:
We are upgrading our intranet web server from a Windows Server 2000, IIS 4 environment to Windows Server 2008, IIS 7 environment.As part of the upgrade, I\'m modifying a classic ASP application to mak
I need to implement Compression Gzip in the below xml request <% pXML=Server.URLencode(XML_Request)
My db access code is like following: set recordset = Server.CReateObject(\"ADODB.Recordset\") set cmd1= Server.CreateObject(\"ADODB.Command\")