How to run FFMPEG command in Asp.Net
To run ffmpeg commands in asp.net you need to use Media Handler class. Here is an example how to use media handler class to run ffmpeg commands. //Create media handler object of Media_handler class...
View ArticleVB Script Functions
VBScript is a lightweight script programming language like JavaScript. It is light version of Microsoft Visual Basic for the web. VBScript can be inserted into a HTML document and run at client side....
View ArticleConnect to your PC over internet with SynXro
SynXro is another web based product to connect, a PC to PC; or PC to LAN connection. SynXro allows you to access all the drives of your PC and all the network drives of all PCs connected to your Local...
View ArticleSet / Retrieve Script Timeout in ASP
The ScriptTimeout property in ASP specifies the amount of run-time in seconds for a script before it terminates. The default value is 90 seconds set by IIS. Set the script timeout: <%...
View ArticleDownload & Install Windows XP Service Pack 3(SP3)
Microsoft has released XP SP3 with bugfixes and new features.? This version includes old released update for Windows XP and bug fixes released in SP2. SP3 also includes following new? features: Support...
View ArticleHow to Install Microsoft IIS (Internet Information Server) on Windows7
Microsoft IIS is the Web Server used to develop and deploy web application based on Microsoft Technologies like ASP.net and Classic ASP. If you are developer working on Microsoft Technologies you might...
View ArticleInternet Explorer 9 Test Drive
I just received Microsoft email on Internet Explorer 9 Platform Preview launch. This platform preview release does not look like a browser. It show next generation web technologies Microsoft going to...
View ArticleHow to Create Zip File in Dot.NET Application
ZIP files(files with .zip extension) are well known file format used for file compression. After compression, file size can be significantly reduced and multiple files and folder can be archive into...
View ArticleHow to Run Classic ASP on IIS 7
Classic ASP is not configured by default in Internet Information Server 7(IIS7). If you want to run classic ASP application in IIS7 then you need to enable and configure this feature in your machine....
View ArticleHow to Disable 500 Internal Server Error on Godaddy Windows Hosting
GoDaddy windows server by default show generic 500 Internal Server Error page instead of showing actual detailed error message. The default page prevent application developers from debugging web...
View Article