ASP.NET applications use encrypted config files as the default assemble option and this option requires IIS to use RSA key container. The access to RSA Key container needs to be explicitly granted to the user account that runs ASP.NET applications. The user account to run ASP.NET application is different on each version of IIS. For example, the default user account for each IIS is listed in the table next:
|
IIS Version |
Default User Account |
|---|---|
|
IIS 7.0, Windows Server 2008 |
NETWORKSERVICE |
|
IIS 7.5, Windows Server 2008 R2 and Windows 7 |
NETWORKSERVICE |
The user account is configurable on IIS 7 with application pool configuration panel.
The following command is used to grant the access to RSA Key container.
aspnet_regiis -pa "NetFrameworkConfigurationKey" "<user account>"
You must set up the Application Server environment to generate and install ASP.NET Web Client applications.
Follow these steps:
Note: For more information about Microsoft Software setup, see Microsoft documentation.
|
Copyright © 2013 CA.
All rights reserved.
|
|