Germany
is there a tutorial to install the asp features on an existing apache server like xampp?
hi cheezey (merry Ester)
I use Windows Mobile 6.1 and iPiMP on my Samsung i900 Omnia
I have two questions:
1.
iPiMP is very slowly on my smartphone. It needs 3-4 seconds until the button-click will be processed
Can you give me a tipp to make it faster?
2.
Is it possible to use another videoplayer to watch recorded programs?
Quicktime-player isn´t available for Windows Mobile
Germany
Germany
#asp.net
LoadModule aspdotnet_module modules/mod_aspdotnet.so
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
<IfModule mod_aspdotnet.cpp>
AspNetVersion v2.0.50727
AspNetMount / "D:\Webserver\htdocs\aspx"
Alias /iPiMP "D:\Webserver\htdocs\aspx"
Alias /TVLogos "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos"
Alias /MP4 "D:\Aufnahmen"
<Directory "D:\Webserver\htdocs\aspx">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.aspx
</Directory>
<Directory "C:/ProgramData/Team MediaPortal/MediaPortal/thumbs/tv/logos">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
</Directory>
<Directory "D:\Aufnahmen">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
</Directory>
AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
</IfModule>
#asp.net
Germany
Konfigurationsfehler
Beschreibung: Fehler beim Verarbeiten einer Konfigurationsdatei, die für diese Anforderung erforderlich ist. Überprüfen Sie die unten angegebenen Fehlerinformationen, und ändern Sie die Konfigurationsdatei entsprechend.
Parserfehlermeldung: Der Wert der timeout-Eigenschaft kann nicht analysiert werden. Fehler: Die Eingabezeichenfolge hat das falsche Format..
Quellfehler:
Zeile 25:
Zeile 26: <authentication mode="Forms">
Zeile 27: <forms name=".ASPXAUTH" loginUrl="login.aspx" protection="All" timeout="" path="/" requireSSL="false" slidingExpiration="true" defaultUrl="default.aspx" cookieless="UseCookies"/>
Zeile 28: </authentication>
Zeile 29:
Quelldatei: D:\Webserver\htdocs\aspx\web.config Zeile: 27
Versionsinformationen: Microsoft .NET Framework-Version:2.0.50727.3074; ASP.NET-Version:2.0.50727.3074