Browse by Tags

Override IIS Maximum upload size [max upload size in asp.net]
Saturday, November 17, 2007 1:56 AM
by default IIS enables you to upload 2 megabytes and i couldn't seem to figure out how to change that using Internet service manager snap in but i found this on msdn and it's working perfectly fine alll you have to do is add this node right under <system.web> section in web.config 1: < httpRuntime maxRequestLength ="size in KiloBytes"... Read More...
by amir.magdy | 1 comment(s)
Filed under: , ,
flv Files doesn't stream on IIS windows 2003 [fix]
Monday, November 12, 2007 12:20 PM
i was trying to make a flash file stream a flash video file flv it works finew locally and on my XP IIS but not on our windows 2003 server i went to search on line and i found this link reason is that IIS doens't have one of the most popular streaming mime types you have to go yourself add the mime type On the Windows 2003 server, open the Internet Information... Read More...
by amir.magdy | with no comments
Filed under: