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+)/(.*)" \
           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$5"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
    Options FollowSymlinks
    Order allow,deny
    Allow from all
</Directory>

#AspNetMount /app-uri "C:/path/to/app"
#Alias /app-uri "C:/path/to/app"
#<Directory "C:/path/to/app">
#    Options FollowSymlinks Indexes Includes ExecCGI
#    Order allow,deny
#    Allow from all
#    DirectoryIndex default.htm default.aspx
#</Directory>

I put that into http.conf.
Did I something wrong 'cause I changed that AspNetMount to point the place where asp-files are?

2006/8/17, Evan Platt <[EMAIL PROTECTED]>:
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.

It likely is. Did the manual that came with the download tell you
what you need to add to your httpd.conf or htaccess ? Likely
something along the lines of AddHandler or AddType.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL: http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to