First, XE7 under the Intraweb development here does not say, the focus is in the development of Intraweb with the ISAPI is different to select the IW library, compiled into DLL files.
Second, the configuration of the website
1, this is the physical path of the site, C:\site
2. Add application pool, then right-click, advanced Settings, turn on 32-bit compatibility mode
3. Log the process as Administrator mode
4, choose. NET version 4.0
5. After the configuration, verify the login, no problem
Third, the site file directory path, which is the C:\site path folder and files. Bin is not small, there are intraweb officially provided three DLL files, MyWebAPP1 folder inside our DLL and other Web site required files
Our own application files
Three DLLs provided by the official
The point is that the other two documents provided by the official, one is web. config and the other is global.asax. Need to change is Web. config
We need to change the red line part of the MyWebApp1 this folder name, and our DLL file full path, the rest do not move.
After saving, test:
http://127.0.0.1:9999/
Delphi XE7 under Intraweb published as ASP.