Thursday, September 7, 2017

Hosting net.tcp wcf on IIS Express and IIS

to host on IIS



on project properties

IIS express

Project files have the information related to the IIS Express and it’s basic settings; whereas there are several configuration files that are required to host and run a web application.  You can find all the IIS Express related files under \users\\My Documents \ IISExpress\Config .

Open the “applicationhost.config” file in any text editor, and search for your web application name. You will find a section similar to the image shown in below.
Configuration Settings
http://dailydotnettips.com/2014/01/29/5-internal-things-that-you-should-know-about-iis-express/

No comments:

Post a Comment