Server Object Execute Draft for Information Only
Content
Server Object
Server ObjectAnother function of Server object is the execution of file on the server. Server.Execute MethodServer.Execute Method execute an ASP file similar to a procedure call on the server. Syntax:Execute( Or in an ASP file. Imply <% Server.Execute(Path) %> Parameters:Path The paramete "Path" is used to specify the location of the ASP file to execute. The parameter Path may be either an absolute or a relative path. For an absolute Path, the path must map to an ASP script in the same application as the calling ASP file. Path can be a string variable name that is set at run-time. But the parameter Path must not contain a query string, or IIS returns an error. Return Values:This method has no return values. Remarks:The Server.Execute method calls an ASP file similar to a procedure call, and processes it as part of the calling ASP script. The Server.Execute method allows the dividing of a complex application into indivuidual modules. These ASP files forms a library that can be called whenever necessary. The Server.Execute method provides the method to call an ASP file dynamically and can be considered as an alternative approach to server-side include directives. The Server.Execute method returns the ASP 0173 error, "Invalid Path Character", if the parameter Path contains any of the following characters:
After IIS processes the ASP file specified in the input parameter to Server.Execute, the response is returned to the calling ASP script. The following collections and properties are available to the executed ASP page:
If a file is included in the calling page by using #include, the executed ASP will not use it. If either the calling or called ASP file conttains a transaction directive, the status of the transaction will apply to the ASP file that contains the directive. Examples:
©sideway ID: 120200027 Last Updated: 9/2/2012 Revision: 0 Ref: ![]() References
![]() Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 7 Culture Chinese 1097 English 337 Reference 67 Computer Hardware 149 Software Application 187 Digitization 24 Numeric 19 Programming Web 757 CSS 1 ASP.NET 1 HTML Knowledge Base OS 389 MS Windows DeskTop 7 Knowledge Mathematics Formulas 8 Algebra 20 Number Theory 206 Trigonometry 18 Geometry 18 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Physics Electric 10 Biology 1 |
Copyright © 2000-2019 Sideway . All rights reserved Disclaimers last modified on 06 September 2019