Steps To Follow.
1. Open the site to configure in IIS. Right click and select "Properties"
2. Click the HTTP Headers Tab, select “File Types” under the MIME Map section, and then click "New Type". Enter the following:
1. Associated Extension box: .flv
2. MIME Type box: flv-application/octet-stream
3. Click "OK" and close the IIS Properties box
4. You may need to restart IIS( start->run->iisreset).
Wednesday, July 1, 2009
Tuesday, May 5, 2009
Rename MSSQL Server Database Name
ERROR: The database could not be exclusively locked to perform the operation.
SOLUTION:
ALTER DATABASE SET SINGLE_USER WITH ROLLBACK IMMEDIATE
GO
SP_RENAMEDB,
Go
ALTER DATABASE SET MULTI_USER -- set back to multi user
GO
SOLUTION:
ALTER DATABASE
GO
SP_RENAMEDB
Go
ALTER DATABASE
GO
Monday, April 13, 2009
HDML
HDML - Handheld Device Markup Language
http://developer.openwave.com/dvl/tools_and_sdk/phone_simulator/choosing.htm
http://developer.openwave.com/dvl/tools_and_sdk/phone_simulator/choosing.htm
Image Gallery
http://www.outcut.de/MooFlow/MooFlow.html
http://net.tutsplus.com/articles/web-roundups/50-excellent-image-galleries-you-can-use-today/
http://jqueryfordesigners.com/slider-gallery/comment-page-8/
Wednesday, March 18, 2009
How to extend upload file Limit in PHP
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
Goto
C:\wamp\bin\apache\Apache2.2.11\bin\php.ini
edit php.ini
Find upload_max_filesize
Change 2M to your maximum file upload size.
; File Uploads ;
;;;;;;;;;;;;;;;;
Goto
C:\wamp\bin\apache\Apache2.2.11\bin\php.ini
edit php.ini
Find upload_max_filesize
Change 2M to your maximum file upload size.
Subscribe to:
Comments (Atom)