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!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Verify cal's 1
Outlook 2003 1
"master" attribute not recognized 1
CAL questions 3
Licensing 6
Force Permanant CAL Expiration 1
Win 2k Server TS and CALs 1
CALs 1

Back
Top