<?xml version="1.0" encoding="utf-8" ?>
<configuration>

 <system.web>
 <globalization requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"
/>
  <authentication mode="Forms">
  <forms name=".cmsauth" loginUrl="XXXXX" protection="All" timeout="30" >
      <credentials passwordFormat="Clear">
        <user name="XXXX" password="XXXX"/>
  </credentials>
   </forms>
  </authentication>
  <authorization>
     <allow users="?"/>
  </authorization>
 </system.web>
<location path="cms">
  <system.web>

  <authorization>
     <deny users="?"/>
     <allow users="*" />
  </authorization>

  </system.web>
</location>
<appSettings>
   <add key="CXXnXXX" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=XXXXXX" />
   <add key="CXXXXX" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=XXXXXX" />
 </appSettings>
  <system.web>
        <compilation debug="true"/>
  <sessionState mode="InProc" cookieless="true" timeout="30" />
  <customErrors mode="Off"/>
    </system.web>
</configuration>


----- Original Message ----- 
From: "Alexander Zeitler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 23, 2004 5:43 PM
Subject: RE: [Asp.net] request.form aus html seite gibt keinen wert aus



> ok in einem leeren web l�uft es, dort ist auch keine web.config o.�.
> angelegt.
> was heisst das nun? bug?
>
> ich muss diese seite auf jedenfall weiterhin als html seite im
> web belassen
> wg. den suchmaschinen.
> hat noch jemand ein ahnung an was das liegen k�nnte?
>

wie sieht denn die Web.config aus?

Gruss

Alex


_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an