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.
1 Jahr weitere
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
1 Jahr weitere
HI
can you please post the Error that you facing after publishing?

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

Iam not using Local IIS.We are using Hosting Provider.
1 Jahr weitere
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?
1 Jahr weitere
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.
1 Jahr weitere
Did you turn on the stdoutLogFile error log in Webconfig as above ?
Any error in the \logs\stdout_XXXX.log file ?
1 Jahr weitere
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
1 Jahr weitere
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
1 Jahr weitere
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.
1 Jahr weitere


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.