How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment [closed]
- by lmttag
Possible Duplicate:
How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment
We have an ASP.NET Web API server that serves up a SQL Server data driven website. The API uses JSON to transfer data from SQL Server to the front end.
We need to move it to an internal production environment (nothing will be…