CAL and costs

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi @all.

I have a question regarding CALs (Client Access Licenses) and ASP.NET.
In some articles I have read, that you need CALs depending on the
number of clients you want to serve (autenthicate). So I am a little
bit confused. Do I really need a CAL for every (authenticated) user in
my ASP.NET application.

What do I "lose" when I do not use (buy) ACLs?

What can I do "without" ACLs?

I hope that this is the right NG to ask.

Thanks for every response.
 
There are no CALs for users of an ASP.NET app. You end up with CALs for
things like SQL Server (data access) if you are not using the free versions
(MSDE or SQL 2005 Express, for example). You can also end up with CALs on
other servers. But, you can even choose to use .NET (Mono) on Linux.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top