I had publish asp.net core MVC core web application in Filezila. I follow this steps:
Open your project in Visual studio. Right click on your main project and click publish
Create a new profile with any name.Click next.
Select publish method as File System.Also Select the location where you want to save.Click next.
Select Configuration as Release-Any CPU.
Click Publish.
but When i run it ,i found some bootstrap libraries and functions are not working. for example :
bootstrap model with partial view in iis express (Debug)step it load the partial view but after i publish it it popup empty model and not load partial view
bootstrap rtl file in iis express (Debug)step represent all text from right to left but after i publish it it represent all text from left to right
How can i solve it? peas answer me as fast as possible Thanks
You didn't debug enough yet, so how come a solution.
Since you have a good case (on IIS Express) and a bad case (deployed to IIS), tools like Fiddler or your browser's developer tools can reveal the key differences in file loading and JavaScript execution. Before a careful analysis of that, the culprit won't
be clear, and no solution can be made.
Lex Li
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Member
1 Points
48 Posts
Asp.net core publish in Filezila
Nov 16, 2019 04:24 PM|ohoud|LINK
I had publish asp.net core MVC core web application in Filezila. I follow this steps:
but When i run it ,i found some bootstrap libraries and functions are not working. for example :
How can i solve it? peas answer me as fast as possible Thanks
Contributor
4863 Points
4123 Posts
Re: Asp.net core publish in Filezila
Nov 17, 2019 01:01 AM|DA924|LINK
How can i solve it? peas answer me as fast as possible Thanks
What lead you to using Filezila, which you should probably stop using the unorthodox approach?
Member
1 Points
48 Posts
Re: Asp.net core publish in Filezila
Nov 17, 2019 03:29 AM|ohoud|LINK
can you told me what is the orthodox approach? because i don't know another approach
Member
1 Points
48 Posts
Re: Asp.net core publish in Filezila
Nov 17, 2019 06:15 AM|ohoud|LINK
this is my layout page
Participant
970 Points
397 Posts
Re: Asp.net core publish in Filezila
Nov 17, 2019 03:04 PM|lextm|LINK
You didn't debug enough yet, so how come a solution.
Since you have a good case (on IIS Express) and a bad case (deployed to IIS), tools like Fiddler or your browser's developer tools can reveal the key differences in file loading and JavaScript execution. Before a careful analysis of that, the culprit won't be clear, and no solution can be made.
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.