Re: [EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread pasi julkunen
I removed those '#' signs when I first time tried to get asp-pages working.Also I checked error.log file, but there were no information about loading errors of any mod files. 2006/8/17, William A. Rowe, Jr. <[EMAIL PROTECTED]>: pasi julkunen wrote:> This intructions came

Re: [EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread pasi julkunen
This intructions came along: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 AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)"

[EMAIL PROTECTED] How can I get asp-pages work with Apache 2

2006-08-16 Thread pasi julkunen
I installed some 3rd party module to Apache 2.After installation I tested some pages in browser, but all I got was only code showing page.The installation package was mod_aspdotnet-2.0.0.msiIs it possible to get .NET pages working under Apache?Os is xp.