www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Web Application Development

The HTTP Server
Web Services ACL (Access Control List)
Virtuoso Server Pages (VSP)
Virtuoso Server Pages for XML (VSPX)
Deploying ASP.Net Web Applications
ASMX Web Service Hosting
Blogging & Weblogs
Deploying PHP Applications
Deploying JSP Applications
Perl Hosting
Python Hosting
Ruby Hosting

13.6. ASMX Web Service Hosting

Microsoft ASMX Web Services can be hosted in exactly the same way as ASPX Applications can be. A ASMX Web Services Project created in Visual Studio can be copied to either the file system (under the VSPROOT directory) or the Virtuoso WebDAV repository. You must copy the project directory to the required location and then make a Virtual Directory pointing to it. If the location is in WebDAV then ensure that execute permissions are set for any .asmx files.

See Also:

ASP.Net Web Application Hosting