%PDF- %PDF-
Direktori : /proc/309157/task/309157/root/home/waritko/SharpPaste/ |
Current File : //proc/309157/task/309157/root/home/waritko/SharpPaste/web.config |
<?xml version="1.0"?> <configuration> <!-- Per una descrizione delle modifiche al file web.config, vedere il sito Web all'indirizzo http://go.microsoft.com/fwlink/?LinkId=235367. Gli attributi seguenti possono essere impostati sul tag <httpRuntime>. <system.Web> <httpRuntime targetFramework="4.6.1" /> </system.Web> --> <system.web> <httpHandlers> <add verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*"/> </httpHandlers> <compilation debug="true" targetFramework="4.6.1"/> </system.web> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <httpErrors existingResponse="PassThrough"/> <modules runAllManagedModulesForAllRequests="true"/> <handlers> <add name="Nancy" verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*"/> </handlers> </system.webServer> <system.data/> </configuration>