asp.net framework 1.1
apache 2.50 win32
Loaded mod_aspdotnet.so from your site.

Added the following to my apache config:
             //////
           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/$4"

<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
 ///////
After that, i tried to deploy my asp webpages through apache, but had the following error:
             /////
            Forbidden
            You don't have permission to access /WebApplication1/WebForm1.aspx on this server.
              /////
What am i doing wrong?

Reply via email to