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 along:>> LoadModule aspdotn

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

2006-08-16 Thread William A. Rowe, Jr.
pasi julkunen wrote: > This intructions came along: > > LoadModule aspdotnet_module "../modules/mod_aspdotnet.so" Those lines were fine (I suppose it tells you in your error.log file that mod_aspdotnet is loaded)... > #AspNetMount /app-uri "C:/path/to/app" Did you really leave the '#' signs in?

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+)/(.*)"

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

2006-08-16 Thread Evan Platt
At 04:39 PM 8/16/2006, you wrote: 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.msi Is it possible to get .NET pages working under Apache?Os is xp.

[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.