Files are missing when publishing asp mvc core c# visual studio .net7 #58827
Unanswered
EnesGundogdu13
asked this question in
Q&A
Replies: 1 comment 1 reply
-
.NET 7 is no longer supported - do you have the same problem after upgrading to .NET 8? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am developing a website on asp mvc core c# .net7 via visual studio and I have published my web page, but the files that should be in it do not come. The incoming files are as follows;
wwroot Folder
appsettings.development.json
appsettings.json
Microsoft.EntityFrameworkCore.Abstractions.dll
Microsoft.EntityFrameworkCore.dll
Microsoft.EntityFrameworkCore.Relational.dll
MySqlConnector.dll
Pomelo.EntityFrameworkCore.MySql.dll
Portegu.dll
Portegu.exe
Portegu.pdb
Portegu.runtimeconfig.json
web.config
X.pagedList.dll
X.pagedList.Mvc.Core.dll
These files are available. None of my view files are coming and when I publish my site in this way, my web page does not work. I select the following options when publishing my project to the folder;
Configuration: Release
Target Framework: net7.0
Deployment Mode: Frame dependent
Target Runtime: Portable
I have tried all other settings except these, but the files are always missing. How can I solve this problem? Did I convey my problem in detail?
Beta Was this translation helpful? Give feedback.
All reactions