WSS have 2 security approaches :
- user identity-based
- code identity-based [digital certificate or URL or site]
Levels of trust
- Full > unmanaged code
- High > cannot call unmanaged code and enterprise service but can send email using SMTP servers , also can access sockets and file system
- Medium > SMTP and SQL but cannot access sockets and registry
- Low > read only application virtual dir and no network connectivity
- Minimal > have execute permission only
- wss_minimaltrust.config
- wss_mediumtrust.config
- machine.config > c:\windows\micorsoft.net\framwork\V2.0.50727\config
- web.config
Web.config located
- top level conetn root > C:\Inetpub\wwwroot > configuration for web server
- web part resoucces of the global assemy cache
- CONFIG ….\web server extensions\60\config\ > define for other extending vs
- ISAPI ….for the /_vti_bin
- LAYOUTS > for /_layouts
- ADMIN > SharePoint CA
No comments:
Post a Comment