I am trying to create a web server application under RAD Studio Delphi XE.
When I click on New -> others. I get a dialog window with options. I choose VCL for the Web. Then, I get another dialog window with "standalone application" and "ISAPI" options.
If I choose standalone application option, the compiler doesn't have any problem, but if I choose ISAPI, I get the "error in module: Uses clause is missing or incorrect" exception even before it creates the project.
Does anyone know why and how to resolve this problem?

VCL for the Webisn't.net. :-) .NET refers to the MS .NET framework. The tags have definitions to them, which should help you decide which ones to use. The fact thatVCL for the Webisn't in XE2 or XE3 probably won't be an issue, though, as IntraWeb (theVCL for the Webin a couple of Delphi versions) is still there; I don't know if they're directly compatible, however. – Ken White Oct 10 '12 at 20:52