Apache 2.054 und ASP auf W2K

Alles, was den Apache betrifft, kann hier besprochen werden.

Apache 2.054 und ASP auf W2K

Postby peterkraemer2 » 07. July 2006 10:10

Hallo
ich habe einen W2k mit Apache 2.054 und ASP-Modul mit folgender
Konfiguration:

<IfModule mod_aspdotnet.cpp>

# Mount the sampleapp example application
AspNetMount /calendar/test "C:/xxxxxx/calendar/test"

# Map all requests for /sampleapp to the sampleapp application files
Alias /calendar/test "C:/xxxxxx/calendar/test"

# Allow asp.net scripts to be executed in the sampleapp example
<Directory "C:/xxxxxx/calendar/test">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.aspx Default.htm Default.html
</Directory>

# For all virtual ASP.NET webs, we need the aspnet_client files
# to serve the client-side helper scripts.
# NOTICE "C:/Windows/" -- change to %systemroot%
# "C:/Windows/" for WinXP, "C:/WINNT/" for Win2k

AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)

"C:/WINNT/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"

# NOTICE "C:/Windows/" -- change to %systemroot%
# "C:/Windows/" for WinXP, "C:/WINNT/" for Win2k
<Directory "C:/WINNT/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>

</IfModule

und bekomme folgende Fehlermeldung bei Seiten mit einem
Zugriff auf eine Access-Datenbank.


[Fri Jul 07 10:32:25 2006] [error] [client 193.148.141.35] File does not exist: C:/xxxxxx/aspnet_client, referer:
http://www.xxxxx.biz/calendar/test/frmL ... resse.aspx

bzw.

[Fri Jul 07 13:22:34 2006] [debug] Apache.Web(0): [client 193.148.141.35] mod_aspdotnet: MapPath: could not map /calendar within /calendar/shop, referer:
http://www.XXXXXX.biz/calendar/test/
peterkraemer2
 
Posts: 1
Joined: 07. July 2006 09:56
Location: Stuttgart

Return to Apache

Who is online

Users browsing this forum: No registered users and 27 guests