Browse by Tags

All TagsASP Classic (RSS)
  • reading Active Directory groups no longer works in IIS7

    This classic ASP code worked in IIS 6, but not in IIS7. It was a great way for me to check an authenticated username against an AD group membership list to give certain options on pages. Does anyone have a suggestion for a replacement (other than hard-coding usernames)? username_found_sw = "N"...
    Posted to Forum by ChrisRh on 07-03-2008, 1:45 PM
  • Re: HTTP 500 error 0x800700aa loading .asp pages

    I am having a nearly identical problem. My classic asp pages work until I use one of the Application, session or server objects, then I get the '8002901d' error as well. Checking Event Viewer / Windows Logs / Application, I have the following entry each time the page is executed "Error:...
    Posted to Forum by dav1_1 on 06-18-2008, 3:48 PM
  • Why isn't IIS 7.0 able to handle .ASP files by default?

    I have recently upgraded my OS from XP PRO sp3 to Vista Ultimate x86. When I was working with XP I could access and work with my .ASP files by default using IIS (I think it was ver. 6,0, in contrast to 7.0 that comes with Vista). But now I get some kind of error, as follows: http://i25.tinypic.com...
    Posted to Forum by Starchild22 on 06-15-2008, 11:33 AM
  • National charset problem use Request.QueryString method on IIS 7

    Hi, I'm a classic ASP developer and my sites running on IIS 6.0 platform. I want move my sites to IIS 7 platform, but i have problem Request.QueryString method. Example; http://localhost/test.asp?message=Adı Soyadı test.asp ------------------------------------------------------------------------...
    Posted to Forum by egemenkaradeniz on 06-11-2008, 7:37 AM
  • Setting Permissions for FSO

    I am running IIS7 on Vista. I am trying to use FileSystemObject to copy a file (i.e. create a new file with the same contents as an old one). I am running on localhost, in a subdirectory which contains both the file I want to copy and the .asp script for copying it. I have gone to the subdirectory in...
    Posted to Forum by Datagnostics on 06-07-2008, 3:51 PM
  • ASP Detailed Error Messages

    Greetings, I've got a IIS7.0 web server on our local network here at my office and I'm using it to learn Server 2008 and IIS7 features along with testing our new company website before we push it live. I was doing some ASP the other day and noticed I could not get the older styled detailed error...
    Posted to Forum by Dotren on 05-21-2008, 4:47 PM
  • ASP download too slow

    I have code that downloads a webpage. It is downloading it to slowly can anyone help? [CODE] <% url = "http://<url>" + Request.QueryString set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.open "GET", url, false xmlhttp.send "" Response.ContentType...
    Posted to Forum by nytrokiss on 04-29-2008, 8:12 PM
  • Session Problems - seems to be around http/https transfer

    I recently moved a classic ASP application from an environment that was Windows Server 2003 and IIS 6. It is now running on IIS 7 within windows Server 2008. Basically, the problem is that session variables seem to be randomly being dropped. It is totally sporadic, and seems to happen when moving from...
    Posted to Forum by superted187 on 04-28-2008, 5:43 AM
  • IIS 7 VISTA OS Database Insert/ Update/ Delete Fails

    I have a classic ASP application recently moved our development environment from XP to Vista Business. The application uses ActiveX DLL's to access data from a SQL 2000 box. This application is currently running on IIS 7 from a vista business copy. When I try to access the website from a Vista Machine...
    Posted to Forum by qool on 04-25-2008, 1:16 PM
  • Error when when checking db connection with Classic ASP, Access and IIS7

    I have a site that I moved from a Windows 2003 Server to a Server 2008. This site uses a CMS portal system. In the config routine it verifies the db connection and will only load if there are no errors. I am getting the error: "-2147217887 : Multiple-step OLE DB operation generated errors. Check...
    Posted to Forum by AngelOfTheNight on 03-25-2008, 7:28 PM
Page 1 of 5 (42 items) 1 2 3 4 5 Next >
Page view counter