Are there any issues with running an asp.net 1.1 application under windows server 2008 64-bit web edition?
|
I have never tried it myself, but I did find the following pages that you might find interesting:
So from what I've read I would guess that its possible, but I would also guess that you would have less hassle if you could find some alternative that didn't involve both II7 and x64. |
|||
|
|
|
I have recently been testing our application on 64 bit 2008. Our application is .net framework 3.5 but we had a few problems. The main issue we had was with 3rd party components such as Aspose words which were not built for 64 bit and caused an error. Unfortunatly you wont know without trying it.. |
|||
|
|
|
.NET 1.1 is 32 bit only hence the app pool would have to run as 32 bit and use the classic pipeline. I haven't tried myself and I would do all that I can to not have to install .NET 1.1 on a 2008 server but it should work. |
|||
|
|
|
No problem. Just follow intructions on http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/ The option "CGI Restrictions" (last step) is found on IIS7 admin by clicking on the machine name. |
|||
|
|
|
I'm pretty sure that the article at http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/ is for NON-R2 versions of Windows Server. As far as I know ASP.NET 1.1 cannot run (or at least, not run well) on Windows. There are some band-aid solutions around that various people have posted / blogged but this isn't supported by Microsoft. |
|||||
|