Ask a Question related to ASP.NET Security, Design and Development.
-
Damian #1
Web.config Security
Hi All ,
I have this problem. I know how to encrypr connections strings or XML files
using Aplication Block. I have implemented a Data Protection Provider to
encrypt all my configurations files. My problem is that my encryptation key
and other personal information is set in my web.config or app.config . I
wonder if Visual Studio has any tool or service to encrypt or secure the
web.config or there is another way to do this in order to make sure than
anyone is going to open or modify this file. Any advice?
Thanks for your help.
Damian Guest
-
Security.config Cleared!
I run a .NET Win forms test harness firing off a Class library that invokes a WS-Security based web-service (using a policy file). It works fine... -
Security setting in Web.config file.
Hi All, We have the following scenerio. Machine 1: webservice is deployed in this machine. Machine 2: UserControl is deployed in this machine. ... -
Web.Config and subdirectory *location* security
I've read similar posts to this issue, and I am fairly certain this configuration should work. However, when I try to request any of the pages in... -
Web.Config / Security Settings for sites NOT on sys partition
I have a Win2K server set up with .NET 1.1, IIS5, and I run a few development test sites on this server for deployment elsewhere. Up until now,... -
Web config security settings
Hi all; I want to use user name and password in my asp.net project for all aspx files but not for asmx files. Or i want to use some files with... -
Alek Davis #2
Re: Web.config Security
Damian,
Please see my response under microsoft.public.dotnet.security.
Alek
"Damian" <t-damianl@infocorp.com.uy> wrote in message
news:OwMK%23M$6DHA.2300@TK2MSFTNGP10.phx.gbl...files> Hi All ,
>
> I have this problem. I know how to encrypr connections strings or XMLkey> using Aplication Block. I have implemented a Data Protection Provider to
> encrypt all my configurations files. My problem is that my encryptation> and other personal information is set in my web.config or app.config . I
> wonder if Visual Studio has any tool or service to encrypt or secure the
> web.config or there is another way to do this in order to make sure than
> anyone is going to open or modify this file. Any advice?
>
> Thanks for your help.
>
>
Alek Davis Guest
-
Madan Nayak #3
Re: Web.config Security
Hi..
You can pl. check up with the isoltaed storage.....
The security provided by frame workk...
Bye
"Alek Davis" <alek_xDOTx_davis_xATx_intel_xDOTx_com> wrote in message
news:OjS21iA7DHA.2088@TK2MSFTNGP10.phx.gbl...> Damian,
>
> Please see my response under microsoft.public.dotnet.security.
>
> Alek
>
> "Damian" <t-damianl@infocorp.com.uy> wrote in message
> news:OwMK%23M$6DHA.2300@TK2MSFTNGP10.phx.gbl...> files> > Hi All ,
> >
> > I have this problem. I know how to encrypr connections strings or XML> key> > using Aplication Block. I have implemented a Data Protection Provider to
> > encrypt all my configurations files. My problem is that my encryptation>> > and other personal information is set in my web.config or app.config . I
> > wonder if Visual Studio has any tool or service to encrypt or secure the
> > web.config or there is another way to do this in order to make sure than
> > anyone is going to open or modify this file. Any advice?
> >
> > Thanks for your help.
> >
> >
>
Madan Nayak Guest
-
Alek Davis #4
Re: Web.config Security
No, by itself, isolated storage provides no security whatsoever. It is a
means for allowing programs to store application-specific data (in plain
text, by the way), but there are also easy means of accessing these data in
isolated storage as well (APIs, etc).
"Madan Nayak" <madan@ubicsindia.com> wrote in message
news:uygizjH7DHA.2524@TK2MSFTNGP11.phx.gbl...to> Hi..
>
> You can pl. check up with the isoltaed storage.....
>
> The security provided by frame workk...
>
> Bye
>
> "Alek Davis" <alek_xDOTx_davis_xATx_intel_xDOTx_com> wrote in message
> news:OjS21iA7DHA.2088@TK2MSFTNGP10.phx.gbl...> > Damian,
> >
> > Please see my response under microsoft.public.dotnet.security.
> >
> > Alek
> >
> > "Damian" <t-damianl@infocorp.com.uy> wrote in message
> > news:OwMK%23M$6DHA.2300@TK2MSFTNGP10.phx.gbl...> > files> > > Hi All ,
> > >
> > > I have this problem. I know how to encrypr connections strings or XML> > > using Aplication Block. I have implemented a Data Protection Providerencryptation> > > encrypt all my configurations files. My problem is that myI> > key> > > and other personal information is set in my web.config or app.config .the> > > wonder if Visual Studio has any tool or service to encrypt or securethan> > > web.config or there is another way to do this in order to make sure>> >> > > anyone is going to open or modify this file. Any advice?
> > >
> > > Thanks for your help.
> > >
> > >
> >
>
Alek Davis Guest
-
David Coe #5
RE: Web.config Security
You can store your key in the registry or in a COM+ constructor.
David Coe Guest



Reply With Quote

