-
-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Description
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
Labels
No labels