Browse by Tags

All TagsASP Classicclassic asp (RSS)
  • 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
  • ASP displaying VB as text

    Hi I am trying to run Classic ASP VBscript pages from IIS7 and the HTML renders fine but the VBscript tags I up on the page dont seem to work. When I run the page the VB comes back as text on the screen. There are no errors that appear either. Can anyonne help me please?
    Posted to Forum by thegleds on 09-28-2008, 2:46 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
  • 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
  • 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
  • Displaying an image stored in an access database via asp

    Hi, I have just created a database and plan to store images in it using an 'ole object' data type. I can store images in it but it is then accessing using asp I can't seem to get working. I can do normal queries to display text and numbers from the database, and have included one, but how...
    Posted to Forum by Crazy Dino on 02-13-2008, 2:34 PM
  • Error '80040e14' within INSERT INTO Statement

    Hi, I am extremely new with .ASP (I started on tuesday this week), and am using Dreamweaver 8 to construct .ASP code for a project at school. I already have several bits of working .ASP code such as a login page, which restricts banned users, and validation within a registration page to ensure that login...
    Posted to Forum by Crazy Dino on 11-23-2007, 3:17 PM
  • IIS7 and Classic ASP, error 'ASP 0178 : 80070005' when calling "CreateObject"

    I am about to shift my development from XP to Vista X64 Ultimate and was trying to setup one of our older webapps on IIS7. This webapp is a mixed project with both C#/ASP.NET and old classic ASP pages that call COM+ objects created in VB6. These VB6 COM objects then use ADODB to connect to a SQLServer2005...
    Posted to Forum by MagnusF on 11-16-2007, 6:23 AM
Page 1 of 1 (9 items)
Page view counter