using ASP.net and Windows app

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
designauto
Posts: 2
Joined: Tue 16 Jul 2013 18:58

using ASP.net and Windows app

Post by designauto » Wed 14 Aug 2013 20:43

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

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: using ASP.net and Windows app

Post by Pinturiccio » Tue 20 Aug 2013 13:01

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.

Post Reply