Translation of "ASP.NET-App" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Wenn ein externer Computer eine Anforderung an Port 80 an meinen Host sendet, empfängt Docker die Anforderung und leitet sie transparent an die ASP.NET-App weiter, die im Container ausgeführt wird.
If an external machine sends a request on port 80 to my host, Docker receives the request and transparently forwards it to the ASP.NET app running in the container.
Wenn ich über eine SQL Server-Instanz verfüge, die auf dem Computer im Netzwerk ausgeführt wird, kann die ASP.NET-App im Container diese verwenden. Ich muss nur den Servernamen in der Verbindungszeichenfolge angeben.
If I had a SQL Server instance running on a machine in the network, the ASP.NET app in the container could use it-I'd just need to specify the server name in the connection string.
Beispielsweise können Sie die Timeout-Einschränkungen in Ihrer ASP.NET-App konfigurieren.Überlegungen zur VerarbeitungProcessing considerations
For example, you can configure timeout limits in your ASP.NET app. Processing considerations
Other results
Erfahren Sie, wie Sie Ihre erste ASP.NET Core-Web-App erstellen.
Erstellen Sie mit einer kostenlosen, eingebetteten Datenbank-App ASP.NET-Websites und Windows-Desktopanwendungen.
1 zeigt die grobe Softwarearchitektur einer einfachen ASP.NET MVC App.
1 shows the rough software architecture of a simple ASP.NET MVC App.
Erstellen einer ASP.NET MVC-App mit Authentifizierung, SQL-Datenbank und Bereitstellung in Azure App Service
Create an ASP.NET MVC app with auth and SQL DB and deploy to Azure App Service
In diesem Tutorial wird gezeigt, wie Sie über Ihren Code sicher auf Kennwörter und andere geschützte Informationen in ASP.NET und Azure App Service zugreifen können.
This tutorial shows how your code can securely access passwords and other secure information in ASP.NET and Azure App Service.
Erstellen und Bereitstellen einer sicheren ASP.NET MVC 5-App mit Mitgliedschaft, OAuth und SQL-Datenbank
Create and deploy a secure ASP.NET MVC 5 app with membership, OAuth, and SQL Database
In diesem Beispiel wird eine Docker-Beispielanwendung für ASP.NET-Core für die App verwendet, die in Docker bereitgestellt werden soll.dockerize.
In diesem Artikel verwende ich eine monolithische ASP.NET WebForms-App, die eine Verbindung mit einer SQL Server-Datenbank herstellt, und modernisiere diese, indem ich die Vorteile der Docker-Plattform nutze.
In this article I'll take a monolithic ASP.NET WebForms app that connects to a SQL Server database, and modernize it by taking advantage of the Docker platform.
Application Insights ermöglicht dir eine 360º Ansicht über Verfügbarkeit, Leistung und Nutzung deiner ASP.NET Dienstleistung oder mobilen App für Windows Phone, iOS und Android-Plattformen.
Application Insights provides a 360º view across availability, performance and usage of your ASP.NET services and mobile applications for Windows Phone, iOS and Android platforms.
Wenn diese ASP.NET Core-App meinen „SamuraiContext" verwendet, erfolgt dies nun standardmäßig mit SQL Server und meiner Verbindungszeichenfolge.
When this ASP.NET Core app uses my SamuraiContext, by default, it will now do so with SQL Server and my connection string.