We are installing an on-premise CRM 2011. We are using an OU in the corp AD domain but we don't have Domain Admin rights. Is it possible to have a successful deployment? I heard that it is important to have domain admin rights.
smwikipedia's questions
I am trying to install Windows Server 2008. In the disk partition step, I saw my disk partitions are recognized by the installation program as :
Physical Disk 1:
100M system partition
80G dynamic partition
Physcical Disk 2:
500G primary partition
500G primary partition
So what's the difference between system, dynamic and primary partition?
Which partition should I choose for an operating system?
Thanks!
I read from here that:
On a local computer, an administrator can configure the application to run as Local Service, Network Service, or Local System. These service accounts are simple to configure and use but are typically shared among multiple applications and services and cannot be managed on a domain level.
I just don't understand why these accounts cannot be managed on a domain level, since they all have well-known SIDs?
Thanks for your time.
When talking about IIS 7.5 security, AFAIK:
App Pool Identity decides whom my web application runs as.
Authentication Method decides whom the clients are authenticated as.
I have a virtual folder configured like this:
- I use Anonymous Authentication with the expectation that all clients should be authenticated as IUSR.
- I give IUSR full control of the folder.
- My App Pool Identity is set as the XXX account, which doesn't have any permission to the folder. (I intentionally set this)
But it turns out that I cannot browse the files in that folder. Once I give the XXX account permission to access that folder, things goes well.
So what role does the App Pool Identity play in anonymous authentication? It's totally unexpected that I have to give the App Pool Identity account permission to access the folder. I thought Anonymous Authentication would be enough?
Thanks.
We know that Microsoft IIS 7.0 offer a slew of authentication methods such as Anonymous Authentication, Form Based Authentication, Digest Authentication, etc.
I read from Professional IIS 7 published by Wrox that:
When we use Anonymous Authentication, the end-user does not supply credentials, effectively mak- ing an anonymous request. IIS 7.0 impersonates a fixed user account when attempting to process the request (for example, to read the file off the hard disk).
So, what is the fixed user account impersonated by IIS? Where can I see it? If I don't know what this account is, how could I assign proper permissions for the clients who are authenticated as anonymous users?
Thanks.
I got a databse A. It has some data in it. I created a backup for A as A.bak file. Then I create a new empty database B. And then I try to restore B from A.bak. But the SQL Serve tell me the following error:
The file 'C:\SQL Directory\DATA\A.mdf' cannot be overwritten. It is being used by database 'A'.
But if I delete A from SQL Server, the retore is ok.
I don't understand why the SQL needs to write to the original database file while restoring from a seperate backup file?
Thanks~