|
Hi,
I have an ASP .NET 2.0 website connected to a SQL Server 2005 database. The site is pretty simple and stores information about staff, including salary.
What is the best way to encrypt the salary value so no-one (including myself) can ever see what...
Started by Anthony on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You definitely need SSL to prevent sniffing people see salary data all the time.)
You ....
SSL is probably your best bet to keep someone from sniffing, but be aware that it is still possible could use each employee's unique ID as the salt.
|
|
Hello,
I am about to deploy an ASP .NET application (developed with LINQ-to-SQL).
I have taken following precautions:
Database access via user with limited access, however, since application is to access the sensitive data, I can't deprive this limited...
Started by effkay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
An....
Encrypting the string protects agains accidental compromise of the IIS/ASP host from a non-admin account.
Since encrypting the strings in Web.Config is trivial and well supported in ASP deployment and operation, just do it.
Encrypted.
|
|
My MVC site is using integrated authentication, and we had a request to allow users to sing in as another user, like in sharepoint.
This has proved to be difficult...
I've tried to send a 401 or 403 response, but the browser won't display the login popup...
Started by David Lay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you can do something similar? http://stackoverflow.com/questions/1596329/integrated-windows-authentication-ssl.
Provide an kludge: redirection to SSL seems to cause a re-AuthN.
|
Ask your Facebook Friends
|
On Mon, 1 Dec 2008 07:51:32 -0600, "David C" <dlchase@lifetimeinc.com
Can anyone point me to information on how to convert an existing Net 2.0
website to SSL? We are currently developing a site that the customer wants
to use SSL and I am not ...
Started by David C on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
If you want only SSL, you can
set up a redirect there....
I'm;NoSpamMgbworld@comcast.netNoSpamM
Get an SSL cert and add it to the site in IIS.
I just recently switched
mine over.
Anything
except get and install your SSL certificate.
|
|
I've got a string I want to encrypt, and I want to do so in a way that a "classic" ASP application and an ASP.NET 2.0 application can decrypt it. What's the best way to do it?
I've been scouring the web for different solutions. I've looked at using DPAPI...
Started by Jason Reis on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Service over SSL from your classic ASP application and then us the same back-end library from yourYou can try to use Chilcat Crypt component in a form of an activex dll for the classic asp page everything in classic asp, then....
|
|
I have an ASP file that is trying to make a webservice request to an ASP.NET webservice running on the same server under the same virtual directory. In IIS the virtual directory is set up to disable anonymous access and "integrated windows authentication...
Started by wweicker on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
You need to grant the users who are authenticating to run the classic ASP application permission that you're not having a file permission issue....
Classic ASP runs impersonating the user who is authenticated to the server in the HTTP session.
|
|
Hi, a few email accounts have recently been displaying the "internal server error message". Below are the relevant log files - note that in the admin panel I have incoming mail set to IMAP4 and the server set to my server, not localhost. I updated the...
Answer Snippets (Read the full thread at afterlogic):
|
|
Downloaded latest version of scrip and this is on latest version of cpanel. Suspect some issue with DB access. The directory does get installed and files are unpacked to /usr/local/cpanel/base/3rdparty/afterlogic folder
root@cp01 [~/webmail-panel-installer...
Answer Snippets (Read the full thread at afterlogic):
--
Regards,
Igor, AfterLogic Support I did find the .my.cnf file and tested it by going to the command line of my cpanel server and typing... .
Check .my.cnf file found in /root/ directory, it should contain MySQL credentials, make sure those are correct ones .
|
|
When running the service with the new MailBee DLL, I receive the following exception:
Attempt by security transparent method 'a.b.an.a(Int32)' to call native code through method 'a.b.an.FormatMessage(Int32, IntPtr, Int32, Int32, IntPtr ByRef, Int32, IntPtr...
Answer Snippets (Read the full thread at afterlogic):
--
Regards,
Igor, AfterLogic Support.
To assist you on that, we need to know whether you have .NET Framework 4 installed, and which DLL versions you selected to be installed - for .NET Framework 2+, for 4 or both .
|
|
Hi there,
When I try to attach something to the email it completes the progression bar, the files looks like its attached, but when I send the email it doesnt send the attachment... dont matter the attachment size...
What can it be?
Thanks!
Emilio
Answer Snippets (Read the full thread at afterlogic):
--
Regards,
Igor, AfterLogic Support Tried with Google Chrome, Firefox....
Browser ? Are you using PHP or ASP.NET version? What's the version number ? Are you getting the same behavior on the latest version?
And indeed, web browser used might be important .
|