|
What is the best firewall or security measurements for a website to prevent hackers interference?
|
|
|
|
|
I am trying to set up a self signed SSL certificate on development machine.
To create the certificate, I log onto IIS 7->server configurations->select the create self-signed certificate.
I create a certificate with a friendly name, like *.domainstesting.com, so I can use this same certificate for multiple domains.
I set up both the web sites to use this SSL certificate.
When ever I try to browse the web site which has https associated with it, there is an error stating the
"There is a problem with this website's security certificate. The security certificate presented by this website was not issued by a trusted certificate authority."
Am I missing any step?
Thanks so much for your help!
|
|
|
|
|
vkEmerson wrote: self signed SSL certificate
vkEmerson wrote: The security certificate presented by this website was not issued by a trusted certificate authority.
By definition, a self-signed certificate is not issued by a trusted CA. You'll need to add the certificate to the trusted certificate store on your computer to get rid of this warning. The precise steps required will vary depending on the browser you're using.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
|
Then find a site that allows advertising.
Use the best guess
|
|
|
|
|
The contents on one of my web pages contain the cent sign (¢). When using utf-8 encoding, the character shows as a box but when I remove this line from the
head of the page () the character is show correctly.
Meanwhile utf-8 encoding is being recommended for web pages and is said to support all characters of the world. Could I be missing something else. Please help.
|
|
|
|
|
How about using 'Entity Number' or 'Entity Name'?
Entity Number for cent is '¢' and Entity Name is '¢'.
Hope this is helpful.
You can check a reference from the link below.
http://w3schools.com/tags/ref_entities.asp
|
|
|
|
|
Try to open the page with notepad and click Save As..
Then you will see the save prompt.
You can see an Encoding select box before the Save button. Choose the UTF-8 option from the Encoding select box & click save. This will solve your problem.
--
Regards
Rony Sur
Senior Software & Application Developer
Frost & Sullivan Pvt Ltd
rony.sur007@gmail.com
|
|
|
|
|
I'm using crystal report for visual studio. I would like to display a subtotal amount for every 20 row of records and a grand total last.
Any idea how to do? should i use group by? Thanks.
|
|
|
|
|
|
|
|
Hello,
Currently i am trying to get information of Core PHP. First Please let me know which BOOK (Guide) is good for learning?
Nowadays, i am wondering about School Management system for Development in PHP and i will be very small so please guide me where we can use action command on same html or other php page? I giving you code below so please help me.
Action will be blank if i will use php code on different php page?
=$_GET[=$_GET[=$_GET[
<form method="get" action="" name="">
<table width="300px" border="1">
<tr>
<td align="centre" width="150">Student Name</td>
<td align="centre" width="150"><input name="name" type="text"</tr>
</tr>
<td>Roll Number</td>
<td><input name="rollnumber" type="text"</td>
</tr>
<tr colspon(2) align="centre"><input name="submit" text="submit" value="Submit"</tr>
</table>
<form>
|
|
|
|
|
David I don't really get what you are asking for. But if it is about setting value for action dynamically, you will need to use javascript.
Do well to explain further so that I will be able to help you.
|
|
|
|
|
First please let me know which book is good for learning?
|
|
|
|
|
Well, there are so many books for learning. Check out the following which will help you a lot:
Core PHP Programming (Leon AtKinson),
Beginning PHP 5.3 (Matt Doyle),
Beginning PHP and MySQL, From Novice to Professional (W. Jason Gilmore).
There are others but get those. They will be enough.
|
|
|
|
|
|
Hi everybody, am new in php and am trying to add sessions to a php code, i tried but i didn't knew what is the problem! i added to the first page which is login.php those lines before any code html
<?php
if ($login_valide == $_POST['login'] && $pwd_valide == $_POST['pwd']){
s
$_SESSION['nom'] = $_POST['username'];
$_SESSION['mdp'] = $_POST['pwd'];
$nom=$_SESSION['nom'];
}
?>
<!doctype html>
and in this page scan.php i addes those lines
<?php
if ($login_valide == $_POST['login'] && $pwd_valide == $_POST['pwd']) {session_start();
$nom=$_POST['nom'];}
?>
<!doctype html>
PS: scan.php and login.php contain only code html and i have tow other classes .php which analyse the variables and the entred data.
am waiting for your help 
|
|
|
|
|
Sorry, I am not understand can you elaborate properly?
|
|
|
|
|
Good Day
I am using Telerik RadAsyncUpload which that is ajaxified. in my Page i have Ajax-toolkit Controls. When i use Telerik Ajax-manager i get a problem. i have attached a link to a Small project that i created that has the problem.
Link to a Problem Project[^]
Thanks
Vuyiswa Maseko,
Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.
C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa[at]dotnetfunda.com
http://www.Dotnetfunda.com
|
|
|
|
|
No one is going to download your project in order to try and figure out what is happening. If you want help then you need to explain your problem here in proper detail.
Use the best guess
|
|
|
|
|
Hello all,
I am new to Commerce server, having started a new job.
I am trying to set up the existing web site, built using ASP.Net 4.0 framework, on my development environment. I have Commerce server 2007 installed on my laptop.
I am able to compile the web site with no errors. When I try to browse the web site, it comes back with this error message.
==
Could not load file or assembly 'Microsoft.CommerceServer.Internal.ContentListHelper' or one of its dependencies. An attempt was made to load a program with an incorrect format.
==
There were very few suggestions on web, I tried those with no change in error message.
Any ideas or suggestions???
Thanks so much for your time.
|
|
|
|
|
That error message sounds like an x86/x64 issue. Have you tried changing the "Enable 32-bit Applications" setting on your AppPool?
Also, 2007 is extremely old, and was released at least a year before .NET 4.0 came out. You might be able to get it to work in a .NET 4.0 AppPool, but it's not a supported scenario.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
WOW!!! thank you so much!! that helped solve the problem - was having a really tough time.
Much appreciated!!!
|
|
|
|
|
Hi,
I had an issue with profiles not being set in the registry. On some research, being a 32-64 bit issue, was able to resolve this by adding the keys manually to the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Commerce Server 2007 Keys\Default folder in the registry.
Now it comes up with a very obscure message -
Unspecified error<br />
<br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br />
<br />
Exception Details: System.Runtime.InteropServices.COMException: Unspecified error
Any ideas or thoughts would be much, much appreciated.
Thanks!
|
|
|
|