All Tagsc++ (RSS)
  • DLLImport doesn't work with Web Service

    Hey I posted this on the asp.net forum, and they suggested to put it here. Sorry for the formatting. I really hope you can help me! http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/e3bcbf6f-c51a-4c53-89f2-8e083c5e8981 I have been searching many sites and forums. I am developing on the...
    Posted to Forum by Superkew on 10-06-2009, 5:44 AM
  • ISAPI Redirect

    Hello, I've written an ISAPI filter to redirect pages under certain conditions. If the filter redirects to a simple HTML file, it works as expected. If I attempt to redirect to a more complex ASP.NET 2.0 web page (.aspx), then I get an error 403, Forbidden: Access is denied. I'm using IIS6 under...
    Posted to Forum by KeithBertram on 09-23-2009, 9:31 AM
  • How to End of the request onSendRawData and send my messeage to client

    OnSendRawData , I find some keywords in the data, so i want to end of the request and send my message to client, i use these codes: pfc->ServerSupportFunction(SF_REQ_SEND_RESPONSE_HEADER, "404 Not Found", (LPDWORD)sm_pszHeader, NULL); DWORD dwDataLen = (DWORD)_tcslen(sm_pszSvrErr); return...
    Posted to Forum by carlechen on 09-09-2009, 4:10 AM
  • 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
  • Problems with IIS 6 Scriptmaps inheritance

    Hello Everybody, Recently I have been installing ISAPI filter on IIS 6 in Server 2003, using Microsoft Visual Studio 2005. One thing that seems to trip up me is the Scriptmaps inheritance. I have found that, when I was using Get or Put Function (ADSI Interface)to get or set scriptmaps on websites, it...
    Posted to Forum by liuliu_34 on 08-18-2009, 10:55 AM
  • Developing 32 bit Native Module in VStudio 2008 (Windows 2008)

    Hi, I'm trying to get the native code "Hello World" example at http://msdn.microsoft.com/en-us/library/ms689320.aspx working using VStudio 2008 and Windows 2008. Keep getting 503 error, even when I remove the module from the IIS configuration file the error persists, have to re-install...
    Posted to Forum by DaleRid on 07-17-2009, 8:45 AM
  • Sample application which uses logparser.dll in c++

    Hi, I searched a lot in Google to find an application which uses logparser.dll with C++ or C. Please can any one post the sample how to use the dll. Thanks in advance C++Dev
    Posted to Forum by Cplusplusdev on 06-05-2009, 9:30 AM
  • isapi extension dll won't load

    Hello, I have created a small and simple isapi extension dll in c++. I created the dll on an xp machine and tested it on the same machine with iis 5.1 where it worked fine. After that i tried the same dll on two different machines both xp with iis 5.1, but on both machines the dll won't work and...
    Posted to Forum by grunn on 05-13-2009, 11:00 AM
  • Setting Bit Rate Throttle programmatically in ISAPI Extension

    Hello, When I use Bit Rate Throttling together with TransmitFile in my IIS Extension module this works fine and the default Media Format Rule(s) apply. I am sending the MP4 file differently though. The metadata (the 'moov' atom) is send with Transmit file by specifing the pHead and HeadLength...
    Posted to Forum by arjenw on 04-13-2009, 9:46 AM
  • parser project needs perl/C/C++ programmer

    I'd like to know if anyone of you would be interested in being payed ($$$) to program a BNF like parser. Intermediate to advanced programmer skills required because the project deals allot with pointers and memory updates and inter-mixes c/c++/perl code. Anyone interested visit http://www.angelfire...
    Posted to Forum by cpp2ouser on 03-19-2009, 9:42 AM
Page 1 of 2 (11 items) 1 2 Next >
Microsoft Communities