Browse by Tags

All TagsASP ClassicIIS 7 (RSS)
  • Problem with ASP code in IIS7: DBNULL

    When I run my web application on Windows 2003 IIS 6, my site runs perfectly. It however has certain issues when migrated to Windows 2008 IIS 7 - sometimes I get errors with converting/casting dbnull to strings. Is there some configuration that can be used to emulate the older way of handling such values...
    Posted to Forum by Jwoodger on 10-21-2009, 10:53 PM
  • odbc connection pooling with Delphi 7 & IIS7

    We have a application that utilizes a combination of ASP.net (c#) and classic ASP (Delphi 7). When running the application on Windows Vista or Server 2008 using IIS7 we experience terrible performance problems from the classic ASP pages when retrieving data from SQL. Upon investigation using SQL Profiler...
    Posted to Forum by ffsetit on 10-05-2009, 4:04 AM
  • Blank Page No Errors

    Hi guys, I have a website which I've brought over to IIS7 from Windows IIS6, which ran great there. Now its on IIS7 some of my Classic ASP pages wont run and simply stop dead outputting to the browser just a blank page. The only thing in the blank page source code are the usual <html> tags...
    Posted to Forum by goofy_tyran on 09-16-2009, 10:59 AM
  • ASP Classic, IIS 7, SQL 2005, and Windows Authentication Problem

    I have recently migrated an application written in ASP classic to a server running IIS 7 (64bit) on Server 2008 Standard. I have IIS 6 compatibility installed, as well as basic and windows authentication modules. This server is part of a corporate domain. I am trying to establish windows authentication...
    Posted to Forum by thig95 on 06-04-2009, 9:53 AM
  • Folders without the use of trailing /

    Hi, I wonder if anyone can help, we have just migrated our systems from IIS5 (W2K) over to windows 2008, we have had a couple of problems, most of which we have sorted. The last problem we are having is to do with the way in which IIS7 treats folders. Previously i could browse to http://sitename/folder...
    Posted to Forum by RobUK on 04-29-2009, 7:51 AM
  • IIS7 and VB runtime access denied

    I hae a problem with a Web site effectively written as a VB6-style IIS application, i.e. the app itself is a VB6-generated DLL. This works perfectly in all 32-bit versions of Windows, but fails on Vista 64-bit running IIS7. The specific error is an access-denied message, and it seems to be the VB runtime...
    Posted to Forum by HercG on 01-13-2009, 12:11 AM
  • Issues in IIS 7, session and application variables are not maintained - Classic ASP site

    For local development purpose, I ran following script on VISTA, IIS 7: <% for each x in Request.ServerVariables response.write("<b>" & x & ":</b>&nbsp;&nbsp;&nbsp;" & Request.ServerVariables(x) & "<br><BR>") next %>...
    Posted to Forum by shamshad.ali@softechww.com on 12-02-2008, 9:57 AM
  • Sessions Failing Using Classic ASP After Switch to IIS 7

    Please help. I recently upgraded to IIS 7. A site I was working on which use sessions (and worked fine when I had IIS 6) no longer works. I have set up a simple test page in the site root to write a variable and another to retrieve it. It fails. However, if I set the session variable in my global.asa...
    Posted to Forum by sjc_atx on 10-21-2008, 8:07 PM
  • Web Garden IIS 7 Classic ASP

    I am currently upgrading our web server from 2003 to 2008, we use Classic ASP. I have been using IIS7 w/o major problems until I tried to use the State Server under "Session " Icon. I have it set to ConecctionString = "10.0.10.9:424249". It does not seem like the state server works...
    Posted to Forum by znwpta on 09-17-2008, 10:45 AM
  • 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
Page 1 of 4 (32 items) 1 2 3 4 Next >