My question is related to Apache Web Server. Can this server is CAPABLE to run ASP / ASP.net extension files. If i want to run my files on this server can this execute it or not.
If you are using Apache on Windows you can use mod_aspdotnet and it'll use the Microsoft .NET libraries. On Linux you'll need to setup Mono and have Apache proxy all ASP.NET requests to Mono. As far as classic ASP / VBScript I'm not aware of anything that is workable on Linux besides the Sun One Web Server which is a commercial product.