WebApplication.ApplicationIdentifier

From Xojo Documentation

Read-Only Property (As String )
StringValue = aWebApplication.ApplicationIdentifier

Supported for all project types and targets.

A unique string to identify your web application. Typically written in reverse domain name order: com.example.webappname.

Notes

fa-info-circle-32.png
ApplicationIdentifier must be specified in order for your web app to work.

The ApplicationIdentifier must be unique for all CGI web apps running on the same server. They do not have to be unique for standalone web apps running on the same server.

The ApplicationIdentifier cannot have the same name as any Mutex Name (for CGI applications). Standalone builds do not need to be unique by ApplicationIdentifier and do not use a Mutex.