# ASP CreateObject Method
* * Complete Server Object Reference Manual](#)
* * *
The CreateObject method creates an instance of an object.
**Note:** Objects created with this method have page scope. This means that after the current ASP page is processed, the server will automatically destroy these objects. To create objects with session or application scope, you can use the `