Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hii,

I have created a visual studio 2015 ASP.NET 4.5 web application project. I can access it from visual studio with IIS express. I just want to put this link inside a excel arc, and access it without openning visual studio. Can you do it without installing IIS?

Thanks

What I have tried:

I just want a fully description of how to deploy the web site as a standalone application.
Posted
Comments
F-ES Sitecore 17-Jun-16 6:28am    
You'll need to deploy your site to an IIS server that you know the person accessing the Excel file will have access to. So if this is an internal company network then it'll go on a server on that network, otherwise you'll need to buy a domain and hosting package from a provider and host your site publically on the internet.
Sinisa Hajnal 17-Jun-16 6:45am    
You'll have to google it. You can use localhost if you have IIS (express) on localmachine. VS can run it because as part of the web project it starts local instance of IIS Express. If you install it separately, you could run your application on that computer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900