Deploying Visual J# Applications
Visual Studio 2005
[Dieser Teil der Visual Studio-Dokumentation ist eine vorläufige Fassung und unterliegt Änderungen in zukünftigen Versionen. Einige Hilfethemen enthalten noch keinen Text und dienen lediglich als Platzhalter.]
Applications created using Visual J# rely on the Visual J# CodeDOM and Visual J# compiler for dynamic code generation and compilation on the server. You need to have redistributable components of Visual J#, that is, Visual J# class libraries, the Visual J# compiler, and the Visual J# CodeDOM, installed on the server where you will deploy the XML Web service or Web Forms application. Use the Visual J# .NET Redistributable Package to distribute redistributable components of Visual J#. Other aspects of deployment are the same as for any other ASP.NET application.
For more information about deployment, see Deployment Walkthroughs.
Note: |
|---|
| All deployment walkthroughs apply to Visual J#. However, Visual J# components require additional redistributable components, supplied with the Visual J# .NET Redistributable Package. |
In This Section
- Visual J# Launch Condition
- Describes how to ensure that Visual J# .NET redistributable components are installed on a target computer.
- Distributing the Visual J# .NET Redistributable Package
- Describes the contents of the Visual J# .NET Redistributable Package.
Note: