简体   繁体   English

Visual Studio中的应用程序池在哪里?

[英]Where is app pool located in visual studio?

I'm having trouble finding the app pool, I need to set my app pool to allow my crystal report to run properly. 我在找到应用程序池时遇到麻烦,我需要设置我的应用程序池以允许我的水晶报表正常运行。 On my computer where I develop the application, it works properly but when I try to run the program on another computer it won't run, I've read similar articles about it here , but I can't finish the last part, where @Matt Palmerlee said that I need to set the application pool for it to work properly. 在我开发应用程序的计算机上,它可以正常运行,但是当我尝试在另一台计算机上运行该程序无法运行时,我在此处阅读了类似的文章,但是我无法完成最后一部分, @Matt Palmerlee说,我需要设置应用程序池才能使其正常运行。

You may need to carry out a bit more troubleshooting, but if you need to configure the application pool, here's how to get there: 您可能需要进行更多的故障排除,但是如果您需要配置应用程序池,请按以下步骤操作:

Open IIS (Internet information services) normally by clicking the start button and typing IIS 通过单击开始按钮并键入IIS,通常可以打开IIS(Internet信息服务)

Application pools are the second node. 应用程序池是第二个节点。 Find the pool your application is using and change the properties. 查找您的应用程序正在使用的池并更改属性。

在此处输入图片说明

Advanced settings: 高级设置: 在此处输入图片说明

You are not using IIS server because your project looks like for local machine only. 您没有使用IIS服务器,因为您的项目看起来仅适用于本地计算机。

The location of app pool is in IIS server looks like the answer above which is you don't need it i guess. 应用程序池的位置在IIS server看起来像上面的答案,我想您不需要它。

If your project did not run from other PC: 如果您的项目不是从其他PC运行的:

  1. Install the version of crystal report like the version of your development side. 安装Crystal报表的版本,如开发端的版本。
  2. Use 32-bit crystal report run time. 使用32位Crystal报告运行时。

Hope it helps 希望能帮助到你

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 NuGet.Config 文件位于 Visual Studio 项目中的什么位置? - Where is NuGet.Config file located in Visual Studio project? Visual Studio的“测试资源管理器”输出位于何处?它是保存的文件吗? - Where is the Visual Studio 'Test Explorer' Output located? Is it a saved file? App_Start位于哪里? - Where is App_Start located? 为什么.cshtml更改在应用程序池回收之前不会在本地反映出来? 为什么在Visual Studio中构建项目会停止回收应用程序池? - Why are .cshtml changes are not reflected locally until app pool recycle? Why did building my project in Visual Studio stop recycling the app pool? Winforms应用程序未在未安装Visual Studio的第二台计算机上打开 - Winforms app not opening on a second computer where Visual Studio is not installed 如何指定C#/ Visual Studio保存应用程序数据的位置 - How to specify where C# / Visual studio saves app data Visual Studio中的命名空间在哪里 - Where are the namespaces in visual studio Azure SDK的Visual Studio部分位于哪个存储库中? - In which repository is the visual studio part of the azure sdk located? C# 带有位于自定义路径中的 a.config 的 Visual Studio 安装程序 - C# Visual Studio Setup with a .config located in a custom path Visual Studio中的using语句在哪里 - Where are the using statements in Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM