
- Make visual studio marketplace extension public how to#
- Make visual studio marketplace extension public install#
- Make visual studio marketplace extension public free#
This is useful for scenarios like testing and debugging webhooks, or anywhere else an external system needs to access your application.

An extension can range in all levels of complexity, but its main purpose is to increase your productivity and cater to your workflow. In this blog post, I demonstrated how you can use the Conveyor extension for Visual Studio to make your application running on IIS Express available over the internet. Extensions are add-ons that allow you to customize and enhance your experience in Visual Studio by adding new features or integrating existing tools. You can now access your application from any internet device with this URL: To do that, click on the Access over Internet button.Īt this point, you will be asked to log in to the Conveyor website or sign up for a new account.Īfter you have logged in, you will see an Internet URL in the Conveyor tool window. You can access the application using that remote URL.Īs you can see, that URL is just an IP address with a port, but you may need to access your application using a proper domain name without a port. Once the application has started up, you can access Conveyor by going to Tools > Conveyor.Ī Visual Studio tool window will open and you will see your application listed, alongside a Remote URL. Be sure to run your application with IIS Express. Using ConveyorĪfter the installation is complete, open and run the application that you want to expose on the internet. You will need to close and restart Visual Studio as part of the installation process.

Make visual studio marketplace extension public install#
Click on the Download button to install the extension. You will see it listed as Conveyor by Keyoti. In Visual Studio ( I am using VS 2019), go to Extensions > Manage Extensions.Įnsure you have selected the Online section, then search for conveyor. You can install Conveyor from the Visual Studio Marketplace.
Make visual studio marketplace extension public how to#
In this blog post, I’ll show you how to install and use Conveyor. It is a Visual Studio extension called Conveyor.
Make visual studio marketplace extension public free#
This can be a nuisance, and though you can prevent that by buying a paid subscription, there is another, free option available to you as well. One of the issues I mentioned on that blog post was that ngrok changes the public URL for your application every time you restart it.

This is very useful in situations where you want to test and debug webhooks, for example. In yesterday’s blog post, I looked at how you can use ngrok to access an ASP.NET Core web application running on your computer from the public internet.
