     SkWebConsole   :
- Microsoft .NET Framework 2.0
- IIS
- MS SQL (,       tcp/ip)

1.   SkWebConsole       C:\
2. Start -> Run -> C:\WINDOWS\system32\inetsrv\iis.msc
3. (local computer) -> Web Sites -> New -> Web Site
	3.1.  Next
	3.2.   Description  SkWebConsole,  Next
	3.3.  Next
	3.4.   Path  C:\SkWebConsole,   Allow anonymous access to this web site,  Next
	3.5.   Run scripts (such as ASP),  Next
	3.6.  Finish
4. (local computer) -> Web Sites -> New -> Web Site -> SkWebConsole -> AgentInteraction -> Properties
     Directory Security,   Authentication and access control   Edit
        Enable anonymous access
5.       MS SQL 2000    C:\SkWebConsole\Web.Config 
     
    <add name="skConnectionString" connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=sk;Persist Security Info=True;User ID=sk;Password=1qazxsw2$%6" providerName="System.Data.SqlClient"/>
     
    <add name="skConnectionString" connectionString="Data Source=(local);Initial Catalog=sk;Persist Security Info=True;User ID=sk;Password=1qazxsw2$%6" providerName="System.Data.SqlClient"/>
 2005
localhost\SQLEXPRESS -      
 2000
(local) -   
6.  create_db.cmd