Archive for the ‘IIS’ Category

Perl – Impostazioni su IIS

Perl CGI Extension .pl C:\Perl\bin\perl.exe “%s” %s GET,HEAD,POST PerlEx ISAPI Extension .plex C:\Perl\bin\PerlEx30.dll GET,HEAD,POST Perl ISAPI Extension .plx C:\Perl\bin\perlis.dll GET,HEAD,POST

Donwload di un file .epub su IIS

Il problema c’è su IIS7. Si risolve aggiungendo nel file C:\Windows\system32\inetsrv\config\applicationHost.config la seguente riga <mimeMap fileExtension=”.epub” mimeType=”application/epub+zip” /> nella sezione <staticContent>.

How to Disable the ASP.NET v4.0 Extensionless URL feature on IIS 6.0 (eurl.axd)

In the Windows registry, open the following node: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0 Create a new DWORD value named EnableExtensionlessUrls. Set EnableExtensionlessUrls to 0. This disables extensionless URL behavior. Save the registry value and close the registry editor. Run the iisreset command-line tool, which causes IIS to read the new registry value. Note Setting EnableExtensionlessUrls to 1 enables extensionless […]