Visual Studio and Kentico on Server

sachin khanna asked on April 24, 2018 13:44

Hello guys,

Can you help me how I can open my Kentico Project in Visual Studio if I have Kentico on server, not on my local machine.

Sachin Khanna

Recent Answers


Trevor Fayas answered on April 24, 2018 13:53 (last edited on April 24, 2018 13:55)

While you can't open a solution remotely without remote desktoping into that computer, it is possible to configure the server to allow remote debugging, I know it exists but I haven't set it up myself.

https://msdn.microsoft.com/en-us/library/y7f5zaaa.aspx

0 votesVote for this answer Mark as a Correct answer

Zach Perry answered on April 24, 2018 18:22

Is the server on your network? If so, and you have access to it, you should just be able to open the solution by navigating to it. If not, and you want to modify it, you will have to copy the project to your machine.

You might want to look into using some source control and setting up deployments.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.