mercredi 13 juin 2012

configure machin.config file or web.config to secure your applicationi






























Difference between Web.Config and Machine.Config File

Two types of configuration files supported by ASP.Net.
Configuration files are used to control and manage the behavior of a web application.

i) Machine.config
ii)Web.config

Difference between Machine.Config and Web.Config
Machine.Config:
i)  This is automatically installed when you install Visual Studio. Net.
ii) This is also called machine level configuration file.
iii)Only one machine.config file exists on a server.
iv) This file is at the highest level in the configuration hierarchy.

Web.Config:
i)  This is automatically created when you create an ASP.Net web application project.
ii) This is also called application level configuration file.
iii)This file inherits setting from the machine.config



to protect your app you have to diseable remote error display  in web.config or machin.config
http://msdn.microsoft.com/fr-fr/library/y123fsf7%28v=vs.80%29.aspx
pour filtreer les erreur affichés aux externes
 



jeudi 7 juin 2012

partages administratifs

Les partages administratifs par défaut, accessibles uniquement aux administrateur, sont les suivants :
  • C$ : Accès à la partition ou au volume racine. Les autres partitions sont également accessibles par leur lettre, suivie du caractère « $ » ;
  • ADMIN$ : Accès au répertoire %systemroot%, permettant la gestion d'une machine sur le réseau.
  • IPC$ : Permettant la communication entre les processus réseau.
  • PRINT$ : Accès à distance aux imprimantes.

si on accede par excuter à  \\ip\c$ on aura accès à la partition C:

pour desactiver cet accès 

creer la valeur svt dans regedit 

Vous avez également la possibilité de désactiver temporairement ces partages sans toucher à la base de registre en tapant dans une fenêtre MS-Dos: 

net share c$ /delete 
net share admin$ /delete 
net share ipc$ /delete 


Cmntcmrch

mercredi 6 juin 2012

LAN driver for acer aspire one KAV60

Here's a link to the driver download page for your model: http://tiny.cc/1d764

Incidentally, according to Acer, "The Aspire One system labeled with the model KAV60 is actually an Aspire One AOD250. Any information will be listed under AOD250, rather than KAV60." This is from here: http://netbooks-us.custhelp.com/app/answ…

Nombre total de pages vues