简体   繁体   English

未创建虚拟目录-Azure Bot

[英]Virtual Directory Not Created - Azure Bot

I am developing a bot in Azure using the Bot Framework (C#). 我正在使用Bot Framework(C#)在Azure中开发一个机器人。 After spinning it up on Azure I downloaded the source code and tried to open the provided Visual Studio solution file but got an error 在Azure上旋转它之后,我下载了源代码并尝试打开提供的Visual Studio解决方案文件,但出现错误

Creation of virtual directory http://localhost:3894/ failed with the error: Filename: redirection.config Error cannot read configuration file 

Google points towards an issue with IIS or IISExpress but the recommended solutions (forcing IIS to recreate config files by renaming them) didn't work. Google指出了IIS或IISExpress的问题,但是推荐的解决方案(迫使IIS通过重命名来重新创建配置文件)不起作用。 I don't know if the issue is with Visual Studio, my system, or something else entirely but anything that could shine light on the situation would be appreciated. 我不知道问题是否出在Visual Studio,我的系统或其他所有问题上,但是任何可以照亮情况的问题都将受到赞赏。

EDIT: Deleted and Re-downloaded both VS and IISExpress, did not fix the problem 编辑:删除并重新下载了VS和IISExpress,都没有解决问题

Try to right click your project in solution explorer and select properties. 尝试在解决方案资源管理器中右键单击您的项目,然后选择属性。 The select web on the left side. 左侧的选择网。 click the create virtual directory button. 单击创建虚拟目录按钮。 see if that works for you. 看看是否适合您。

在此处输入图片说明

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

相关问题 将Azure搜索与Virtual Assistant Template Bot集成 - Integrating Azure Search with Virtual Assistant Template bot 使用 Azure CLI 发布在 Bot 框架 Composer 中创建的 Bot - Publish a Bot created in Bot framework Composer using Azure CLI 无法创建资源目录路径 Azure - resource directory path could not be created Azure 没有创建asp.net应用程序扩展名的IIS 6虚拟目录 - IIS 6 Virtual Directory created without the asp.net application extensions 连接到虚拟机(Azure)中存在的Active Directory - Connecting to Active Directory which is present in Virtual Machine (Azure) 通过Active Directory用户连接到SQL Server的Azure虚拟机 - Azure Virtual Machine Connecting to SQL Server through Active Directory user WCF Azure使用DevExpress在虚拟目录中创建PDF文件 - WCF Azure create PDF file in virtual directory with DevExpress Azure Blob Storage 虚拟目录和容器有什么区别? - In Azure Blob Storage what is the difference between Virtual Directory and Containers? Bot框架虚拟助手作为MS Teams Bot - Bot Framework Virtual Assistant as MS Teams Bot Azure虚拟目录Webdeploy之后的Asp.Net Core WebApi内部服务器错误 - Asp.Net Core WebApi Internal Server Error after azure virtual directory webdeploy
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM