Browse by Tags

All Tagsisapi (RSS)
  • Re: IIS7 & Trend Micro Officescan 8

    Hey. Had this problem myself. Just turns out had to install the CGI feature. You can do this by going to the server manager, expanding Rolls, right clicking on IIS and clicking the add feature option. CGI should be listed under 'Application Development'. You may also want to go to the root IIS7...
    Posted to Forum by KeithPoole on 11-06-2009, 1:01 AM
  • Protecting static content on IIS7 in Classic Mode

    Hi, I know how to protect my static (HTML) pages in IIS6, and how to do it using the IIS7 Integrated Pipeline, but how can I protect my HTML pages from unauthorised access in IIS7 when running in Classic Mode? It's an ASP.NET site using forms authentication. Thanks!
    Posted to Forum by aures_arrigo on 10-29-2009, 11:07 AM
  • IIS + Tomcat not working

    Hi, I'm trying to set up IIS and Tomcat to work together. I read nearly every thread about it, and it's still not working !! NTFS rights are set to r/w for IUSR and IIS_USRSR in Tomcat directory as well as in the connector-DLLs place. I tried the registry-way to tell Tomcat about the Isapi-DLL...
    Posted to Forum by GregorFischer on 10-28-2009, 5:48 PM
  • PROPFIND to respond in a timely manner. How?

    Hello, Our custom isapi is handling PROPFIND requests from our clients. We would like to decrease response time. The whole response might take a lot of time when folder that we are sending PROPFIND request for contains a lot of files/folders. Currently we send response through ServerSupportFunction in...
    Posted to Forum by vsoro00 on 09-30-2009, 2:05 PM
  • Call HTTPModule with OWA 2003

    I've written an HTTPModule that I would like to put in front of OWA 2003. I know this would typically be done with an isapi filter, however there seems to be some references on the web to the ability to process an HTTPModule in classic ASP by setting up a * scriptmap to aspnet_isapi.dll. I've...
    Posted to Forum by pjpzls on 09-21-2009, 2:07 PM
  • How to read posted form data in IIS 5.x filter

    I have a filter (extends CHttpFilter) that registers for SF_NOTIFY_PREPROC_HEADERS in GetFilterVersion(), and OnPreprocHeaders gets called as expected at request-time. What I need to do is get access to data that was posted from an HTML form. I've tried registering for SF_NOTIFY_READ_RAW_DATA and...
    Posted to Forum by brown9 on 08-25-2009, 1:42 PM
  • GET fails after PROPFIND request takes a lot of time to process.

    Our custom isapi function processes PROPFIND and GET requests. First PROPFIND requests finds all the files in the folder, and then GET requests sent to download all those files that were found. Whenever it takes long enough time to process PROPFIND request (which happens when there are qutie a lot of...
    Posted to Forum by vsoro00 on 08-07-2009, 12:55 PM
  • IIS is logging wrong status code. Why?

    Out function HttpExtensionProc returnes HSE_STATUS_ERROR when encountering some error, for example when a file not found processing GET request, and yet IIS logs code 200 (meaning success) into its IIS log. MSDN says about this error: HSE_STATUS_ERROR The extension has encountered an error while processing...
    Posted to Forum by vsoro00 on 08-07-2009, 12:36 PM
  • ISAPI extension won't run with Sharepoint site

    Hello, I am trying to have an ISAPI filter / extension that allows federated authentication with Shibboleth ( http://shibboleth.internet2.edu/downloads.html ) at work with a sharepoint site. The authentication protocol is based on 302 redirection to send the user to an Identification Provider (IdP)....
    Posted to Forum by jm.thia on 05-20-2009, 5:21 PM
  • Re: isapi extension dll won't load

    Thanks I am one step further. I build the dll using vs6.0. After I build the dll in vs2005 it worked fine because those machines had vs2005 installed. But in this case I want to go on with vs6.0, could you tell me what steps I need to take make it possible for me to run the dll (build in 6.0) on the...
    Posted to Forum by grunn on 05-15-2009, 5:52 AM
Page 1 of 10 (95 items) 1 2 3 4 5 Next > ... Last ยป