简体   繁体   English

使用 C# 部署 Azure 应用程序 ASP.NET - 错误 CrystalReports

[英]Deploy Azure application ASP.NET with C# - Error CrystalReports

I come to ask for guidance to this great Microsoft .NET community我来为这个伟大的 Microsoft .NET 社区寻求指导

I am a Java dev and I have always worked with architectures designed for Java environments.我是一名 Java 开发人员,我一直使用为 Java 环境设计的架构。

I ended up having the opportunity to implement an ASP project.我最终有机会实施一个 ASP 项目。 NET with C # in a clound environment at AZURE. NET 在 AZURE 的云环境中使用 C#。

A great learning experience for those who have never worked or studied tools and languages ​​of the .NET ecosystem.对于那些从未工作或学习过 .NET 生态系统的工具和语言的人来说,这是一次很棒的学习体验。

If anyone knows how to guide me, I would be very grateful, I already did the study on the Internet about the problem and I didn't find a simple solution, or at least not for me.如果有人知道如何指导我,我将非常感激,我已经在网上研究了这个问题,但没有找到简单的解决方案,或者至少不适合我。

My problem is as follows: After deploying the project to Azure via the Visual Studio 2012 tool's public menu, we had the message when trying to access the application through the browser:我的问题如下:通过Visual Studio 2012工具的公共菜单将项目部署到Azure后,我们在尝试通过浏览器访问应用程序时收到消息:

在此处输入图片说明

The project uses tools called Crystal and another called Telerik for reports and graphs.该项目使用名为 Crystal 和另一个名为 Telerik 的工具来生成报告和图表。

In order to set up the local development environment, we had to install these tools, but how to install them there in the Azure environment?为了建立本地开发环境,我们不得不安装这些工具,但是如何在 Azure 环境中安装它们呢? There is my problem, I still couldn't find a solution to do this.这是我的问题,我仍然找不到解决方案来做到这一点。

Thanks for the help.谢谢您的帮助。

App Service Web Apps runs in a secure environment called a sandbox ofr security reasons but has some limits.应用服务 Web 应用在称为沙箱的安全环境中运行,出于安​​全原因,但有一些限制。

For more information:想要查询更多的信息:

https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox

One possibility is to use a Windows Container.一种可能性是使用 Windows 容器。 Here you can follow the quickstart to run a Windows Container in App Service:在这里,您可以按照快速入门在应用服务中运行 Windows 容器:

https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-windows-container https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-windows-container

In this case Hyper-V is used as the sandbox to run the Windows Container.在这种情况下,Hyper-V 用作运行 Windows 容器的沙箱。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM