In this page all the frequently asked questions are answered.
编辑1 - General Questions
Questions and answers for non-gurus, i.e. normal people.
编辑1.1 - What is a Wiki engine?
A Wiki engine is a particular piece of software which runs on a server. It allows to create and mantain one or more WikiWikiWeb. A WikiWikiWeb, or simply Wiki, is a special website in which each user can add and edit the contents, in a collaborative fashion.
编辑1.2 - What is ScrewTurn Wiki?
ScrewTurn Wiki is a Wiki engine, written in ASP.NET 2.0 and C#. It does not need a database, and it is developed with performance and ease of use in mind.
编辑1.3 - What is IIS (Internet Information Services)?
IIS is a webserver, produced by
Microsoft and distributed for free with the following Microsoft's operating systems:
- Windows 2000 (any version)
- Windows XP Professional
- Windows Server 2003
- Windows Vista (some versions)
IIS is able to serve static and dynamic web pages. It supports natively the ASP server side scripting language, and standarg CGI scripts. With additional components, it can also serve ASP.NET and PHP pages.
编辑1.4 - What is the .NET Framework?
Microsoft
.NET Framework is a set of tools and components that allow to build desktop and web applications, using a full OO (Object Oriented) paradigm.
It is distributed for free and it is availale for any Microsoft operating system since Windows 98, although the server components (such as ASP.NET) are available only on NT systems.