Skip to content

web.config / default document support and hiding .DLL  #217

@CastleSoft

Description

@CastleSoft

If you create a simple DMVC DLL and deploy it on IIS.

localhost/Project1.dll/api/ works as expected.

If you have a default document of Project1.dll on IIS

localhost/api/ fails.

Is it possible to deploy on IIS with ISAPI and hide the DLL ?
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <handlers accessPolicy="Read, Execute, Script" /> <defaultDocument enabled="true"> <files> <add value="Project1.dll" /> </files> </defaultDocument> </system.webServer> </configuration>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions