There are two separate issues. First is the product you have. Second is the license.
Products:
- SQL Express (free)
- SQL Developer (under US$50)
- SQL Workgroup
- SQL Standard
- SQL Enterprise
The products vary by features, including things like the maximum size database they support.
Next is licensing:
- CAL (user or device)
- per-CPU
- Free (only for SQL Express)
- Single developer (only for SQL Developer)
You can use SQL Express in a public-facing web site for free. The other products all require per-CPU licenses in that scenario. CAL licensing is appropriate when the number of users is small, well-known, and limited -- such as Intranet apps.
You can't ever use SQL Developer in a live application; it's licensed for a single developer only.