Because Server Core doesn??™t support the .NET Framework (at least
as of this writing) you can??™t run ASP.NET applications directly in IIS. However, there are
some interesting discussions taking place on using Mono (
http://www.mono-project.com/
),
a .NET Framework substitute, to run ASP.NET applications on Server Core. You can find
some helpful instructions here:
http://www.gotmono.net/Default.aspx?pageindex=5
&pageid=27
and here:
http://ajaxwidgets.com/Blogs/thomas/how_to_run_an_asp_
net_2_0_webs.bb
.
52 INDISPENSABLE COMMAND LINE TRICKS AND TECHNIQUES
APPENDIX A
43.
Always consider the security issues of using any application, command, or utility. Never
automate an application, command, or utility that presents a potential security problem. For
example, applications, commands, or utilities that require administrative privileges often
present a significant security risk that you won??™t want to leave open for crackers to exploit.
44.
Never assume that users will perform any particular task. For example, even if you send
a message across the network to close all open files on your system before you perform a
maintenance task, you still need to verify that users have followed through by using the
OpenFiles utility.
Pages:
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346