首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在asp.core中托管IIS2.0WebAPI时出错

在asp.core中托管IIS2.0WebAPI时出错
EN

Stack Overflow用户
提问于 2017-11-29 22:13:54
回答 0查看 3.3K关注 0票数 4

我已经开发了IISCore2.0WebAPI并在asp.net中托管。我安装了Hosting Bundle Installation中提到的主机捆绑包

但是由于某些原因,我得到了以下错误:

代码语言:javascript
复制
An error occurred while starting the application.

.NET Core 4.6.25815.02 X64 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.0.0-rtm-26452    |    Microsoft Windows 6.1.7601 S 

stdout中的一些错误行...

代码语言:javascript
复制
warn: Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository[50]
      Using an in-memory repository. Keys will not be persisted to storage.
warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[59]
      Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
warn: Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository[50]
      Using an in-memory repository. Keys will not be persisted to storage.
warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[59]
      Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
warnwarn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
      No XML encryptor configured. Key {973e8bbf-2ca5-4c7f-a2ac-2672c9bb8041} may be persisted to storage in unencrypted form.
: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]
      No XML encryptor configured. Key {973e8bbf-2ca5-4c7f-a2ac-2672c9bb8041} may be persisted to storage in unencrypted form.
Hosting environment: Production
Content root path: C:\Elay\PublishOutput
Now listening on: http://localhost:30127
Application started. Press Ctrl+C to shut down.
fail: Microsoft.EntityFrameworkCore.Database.Connection[200004]

有什么帮助吗?

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47554834

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档