ASNA Mobile RPG® Reference Manual

Recommended Folder Structure

This topic describes the default structure of Windows folders that best support Mobile RPG sites.

File/FolderDescription
App_Code

MobileRPGJob /.cs /.vr /.vb: This is the file that controls sign on and job initiation. See MobileRPGJob for more information.

App_GlobalResources

Monarch.resx: This file contains the detailed values for Function Key labels, DdsDecField related messages, and Terminal Emulation constants and error/recovery messages. Copying and modifying this file is essential to globalizing Mobile RPG pages.

MessageFiles

This is the repository for the message files imported into the project.

Monarch

This is the folder that contains files used as the default Signon Screen and for general Wings internal processing.

Themes/Current

This is the folder that contains files that contain the images used in the solution, the default cascading style sheets and 5250Terminal emulation.

Views

This is the repository for the Display Files created into the project.

Global.asax

This is the code that controls the initial events for the website. See the the role of Global.asax for more information.

MasterPage.master
MasterPage.window.master

MasterPage.master is the script and code-behind that controls the appearance and placement of content for ASPX pages. MasterPage.window.master is the script and code-behind that controls the appearance of pop up window content. See MasterPages for more information.

web.config

This configuration file controls the configuration settings for the website including application settings to locate display files via a library list, locate message files at runtime, set display file special character replacement values, and set the location of the Asna5250Terminal.aspx page.