Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 07/11/2006 6:08 PM by  Ezra Klug
UNC Share Permissions?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Ezra Klug
New Member
New Member
Posts:2


--
07/10/2006 11:59 PM
    I'm trying to setup a share on our file server for DMX to store files to. Having issues trying to figure out what the correct permissions to the folder should be so that DMX can write but not just anyone.

    Thanks in advance.
    Rob Ralston
    Basic Member
    Basic Member
    Posts:164


    --
    07/11/2006 5:48 AM
    This is actually a complicated question. If your web server is on W2K3/IIS6, the short answer is that DMX runs in the context of the application pool service account associated with the DNN web site. Things become further complicated dependent upon which version of .NET you are running (1.1 or 2.0) and what Trust level you are running. However, I have not found any mechanism to allow an admin to permit only a specific trusted assembly to access (read/write) to a folder or share. I spent significant time with Microsoft PSS attempting to address that exact requirement under .NET 2.0.

    So the best you can accomplish at this time is to isolate a specific web site (from other web sites on the same server), by using an application pool and unique service account, and allow that web site access to the desired folder/share. Since you indicated a UNC path, you would need to run the application pool under a Domain user account and give that account the permission required to the UNC share.

    I know this probably leaves you with a lot of new questions, but they are really more IIS/.NET/Windows issues than a DMX issue.

    Hope that sheds a little light on the question.

    Rob Ralston
    Ezra Klug
    New Member
    New Member
    Posts:2


    --
    07/11/2006 6:08 PM
    Thanks. That is what I had thought and tried to run under a Domain account but I was getting "Application Unavailable" so I thought I would post just to see if anyone else tried this.

    I will go back and continue down my original path and figure out why I am getting that error.
    You are not authorized to post a reply.