March 31, 200520 yr comment_351 First, make sure that you have at least .NET Framework 1.1 installed and also if using XP, you may have to have at least SP1 installed for it to work. Download the mod_aspdotnet module from:http://www.apache.org/dist/httpd/mod_aspdo...otnet-2.0.0.msi Install it to the Apache directory, if the W:/ path gives you problem, then use the real path. Edit the httpd.conf file for Apache. # Add under the other modules: 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 <IfModule mod_aspdotnet.cpp> # Mount the ASP.NET example application AspNetMount /active "W:/www/active" # Map all requests for /active to the application files Alias /active "W:/www/active" # Allow asp.net scripts to be executed in the active example <Directory "W:/www/active"> Options FollowSymlinks ExecCGI Order allow,deny Allow from all DirectoryIndex Default.htm Default.aspx </Directory> # For all virtual ASP.NET webs, we need the aspnet_client files # to serve the client-side helper scripts. AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) \ "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"> Options FollowSymlinks Order allow,deny Allow from all </IfModule> For mroe information, refer to the default webiste at: http://httpd.apache.org/cli/introduction Credits: gopo & TerryLok. ThanksOlajide OlaolorunUniform Server Developer Best Regards Olajide Olaolorun The Uniform Server Development Team Report
February 21, 200818 yr comment_6238 this is no longer supported by apache - has been dropped... although further search on apache's site brings you another link to try adding the asp.net mod to apache - however, the code you supplied doesn't work as .Net framework's files also have changed since this posting Running Uniserver 3.5 with hMailserver on WinXP []D [] []\/[] []D Report
March 12, 200817 yr comment_6290 Just to help others: http://mod-aspdotnet.sourceforge.net is the new and original home of the module, since the apache crew does not host it any more Report
March 12, 200817 yr Author comment_6296 Thanks guys... Hopefully we will see a full fledge one soon. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 21, 200817 yr comment_6424 I tried to install this, but I couldn't find an apache directory to install it into. I found apache2 but it wouldn't let me continue. Is their any other way to install this? Report
May 22, 200817 yr comment_6430 Ok, I realized that it (the installer) wouldn't let you continue probably because it wasn't able to find a valid installed version of Apache in the location you've provided to it.According to a comment on this site, you should use this version instead: http://downloads.sourceforge.net/mod-aspdo...mp;big_mirror=0.Tell us if that works Edit: No, it won't work as this is probably the version you tried and it's for Apache 2.2, which will probably only be shipped in the next version of Uniform Server.See my post below for the correct instructions (and an apology). Edited May 22, 200817 yr by Minute Report
May 22, 200817 yr comment_6431 Wait, or is that only for people using Apache 2.2 and having path problems.Sorry for confusing you, I didn't realize that the 2.0.0 and 2.2.0 were referring to the version of Apache and not the version of mod_aspdotnet . If the version I linked to above was the one that gave you problems, then you should get http://downloads.sourceforge.net/mod-aspdo...mp;big_mirror=0. This should be the one to work with Uniform Server 3.5, as 3.5 doesn't ship with Apache 2.2 but with 2.0. By the way, the Apache2 directory that you found should be the one Olajide is talking about. Report
July 21, 200817 yr comment_6624 The link above is out of date. The module that is referred to has since been retired. The new url is :<a href='http://sourceforge.net/projects/mod-aspdotnet' target='asp'>http://sourceforge.net/projects/mod-aspdotnet</a> This post is just to update the link to the module, I have not determined if the instructions following the download of the module remain the same or need to be modified to accommodate the updated files. Report
May 17, 201015 yr comment_8322 New Thread Created - http://forum.uniformserver.com/index.php?showtopic=1923 Report
May 29, 201114 yr comment_9279 http://sourceforge.net/projects/mod-aspdot...up.msi/download New Link for mod_aspdonet Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.