在Windows Server 2008 64bit下运行asp.net 1.1应用程序

时间:2022-11-11 20:33:56

Are there any issues with running an asp.net 1.1 application under windows server 2008 64-bit web edition?

在Windows Server 2008 64位网络版下运行asp.net 1.1应用程序是否有任何问题?

5 个解决方案

#1


3  

I have never tried it myself, but I did find the following pages that you might find interesting:

我自己从未尝试过,但我确实找到了以下可能感兴趣的页面:

  • This blog has an in depth walk through of configuring ASP.NET 1.1 on Windows Server 2008. The author does not say if it is x86 or x64, so I would just assume its x86. But either way, it looks like the author had to jump through some hoops to get the ISAPI filter setup correctly.

    这篇博客深入介绍了如何在Windows Server 2008上配置ASP.NET 1.1。作者没有说它是x86还是x64,所以我只假设它的x86。但不管怎样,看起来作者必须跳过一些箍来正确设置ISAPI过滤器。

  • I also found this thread on the IIS7 forums where someone discuses having poor performance from ASP.NET 1.1. on x64 Win2k8. So from poor performance I would assume it worked to some extent. Unfortunately towards the end of the thread the author mentions encounter 500 errors, and then the discuss stops :-(

    我还在IIS7论坛上找到了这个帖子,其中有人讨论了ASP.NET 1.1的性能不佳。在x64 Win2k8上。因此,从性能不佳,我认为它在某种程度上起作用。不幸的是,在线程结束时,作者提到遇到500个错误,然后讨论停止:-(

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.

所以从我读过的内容中我会猜到它可能,但是如果你能找到一些不涉及II7和x64的替代方案,我也会猜测你会有更少的麻烦。

#2


0  

I have recently been testing our application on 64 bit 2008. Our application is .net framework 3.5 but we had a few problems.

我最近在64位2008上测试了我们的应用程序。我们的应用程序是.net framework 3.5但我们遇到了一些问题。

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..

我们遇到的主要问题是第三方组件,例如Aspose字,它们不是为64位构建的,而是导致错误。不幸的是,你不知道没有尝试..

#3


0  

.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.

.NET 1.1仅为32位,因此应用程序池必须以32位运行并使用经典管道。我没有尝试过自己,我会尽我所能,不必在2008服务器上安装.NET 1.1,但它应该可行。

#4


0  

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.

通过单击计算机名称在IIS7管理员上找到“CGI限制”选项(最后一步)。

#5


0  

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.

我很确定http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/上的文章是适用于Windows Server的NON-R2版本。

As far as I know ASP.NET 1.1 cannot run (or at least, not run well) on Windows.

据我所知,ASP.NET 1.1无法在Windows上运行(或至少运行不正常)。

There are some band-aid solutions around that various people have posted / blogged but this isn't supported by Microsoft.

各种各样的人发布/博客都有一些创可贴解决方案,但微软并不支持这种解决方案。

#1


3  

I have never tried it myself, but I did find the following pages that you might find interesting:

我自己从未尝试过,但我确实找到了以下可能感兴趣的页面:

  • This blog has an in depth walk through of configuring ASP.NET 1.1 on Windows Server 2008. The author does not say if it is x86 or x64, so I would just assume its x86. But either way, it looks like the author had to jump through some hoops to get the ISAPI filter setup correctly.

    这篇博客深入介绍了如何在Windows Server 2008上配置ASP.NET 1.1。作者没有说它是x86还是x64,所以我只假设它的x86。但不管怎样,看起来作者必须跳过一些箍来正确设置ISAPI过滤器。

  • I also found this thread on the IIS7 forums where someone discuses having poor performance from ASP.NET 1.1. on x64 Win2k8. So from poor performance I would assume it worked to some extent. Unfortunately towards the end of the thread the author mentions encounter 500 errors, and then the discuss stops :-(

    我还在IIS7论坛上找到了这个帖子,其中有人讨论了ASP.NET 1.1的性能不佳。在x64 Win2k8上。因此,从性能不佳,我认为它在某种程度上起作用。不幸的是,在线程结束时,作者提到遇到500个错误,然后讨论停止:-(

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.

所以从我读过的内容中我会猜到它可能,但是如果你能找到一些不涉及II7和x64的替代方案,我也会猜测你会有更少的麻烦。

#2


0  

I have recently been testing our application on 64 bit 2008. Our application is .net framework 3.5 but we had a few problems.

我最近在64位2008上测试了我们的应用程序。我们的应用程序是.net framework 3.5但我们遇到了一些问题。

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..

我们遇到的主要问题是第三方组件,例如Aspose字,它们不是为64位构建的,而是导致错误。不幸的是,你不知道没有尝试..

#3


0  

.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.

.NET 1.1仅为32位,因此应用程序池必须以32位运行并使用经典管道。我没有尝试过自己,我会尽我所能,不必在2008服务器上安装.NET 1.1,但它应该可行。

#4


0  

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.

通过单击计算机名称在IIS7管理员上找到“CGI限制”选项(最后一步)。

#5


0  

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.

我很确定http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/上的文章是适用于Windows Server的NON-R2版本。

As far as I know ASP.NET 1.1 cannot run (or at least, not run well) on Windows.

据我所知,ASP.NET 1.1无法在Windows上运行(或至少运行不正常)。

There are some band-aid solutions around that various people have posted / blogged but this isn't supported by Microsoft.

各种各样的人发布/博客都有一些创可贴解决方案,但微软并不支持这种解决方案。