in

ASP.NET Weblogs

Dave Burke - A freelance .NET Developer specializing in Online Communities

A freelance .NET Developer

To W2K3 : virtual directory perms, assembly trusts, and .text 0.95

I am a lucky guy to have been able to spend quality time with ScottW's .text 0.94 release and am eager to get deep into his 0.95 release.  I started working with it yesterday (Sunday) and continue to be dazzled with his coding ability.

I am running on a W2K3 Server and encountered some share permission issues and IIS 6.0.  A VS.NET-related share permissions issue and fix is described here.

When configuring the .SLN and adding http://localhost/dottextweb, I was getting a runtime error: Could not load type Dottext.Global.  This was fixed by giving full trust to the dottext.web, dottext.web.admin, dottext.framework, dotext.common dlls. Then RESTARTING IIS SERVICES.  Here's the google post that led me to that course of action.  I started with just upping the assembly trust of dottext.web, but then got a runtime Request for the permission of type System.Web.AspNetHostingPermission...  So it was necessary to increase the assembly trust of all dottext dlls in the \\server\dottext\dottextweb\admin directory.

To increase assembly trust go to Programs-->Admin Tools-->MS .NET Framework 1.1 Config, then Runtime Security Policy and task: Increase Assembly Trust.  Here's a screenpic.



Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add