Ask a Question related to ASP.NET Security, Design and Development.
-
Loane Sharp #1
encrypt .aspx file content
Hi there
Is it possible, as an added (fairly paranoid) security measure, to encrypt
the content of, say, an .aspx file on the server?
Best regards
Loane
Loane Sharp Guest
-
encrypt string in the Web.Config file
hi I want to encrypt the Connection String that is located in the Web.Config file How Can I do it? -
forms authentication: redirects for *.aspx pages only, not for other extensions, not for static content
Hi! I am using something like this in web.config : <authentication mode="Forms"> <forms name=".MSMOBILES_COM___COOKIE" loginUrl="login.aspx"... -
Encrypt in Perl, De-encrypt in Javascript
I got a javascript off the net which encrypt and de-encrypt HTML code so that nobody can read the public html file. here is the code of... -
return binary content from within ASPX page
my aspx page gets binary data with ms-word file. (just byte array). I want this data to send back to the browser, but when i try to do this with... -
including one aspx file in another aspx file
Is there a way is asp.net that I can include another aspx file ?. We can do this in asp by using include statement. -
R. Thomas, aka Xtreme.Net #2
RE: encrypt .aspx file content
Try DotNetFuscator...
Dotnetfuscator community edition comes along with VS.Net
But if you purchase it, you can get more features to protect your code
P.S : Pls click on top if this post was usefull to you..
Hth...
R. Thomas
"Loane Sharp" wrote:
> Hi there
>
> Is it possible, as an added (fairly paranoid) security measure, to encrypt
> the content of, say, an .aspx file on the server?
>
> Best regards
> Loane
>
>
>R. Thomas, aka Xtreme.Net Guest
-
Loane Sharp #3
Re: encrypt .aspx file content
Hi R
Thanks very much!
Best regards
Loane
"R. Thomas, aka Xtreme.Net" <NoSpam(XtremeDotNet@hotmail.com.NoSpam> wrote
in message news:C467A2D1-AF91-4B53-A1F7-FE8CBF1926D8@microsoft.com...> Try DotNetFuscator...
> Dotnetfuscator community edition comes along with VS.Net
> But if you purchase it, you can get more features to protect your code
>
> P.S : Pls click on top if this post was usefull to you..
>
> Hth...
> R. Thomas
>
>
>
> "Loane Sharp" wrote:
>>> Hi there
>>
>> Is it possible, as an added (fairly paranoid) security measure, to
>> encrypt
>> the content of, say, an .aspx file on the server?
>>
>> Best regards
>> Loane
>>
>>
>>
Loane Sharp Guest
-
Naveen Kohli #4
Re: encrypt .aspx file content
Obfuscators only help with compiled assemblies. They are not meant for ASPX
page content.
"R. Thomas, aka Xtreme.Net" <NoSpam(XtremeDotNet@hotmail.com.NoSpam> wrote
in message news:C467A2D1-AF91-4B53-A1F7-FE8CBF1926D8@microsoft.com...encrypt> Try DotNetFuscator...
> Dotnetfuscator community edition comes along with VS.Net
> But if you purchase it, you can get more features to protect your code
>
> P.S : Pls click on top if this post was usefull to you..
>
> Hth...
> R. Thomas
>
>
>
> "Loane Sharp" wrote:
>> > Hi there
> >
> > Is it possible, as an added (fairly paranoid) security measure, to> > the content of, say, an .aspx file on the server?
> >
> > Best regards
> > Loane
> >
> >
> >
Naveen Kohli Guest
-
R. Thomas, aka Xtreme.Net #5
Re: encrypt .aspx file content
Hi Naveen,
DotNetFuscator is also meant for aspx pages. But you have to purchase the
full edition!
R. Thomas
"Naveen Kohli" wrote:
> Obfuscators only help with compiled assemblies. They are not meant for ASPX
> page content.
>
> "R. Thomas, aka Xtreme.Net" <NoSpam(XtremeDotNet@hotmail.com.NoSpam> wrote
> in message news:C467A2D1-AF91-4B53-A1F7-FE8CBF1926D8@microsoft.com...> encrypt> > Try DotNetFuscator...
> > Dotnetfuscator community edition comes along with VS.Net
> > But if you purchase it, you can get more features to protect your code
> >
> > P.S : Pls click on top if this post was usefull to you..
> >
> > Hth...
> > R. Thomas
> >
> >
> >
> > "Loane Sharp" wrote:
> >> > > Hi there
> > >
> > > Is it possible, as an added (fairly paranoid) security measure, to>> > > the content of, say, an .aspx file on the server?
> > >
> > > Best regards
> > > Loane
> > >
> > >
> > >
>
>R. Thomas, aka Xtreme.Net Guest



Reply With Quote

