Παρουσίαση με Ετικέτες

HowTo: Use WordPress Permalinks on IIS
29 Οκτωβρίου 14 10:28 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
at http://zachis.it/blog/7-dangers-of-using-windows-server-on-a-wordpress-installation/ the thing that guy says about Permalinks isn’t accurate at all (not that the other things that he says are any accurate that is). WordPress Codex have documentation on how to configure URL rewriting in web.config that is necessery for Permalinks to work in IIS. e.g. at http://ClipFlair.net, if you press the "about" […]
Δημοσίευση στην κατηγορία: , , , , , , , , ,
Fix: Transform Manager ignoring media files added to watch folders
14 Δεκεμβρίου 12 02:22 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I’ve been puzzled for some days now with the IIS Transform Manager installation we have at ClipFlair for automating the conversion of media files (for example using Microsoft Expression Encoder) into IIS Smooth Streams. The watch folder I’ve set up for this task was ignoring some of the media files I was dropping in for no [...]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: can not delete install subfolder after upgrading phpBB on IIS
18 Οκτωβρίου 12 07:11 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
To upgrade a phpBB forum, one usually downloads an automatic upgrade package to the latest version, selecting on the website which version they currently have. The current version number at a phpBB installation is shown at the Admin Control Panel (there’s a link to it at the bottom of the main page of a phpBB [...]
Δημοσίευση στην κατηγορία: , , , , , ,
HowTo: enable big file uploads at MojoPortal on IIS
18 Οκτωβρίου 12 06:46 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Just found in my backups a batch file for enabling big uploads to MojoPortal running on IIS: %windir%\system32\inetsrv\appcmd        set config "Default Web Site/portal"        -section:requestFiltering       -requestLimits.maxAllowedContentLength:104857600        -commitpath:apphost The quoted command above needs to be in a single line and obviously you have to replace “Default Web Site/portal” with your site’s virtual folder [...]
Δημοσίευση στην κατηγορία: , , , , , , ,
Collection of Smooth Streaming Video URLs
23 Σεπτεμβρίου 12 05:16 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Here are some Smooth Streaming URLs I found on the Internet that you could use during development to test your smooth streaming players (like those based on SMF):   http://streams.smooth.vertigo.com/BigBuckBunny_30sec/bigbuck.ism/manifest http://video3.smoothhd.com.edgesuite.net/ondemand/Big%20Buck%20Bunny%20Adaptive.ism/Manifest   http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720.ism/Manifest http://video3.smoothhd.com/ondemand/Turner_Sports_PGA.ism/Manifest http://video3.smoothhd.com/ondemand/Turner_Sports_NASCAR.ism/Manifest http://video3.smoothhd.com/ondemand/Turner_Sports_MLB.ism/Manifest http://video3.smoothhd.com/ondemand/Akamai_ASP_Cutdown.ism/Manifest http://video3.smoothhd.com/ondemand/mix1/mix1.ism/Manifest http://video3.smoothhd.com/ondemand/mix2/mix2.ism/Manifest http://video3.smoothhd.com/ondemand/Big%20Buck%20Bunny%20Adaptive.ism/Manifest http://video3.smoothhd.com/ondemand/ElephantsDream.ism/Manifest http://video3.smoothhd.com/ondemand/Got_Imagination_(Indo).ism/Manifest http://video3.smoothhd.com/ondemand/Got_Imagination_(California).ism/Manifest http://video3.smoothhd.com/ondemand/Coral_Reefs.ism/Manifest http://video3.smoothhd.com/ondemand/eHow_Wakeboard.ism/Manifest http://video3.smoothhd.com/ondemand/eHow_Baseball.ism/Manifest http://video3.smoothhd.com/ondemand/eHow_Alligator.ism/Manifest http://video3.smoothhd.com/ondemand/NBA.ism/Manifest http://video3.smoothhd.com/ondemand/Changeling.ism/Manifest http://video3.smoothhd.com/ondemand/Livestrong_ThyroidCancer.ism/Manifest http://video3.smoothhd.com/ondemand/Livestrong_BeginnerGuideExercising.ism/Manifest http://video3.smoothhd.com/ondemand/Livestrong_Autism.ism/Manifest   Sources: http://www.google.com/?q=%22http%22+%22.ism%2FManifest%22&oq=%22http%22+%22.ism%2FManifest%22 [...]
Δημοσίευση στην κατηγορία: , , , , , , , , , ,
Set default document for IIS via web.config at Silverlight Web project
13 Ιουλίου 12 04:29 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
When you tell the Visual Studio IDE to generate a web project (instead of just using an autogenerated page) for a Silverlight project, it creates a project named SilverlightAppName.Web with a SilverlightAppNameTestPage.aspx (ASP.net) and an SilverlightAppNameTestPage.html. Either one can be served from a web server (obviously the .aspx one from IIS or any web server [...]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: WordPress media uploads not working on IIS
29 Μαΐου 12 06:25 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Using Microsoft Web Platform Installer (aka WebPI), one can easily install WordPress on IIS (together with PHP and MySQL database engine. Btw, better install the latest PHP version from there and remove any older ones. Also do install from there the  Windows Cache Extension for PHP for the version of PHP you’re using. Windows Cache [...]
Δημοσίευση στην κατηγορία: , , , , , ,
Troubleshoot: WCF HTTP Error 404–Not Found
21 Μαΐου 12 05:09 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
Copying from MPPVE (formerly RCE) documentation: …might indicate that WCF is not correctly configured. To resolve the WCF issue The error returned is a “HTTP Error 404 – Not Found”. This might be due to an issue with the WCF scriptmaps registrations. To solve this issue: Open a command line console as Administrator Browse to [...]
Δημοσίευση στην κατηγορία: , , , , , , , , ,

Search

Go

Ιστορικό Δημοσιεύσεων

Συνδρομές