What are the minimum permissions required for ASP.NET to instantiate the component?

  • Thread starter Thread starter Stan
  • Start date Start date
S

Stan

ASP.NET site runs under Windows Authentication, Anonymous Access is
unchecked.
Page tries to create NET component (regular assembly, not ES) and fails with
'Access Denied'

We don't want to give the users who connect to the web site local admin
rights on the server.

Wat are the minimum local permissions required in such scenario?

Thanks,

-Stan
 
it will depend on the components called. the min is access to file directory
that hosts the site (and the temp the site runs in).

-- bruce (sqlwork.com)
 
Back
Top