user310291
user310291

Reputation: 38180

What is : ASC embedded web server for .net?

From here: http://heanet.dl.sourceforge.net/project/teamlab/TeamLabinstall_EN.pdf

For a mid-size portal it will be sufficient to deploy it in its default configuration:

  • DB : SQLite3
  • Web Server : ASC embedded web server.

Suppose you'll need to deploy the portal on a computer named srv003 to the following folder: c:\teamlab. (these are just example names, so when performing the operation please use

Upvotes: 1

Views: 688

Answers (1)

Doobi
Doobi

Reputation: 4842

It's a web server built into the application. In other words you don't need to configure it to use IIS if you don't want to, you just give it a port number and it'll host itself. There are instructions later for hosting under IIS.

Upvotes: 2

Related Questions