Page 1 of 1

using ASP.net and Windows app

Posted: Wed 14 Aug 2013 20:43
by designauto
Hi, I have included the .config and .licx files in DataAccessLayer.dll. The .config
only lists DA-bom.exe and nothing else. However both deployments work below. This is
fine but what i dont understand is how could the ISS deployment work without me having to
list w3wp.exe in the .config file? I dont want any surprises further down the road.

Thanks,


For application we have:

Da-bom.exe
DA.dll
DataAccessLayer.dll
devArt.dll

For IIS

w3wp.exe
DADiagramGeneratorService.asmx and .cs
DA.dll
DataAccessLayer.dll
devArt.dll

Re: using ASP.net and Windows app

Posted: Tue 20 Aug 2013 13:01
by Pinturiccio
designauto wrote:what i dont understand is how could the ISS deployment work without me having to list w3wp.exe in the .config file?
ISS is a standard software application and w3wp.exe is a known executable, and your web application will work with ISS even if w3wp.exe is not specified in the license.config file.