How to close window with PowerShell Core
The post is devoted to PowerShell script which runs the command and confirms an operation by the closing confirmation window… Read More How to close window with PowerShell Core
The post is devoted to PowerShell script which runs the command and confirms an operation by the closing confirmation window… Read More How to close window with PowerShell Core
This post describes data API app for tutorial “Create Azure API App with AAD authentication and web jobs”.
This app is used in the scenario without authentication.
… Read More Create Azure API App with AAD authentication and web jobs – Data API app without authentication
Workshop named “Create Azure API App with AAD authentication and web jobs” that describes how to use and secure Data API App in Azure environment with AAD authentication will be presented at AzureDay-2017 conference.… Read More Workshop at Azure Day 2017
The tutorial describes how to use and secure Data API App in Azure environment with AAD authentication. … Read More Tutorial: Create Azure API App with AAD authentication and web jobs
There is no excerpt because this is a protected post.
Потребовалось развернуть внутренний узел с поддержкой asp.net 4.0. Выбрал подходящий сервер c установленной Windows Server 2008 R2, установил роль IIS с необходимыми компонентами, добавил папку с содержимым узла, настроил доступ пользователей, создал и настроил узел с собственным пулом приложений, где выбрал Asp.net v4.0: При запуске проверочной страницы Default.aspx увидел сообщение об ошибке: На первый взгляд,… Read More Включение ASP.Net 4.0
Рассмотрим страницу на ASP.Net, на которой расположен FormView или подобный объект с содержимым из источника данных. Код страницы приведен ниже. ************************ TestEval.aspx, v.1 ************************* <%@ Page Language=”C#” AutoEventWireup=”true” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=windows-1251″> <title>Адаптация метода Eval</title> </head> <body id=”m_body” topmargin=”1″ leftmargin=”0″ bottommargin=”1″ rightmargin=”0″ style=”cursor:… Read More Адаптация метода Eval