Click here to Skip to main content
16,007,126 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 16:48
Anthony_Yio26-Aug-03 16:48 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 22:35
adaoja26-Aug-03 22:35 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 1:14
Anthony_Yio26-Aug-03 1:14 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 1:25
adaoja26-Aug-03 1:25 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
Anthony_Yio26-Aug-03 1:31
Anthony_Yio26-Aug-03 1:31 
GeneralRe: Almost desperate, C# into C++, why not work? Pin
adaoja26-Aug-03 1:35
adaoja26-Aug-03 1:35 
AnswerRe: Almost desperate, C# into C++, why not work? Pin
igor196023-Aug-03 17:10
igor196023-Aug-03 17:10 
GeneralIsapi Filters and Extensions is managed C++ Pin
martinbertolino21-Aug-03 16:41
martinbertolino21-Aug-03 16:41 
I have been tasked with writing an HTTP reverse proxy to run under IIS to re-route HTTP requests to other IIS servers based on some URI mapping rules and addding some message authentication codes (HMACs) to the request for security.

I have been considering writing this component in managed C++. I have created a prototype ISAPI filter in managed C++ and it seems to work OK.

My questions are:

- Does anybody have any experience doing this?
- Are there any bad interactions of running the CLR in IIS's process space?
- Should I go down the unmanaged C++ route? I have had good experience with this before, but I like being able to take advantage of all the classes in the .NET Framwork and not having to deal with MSXML, CryptoAPI, WinHTTP, etc.
- Right now we are using IIS 5.X and we'll probably upgrade to IIS 6 in the next 9 months, is there anything I need to consider for IIS6>

Thanks

Martin


GeneralRe: Isapi Filters and Extensions is managed C++ Pin
Nemanja Trifunovic22-Aug-03 6:01
Nemanja Trifunovic22-Aug-03 6:01 
GeneralRe: Isapi Filters and Extensions is managed C++ Pin
martinbertolino22-Aug-03 6:37
martinbertolino22-Aug-03 6:37 
GeneralGetting BIOS Information Pin
Member 1115560721-Aug-03 7:39
Member 1115560721-Aug-03 7:39 
GeneralRe: Getting BIOS Information Pin
leppie21-Aug-03 10:06
leppie21-Aug-03 10:06 
GeneralRe: Getting BIOS Information Pin
FlyingDancer4-Sep-03 14:28
FlyingDancer4-Sep-03 14:28 
GeneralRe: Getting BIOS Information Pin
leppie5-Sep-03 6:59
leppie5-Sep-03 6:59 
QuestionHow to convert from .DOC to .PDF, please help me .......... Pin
Atif Bashir16-Aug-03 1:41
Atif Bashir16-Aug-03 1:41 
GeneralThreads with Form updates Pin
MoonWa13-Aug-03 23:44
MoonWa13-Aug-03 23:44 
GeneralRe: Threads with Form updates Pin
edx_fa22-Aug-03 1:12
edx_fa22-Aug-03 1:12 
GeneralDisplaying an image Pin
Tom Archer13-Aug-03 14:45
Tom Archer13-Aug-03 14:45 
GeneralRe: Displaying an image Pin
igor196025-Aug-03 7:47
igor196025-Aug-03 7:47 
GeneralRe: Displaying an image Pin
Tom Archer25-Aug-03 7:51
Tom Archer25-Aug-03 7:51 
Generalwchar array or String to unsigned char array Pin
Gomac10-Aug-03 8:31
Gomac10-Aug-03 8:31 
GeneralRe: wchar array or String to unsigned char array Pin
edx_fa22-Aug-03 1:01
edx_fa22-Aug-03 1:01 
GeneralRaw Image to Bitmap object Pin
bwells10-Aug-03 4:23
bwells10-Aug-03 4:23 
GeneralRe: Raw Image to Bitmap object Pin
Nick Parker10-Aug-03 4:53
protectorNick Parker10-Aug-03 4:53 
GeneralRe: Raw Image to Bitmap object Pin
bwells11-Aug-03 14:54
bwells11-Aug-03 14:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.