Řada administrátorů, kteří mají k dispozici jen Domain Controler (DC) a chteli by na něm rozjet ASP.NET, tak je tu článek, který doporučuje Microsoft. Sám jsem kdysi toto řešil a je to velmi výstižný příklad jak na to:)
Celý článek
With the .NET Framework version 1.1 you can configure an ASP.NET Web application or Web service to run with partial trust to improve security by constraining its ability to access system level resources and resources owned by other applications. This chapter shows you how ASP.NET code access security policy works, how to configure it and how to develop Web applications for partial trust environments. The chapter explains how to sandbox resource access, for example code that accesses databases, the event log and Web services so that it can successfully run at reduced trust levels. by Patterns and Practices
Celý článek