The method of setting up the ASP Wscript.Shell under WINDOWS2003 application technique
Source: Internet
Author: User
Under Windows2000, the IIS default setting is for Web and executable programs to communicate. However, under 2003 IIS is prohibited for this service.
The problem I'm having now is to connect using the Web and an executable program with parameters. and run the executable program with the entry.
The Server.CreateObject ("Wscript.Shell") in ASP is run under windows2003 without errors, but not executed.
But it can be performed under Windows2000.
Oh, realize that it is the joke of IIS.
Under Windows2003 if support Server.CreateObject ("Wscript.Shell")
You have to set the content
1: Active Server Pages,internet Data Connector in Web service extensions, RPC Proxy service extensions, and server-side include files must be set to allow conditions
2: "Website"-"Properties-" Home directory-"configuration-" option-"Start parent path
3: "Website"-"Properties-" services-"in isolation mode, select" Run WWW service in IIS5.0 isolation mode "
4: Start-"procedures-" management tools-"services." Find RPC services, double-click-"Login-" allow services to interact with desktop
This allows the ASP's Server.CreateObject ("Wscript.Shell") to be run under windows2003
Originally I want to use asp.net to do this procedure, in Asp.netzh also has been the problem. So the use of ASP
Functionality can be implemented in ASP. I did not do it under the ASP.net, if you are interested you can try!
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service