Page 1 of 1

ASP .NET 2005

PostPosted: 08. February 2008 17:48
by lord_fritte
Hallo wie sieht es eigentlich mit einem ASP .NET 2005 Addon für Windows XAMPP aus?
Gibt es da was für?

PostPosted: 08. March 2008 20:26
by lord_fritte
hat niemand eine ahnung????

PostPosted: 14. March 2008 10:31
by Wiedmann
Gibt es da was für?

Goggle findet da dazu "mod_aspdotnet" oder "mod_mono".

(Ein eigenes XAMPP AddOn gibt es dafür jedenfalls AFAIK nicht.)

PostPosted: 08. May 2008 17:58
by lord_fritte
Um das einzubinden muss ich folgendes in die httpd.conf einbinden:
Code: Select all
AliasMatch "^/(?i)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>


aber muss ich v$1, v$2, v$3, v$4 oder v* durch was ersetzen?

EDIT:
Den ordner "ASP.NETClientFiles" gibt es nicht, welchen solch ich nehmen?

EDIT2: Also es scheint nicht zu laufen, wenn ich den Apache starte bekomme ich:
Code: Select all
Errors reported here must be corrected before the service can be started.
apache: Syntax error on line 68 of C:/xampp/apache/conf/httpd.conf: Can't locate
 API module structure `mod_aspdotnet' in file C:/xampp/apache/modules/mod_aspdot
net.so: No error
[/quote]

Re: ASP .NET 2005

PostPosted: 29. March 2009 13:53
by Mr. S