Give ASPNET sikkerhedstilladelse
Først lidt om mit system:Windows XP Professional
Jeg har fået nedenstående forklaring på, hvordan jeg giver brugeren ASPNET de korrekte tilladelser:
1. Right-click on the web application folder, and select Properties.
2. Select the "Security" tab.
3. Click "Add..." to add a user.
4. On the new dialog click "Advanced...".
5. On the new dialog click "Find now...".
6. Select ASPNET user from the list of available users.
7. When you go back to the "Security" tab select the ASPNET user and give it full permissions
(If you are using IIS6 this user is called "Network Service account").
Når jeg åbner IIS Manager går det dog galt allerede ved punkt to; jeg kan kun se faneblandet "mappesikkerhed" og ikke "sikkerhed" - "mappesikkerhed" indeholder ikke de andre punkter, der bliver omtalt senerehen.
Hjælp ønskes :)
