Beispiele


1. Konfigurieren der web.config







<authentication mode="Windows" />


<authentication mode="Forms">
  <forms>
    <credentials passwordFormat="MD5">
      <user name="TG11/2" password="E8636EA013E682FAF61F56CE1CB1AB5C">
    </credentials>
  </forms>
</authentication>
 
<< | >>