How to move my published code into deployement even if a version is changed.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 1 año
HI
Iam having the nopcommerce source code(Version 4.60) in which i made a changes this code i made it to publish.This published code i have to move it to deployement (for staging) .How can i do it?
It showing some error page like(HHH...Page not Found  like this type issues).
Can ayone please help how to do it.

Thanks
Hace 1 año
HI
can you please post the Error that you facing after publishing?

are you trying to deploy on local IIS ? or any hosting provider
Hace 1 año
HI
https://postimg.cc/cvfGh89r                    This is the image URL of the issue.

Iam not using Local IIS.We are using Hosting Provider.
Hace 1 año
ranjith1995 wrote:
HI
https://postimg.cc/cvfGh89r                    This is the image URL of the issue.

Iam not using Local IIS.We are using Hosting Provider.


Could you follow this article and share with us the error details you are getting?
Hace 1 año
HI
The "Send emails" scheduled task failed with the "An error occurred while sending the request." error (Task type: "Nop.Services.Messages.QueuedMessagesSendTask, Nop.Services". Store name: "Your store name". Task run address: "http://localhost:44369/scheduletask/runtask").

This is the error i get in "LOG". But my error is iam unable to host my source code.
Hace 1 año
Did you turn on the stdoutLogFile error log in Webconfig as above ?
Any error in the \logs\stdout_XXXX.log file ?
Hace 1 año
HI

<aspNetCore requestTimeout="23:00:00" processPath="dotnet" arguments=".\Nop.Web.dll" forwardWindowsAuthToken="false" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600" hostingModel="InProcess"></aspNetCore>

This is my web.config
Hace 1 año
ranjith1995 wrote:
HI

<aspNetCore requestTimeout="23:00:00" processPath="dotnet" arguments=".\Nop.Web.dll" forwardWindowsAuthToken="false" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600" hostingModel="InProcess"></aspNetCore>

This is my web.config


Here, You need to enabled stdoutLogEnabled.
stdoutLogEnabled = true
Once you got the error you will get a log .txt file generated in ~/Logs folder (~/Presentation/Nop.Web/Logs for Source version of nopCommerce).

Steps are given is below link
Hace 1 año
HI

I got that .txtfile With these .txtfile how can i host my code in hosting provider?
Can u Please,briefly expalin me about this.
Hace 1 año


This is the error msg iam getting after i changed "stdoutEnabled=true" in web.config file.
I got a .txt file in "Log-->stdout.xxxxx_15580.log" I got this file.
After this what should i do could please tell me how to host my source code.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.