English 中文(简体)
加密和加密连接问题 优势
原标题:problem with encryption & decryption connectionStrings

我使用了以下指挥系统对我的联系进行加密,但错误暴露了。

"The connection name DatabaseConnectionString1 was not found in the applications configuration or the connection string is empty"

How can I encrypt it while keeping the application working?

The command used was

aspnet_regiis -pef "connectionStrings" "C:UsersANASDocumentsVisual Studio 2008WebSitesWebSite7"

如果我把加密应用转移到另一个计算机,那么什么呢? 它是否会发挥作用?

问题回答

How can I encrypt it while keeping the application working?

你们可以 t。 如果你改变你的网站。 您的申请已经启动。

What if I move the encrypted application to another computer? Will it work?

它不会奏效。 您只能在同一机器上装上密码的栏目。 因此,这是安全的: 您可以拿一把文件放在另一台机器上。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签