Directory Structure
Directory Structure
The table below outlines the directory structure for Appcelerator .NET projects.
| .\app | contains the Appcelerator services directory for the Appcelerator .NET SOA Integration Point. |
| .\app\services | contains all your Appcelerator services |
| .\config | contains the appcelerator.config file, which tracks the versions of your Appcelerator software components |
| .\plugins | contains Appcelerator plugins - empty by default |
| .\public | contains all user interface files and the web.config file that helps IIS map requests to the Appcelerator ServiceBroker as well as configure logging. The logging path must be properly configured or you may receive an exception preventing requests from being processed. |
| .\public\bin | contains the Appcelerator.dll (the Appcelerator .NET SOA Integration Point). |
| .\public\appcelerator.xml | configuration file used by Appcelerator RIAs |
| .\public\images | contains your application images and icons |
| .\public\index.html | the default HTML file bundled with your project |
| .\public\javascripts | contains your application Javascript files, including the appcelerator.js file |
| .\public\ServiceBroker.app | a necessary, empty file. Do not delete this file. |
| .\public\servicetester.html | a demo HTML page that works in conjunction with the bundled TestService.cs |
| .\public\stylesheets | contains your application CSS files |
| .\public\swf | contains the Flash files for our charting widget |
| .\public\upgrade_cookies.html | default page that is served if user does not have "cookies" enabled in their browser |
| .\public\upgrade_script.html | default page that is served if user does not have "javascript" enabled in their browser |
| .\public\widgets | contains Appcelerator widgets |
| .\script | empty by default |
| .\tmp | a temporary directory used by Appcelerator |
| .\src | contains the source code for the Appcelerator .NET SOA |