I just tried to install asp.net on web developer 2.0 in apache and well I can't seem to get it to work. I fount the asp.net mod and setup manual on it and it just doesn't work. I was hoping may be that some one could give some help
I edited the httpd.conf file and added some new options to asp.net and I fount the asp.net mod too and I installed it.
So far this is what I have in the httpd.conf file.
LoadModule aspdotnet_module modules/mod_aspdotnet.so
<IfModule mod_aspdotnet.cpp>
AspNetMount /www/vhosts/localhost "c:/www/vhosts/localhost"
Alias /www/vhosts/localhost "c:/www/vhosts/localhost"
<directory "c:/www/vhosts/localhost">
Options FollowSymlinks ExecCGI
order allow,deny
Allow from all
DirectoryIndex index.htm index.php Default.aspx
</directory>
AliasMatch /aspnet_Client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "c:/windows/Miscrosoft.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>
</IfModule>
Addhandler asp.net asax ascx ashx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
After doing all this I still can't get my pages to display
You can check this out. Was a sample I put together and some of it shows just not all of it.
http://topersbbs.dtdns.net/rewyou/PLEASE HELP