aspnet-regiis.exe Questions
2
Solved
In a 64 bit system, is there any reason ever to use the aspnet_regiis in the Framework folder as opposed to that on Framework64? Even for an app compiled to x86 I know that just registering aspnet ...
Floatable asked 25/11, 2011 at 16:17
4
Failed to encrypt the section 'connectionStrings' using provider 'RsaProtectedCo
nfigurationProvider'. Error message from the provider: Object already exists.
I followed the guide in http://msdn.m...
Outsize asked 12/3, 2013 at 15:23
5
Solved
Since Web Deploy 3.5 automatic encryption of connection strings is supported using the flag: –EnableRule:EncryptWebConfig. However, upon running it with:
"C:\Program Files\IIS\Microsoft Web Deploy...
Revert asked 28/10, 2013 at 14:4
7
Solved
What does aspnet_regiis.exe do exactly other than updating the document mappings to correct aspnet_isapi.dll version, is updating the ASP.NET version from inetmgr same as running aspnet_regiis, I c...
Caucasian asked 21/8, 2010 at 20:34
3
We have website that uses "NT Authority\Network Service".
Response.Write(WindowsIdentity.GetCurrent().Name);
We are currently using the following command to encrypt the config files.
aspnet_r...
Valenta asked 3/11, 2011 at 16:46
3
Solved
I installed dot net framework 4.6.2 from this path & now want to register this in IIS.
If it was a earlier framework version (2.0,3.5,etc ) & an earlier server ( For Eg Windows 2003), I wo...
Hine asked 6/2, 2017 at 15:0
4
Solved
I am having this issue, but while trying to fix it as per the suggested answers, I cannot find aspnet_regiis in my computer, I checked the matching .NET library as described here, but the file is n...
Saul asked 4/4, 2012 at 12:45
2
Solved
I am getting MIME is not registered error when I run WCF service. I used this link to resolve this issue. After that I started getting another error which asked me to register the ASP.NET framework...
Cerebrum asked 24/1, 2013 at 6:46
1
Solved
I have a custom section in my web.config I need to encrypt. This custom config section uses the configSource attribute to point at a separate config file (as this file is not to be source controlle...
Factfinding asked 17/11, 2016 at 9:12
1
I am using the following command to use a machine key to encrypt part of my web.config (it is actually an app.config for a .net app, renamed to web.config so the aspnet_regiis will work with it):
...
Saury asked 6/9, 2016 at 14:48
1
Solved
I am able to configure the Connection String Encryption using the aspnet_regiis.exe command. Now I have created the Configuration Section on which it is added Custom Configuration Element Collectio...
Kagoshima asked 1/6, 2016 at 15:57
4
Solved
Is there any reliable way how to check whether ASP.NET 4.0 registered on IIS 7.5 programmatically? I need to test it in the installer as prerequisite, before ASP.NET application installation start....
Ahn asked 28/3, 2012 at 8:15
2
Does anyone have a bulletproof method (in C# ideally!) of determining if ASP.Net is properly registered on your computer ?
I am writing an installation program for an ASP.Net application and I nee...
Brisesoleil asked 3/7, 2009 at 7:31
2
I am running an ASP.Net app on Windows Server 2008 R2. I have up to .NET Framework 4.5 installed. Upon migrating from .NET Framework v2.0 to v4.0 I began to experience random behavior from WCF.
M...
Pornocracy asked 7/11, 2012 at 1:11
1
Solved
I'm trying to understand how the aspnet_regiis.exe tool "encrypts" Web.config files.
Here is the documentation for how to use the tool:
Encryption:
http://msdn.microsoft.com/en-us/library/bb98...
Houseless asked 17/9, 2013 at 14:33
5
Solved
I have a web application with a custom configuration section. That section contains information I'ld like to encrypt (was hoping to use ASPNet_RegIIS rather than do it myself).
Web.Config:
<?x...
Becquerel asked 24/4, 2009 at 16:39
4
Having problem with encryption. I gave full permissions to all users to RSA folders. I did
C:\>aspnet_regiis -pe "appSettings" -location "web.config" -prov "RsaProtectedCo
nfigurationProvider"
...
Auburn asked 5/1, 2010 at 17:13
1
Solved
I recently installed MVC 4 Beta, and, when I hit F5 for any of my MVC 4 projects I get the error below. Also, if I run aspnet_regiis -i, I get the same screenshot.
Is there a way to repair just th...
Dulosis asked 25/2, 2012 at 14:26
1
Solved
I have created a customer RSA key container (for encrypting connection string in web.config) using the following command:
aspnet_regiis -pc "TestKeys" -size 2048 -exp
I then exported the key to a...
Eyrir asked 12/3, 2011 at 11:2
3
Solved
The help text of aspnet_regiis utility says the following for "-ir" option:
Install this version of ASP.NET, register only. Do not change any web applications to use this version.
And the follow...
Keynes asked 8/11, 2010 at 15:31
1
© 2022 - 2024 — McMap. All rights reserved.