Ok, I want to run my asp.net app under a special account... I have created it, and used the handy tool aspnet_setreg.exe to store username and password in the registry encrypted.

I added this tag in web.config

VB Code:
  1. <identity impersonate="true" userName="registry:HKLM\SOFTWARE\GPSWEB\identity\ASPNET_SETREG,userName" password="registry:HKLM\SOFTWARE\GPSWEB\identity\ASPNET_SETREG,password" />

When I run the app I get the following error:

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Error reading the password from the registry.



I found a kb article decribing that I need to upgrade the framework in order to uise this securitymodel... here is the link
http://support.microsoft.com/default...b;EN-US;329250

I have read this article over and over but HOW ON EARTH DO I DOWNLOAD THE FIX????? WHERE IS THE FIX FILE???? Im pretty sure it will fix my problem.

has anyone else tried this?

this is pretty urgent...
Henrik