How to publish a code with hosting provider

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 ano atrás
Iam publishing my code with some hosting provider but it is not hosting into server .can anyone tell me how to host with a hosting provider.
1 ano atrás
Please check the documentation.
1 ano atrás


I have done every step in the documentation the above image shown iam having that issue.can u please check that image URL and tell me the solution.
1 ano atrás
Please check it:
https://stackoverflow.com/questions/67297354/http-error-500-0-asp-net-core-iis-hosting-failure-in-process-in-dot-net-core/70353654#70353654
1 ano atrás
Hi

Still facing the issue .This is the url of the issue

https://postimg.cc/phQRcBHK    can u please check this out.
1 ano atrás
Did it work before
i.e. it works then stops working and gets the timeout ?
Is it a shared server ?
- If so its probably resources - Memory and/or CPU overload
1 ano atrás
Hi
Thanks for the reply, actually we publish the source code downloaded from nopcommerce site (4.6 version) this publish folder with a physical path we put it in our hosting provider("LiquidWeb") with the FTP details we are trying to host but it is showing error i.e image url in previous reply of mine.
My question is why cant i host the source code which is downloaded from nopcommerce?
If there is a way can u please tell me.

Thank you
1 ano atrás
You can host the published website - I just did it today
But you need to setup a lot of things and it takes background knowledge
Basically you need to
- Publish website
- Setup IIS
- Configure the environment
- Set the directory permssions
- Set the database logins and permissions
- Run the website
- If it does not work check for errors
-> Eventually you get it working

There is instructions in the documentation which have been provided
You have done a few posts and people have helped to provide solutions
There is ways to check for errors and work out what you need to do
But maybe if you cant work it out you need to engage the services of a proffesional to help you
1 ano atrás
RE: "...host the source code which is downloaded from nopcommerce..."

Just to be clear, you cannot "host the source code".  You host the "no source" version.  If you are using Visual Studio to build / publish your own "no source" ('executable'), then that's fine.

I recommend that you first test the nopCommerce "no source" version as-is, and see if that works for you on your host.  If that works fine, then you can better troubleshoot your "custom" version.
1 ano atrás
Hi @yidna

Thanks for ur reply its working.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.