SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Installation on Live Server #14

Open GDRamesh opened 5 years ago

GDRamesh commented 5 years ago

HI Team, Goo Morning,

I was trying to install sensenet community edition on my live server by following the steps mentioned on this wiki page.

http://wiki.sensenet.com/How_to_install_Sense/Net_from_web_deployment_package_(IIS_7.5_and_IIS_7.0)

At step 1, I have downloaded the zip file. When I have extracted the zip file to a folder. I don't see the any source folder.

Web Deployment

And also I have tried to setup/install using Web Deployment. As shown in Step 8 the options are not avaialble. I am just seeing json files and issues.

GDRamesh commented 5 years ago

Please can any one direct me to download the stable deployable packages of SenseNet on Live Server. I didn't find clue to resolve the issue.

herflis commented 5 years ago

Hi @GDRamesh,

There's no webdeployment package for the latest version (sensenet 7). Please check this article about how to install sensenet 7 with nuget packages. Install sensenet locally and than you are able to publish it to your server.

GDRamesh commented 5 years ago

Thank you for quick reply. We have tried SenseNet 7.0 installation instructions. We were facing few issues, which I have reported https://github.com/SenseNet/sn-client-dotnet/issues/13

My Live Server do not have VS 2017. The article instructs to do some steps in VS2017 by opening a new project. The same steps we have done. In local it is working but when I build/publish the solution to a folder and host in IIS, it is not working.