The information in this article applies to:
SUMMARYEven though it is possible to use the Internet Transfer Control (ITC) on an Active Server Pages (ASP) page to retrieve HTTP URLs, neither the ITC nor WinInet APIs used by the ITC was designed to be used as a server component. Please thoroughly test your application under stress conditions before using it in the production environment. MORE INFORMATION
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore the
registry if a problem occurs. For information about how to do this, view
"Restoring the Registry" Help topic in Regedit.exe or "Restoring a Registry
Key" Help topic in Regedt32.exe.
Please note the following problems/issues:
Following are the methods for using the ITC with the Proxy setting on the ASP page. Recommended Method: Setting proxy properties for the ITC on the ASP page as follows:
Not Recommended Method:
By modifying the registry hive of the default user. WARNING: Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use the Registry Editor at your own risk. For information about how to edit the registry, view "Changing Keys And Values" Help topic in Registry Editor (Regedit.exe) or "Add and Delete Information in the Registry" and "Edit Registry Data" Help topics in Regedt32.exe. NOTE: You should back up the registry before you edit it. If you are running Windows NT, you should also update your Emergency Repair Disk (ERD). You can copy relevant Internet connection values from the HKCU to this default location (and make it available to the control created on the ASP page):
Registry keys governing proxy settings described in Internet Client SDK are ProxyEnable, ProxyServer, and ProxyOverride. They are also available at the following Web site: http://msdn.microsoft.com/workshop/default.asp Note that anonymous ASP requests are handled in the security context of the anonymous Internet user - IUSR_COMPUTER_NAME by default. Make sure to add security permissions for this user to access the above mentioned registry keys. You can do this by going to the Security menu option of the Registry Editor (regedt32.exe). REFERENCES
Microsoft Internet Transfer Control Help
Microsoft Internet Client SDK
Additional query words: ASP ITC MSINET OpenUrl kbInternet kbASP kbWinInet
Keywords : kbWinInet |
Last Reviewed: September 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |