Following steps are required to deploy the webserver(local, global). For deploying on local machine (it will be accessible on local network only) 1- Install the .NET Fraework 3.5 2- Create a virtual directory(e.g bcpv2) to deploy the code 3- Copy the contents of the compressed file to bcpv2 4- Access the webserver by typing "http://localhost/bcpv2 5- Now you can enter some protein sequences in the web application and cancer prediction For deploying on a machine accessible from anywhere 1- Get some dedicated computer having its static IP accessible from outside 2- Install the .NET Fraework 3.5 3- Create a virtual directory(e.g bcpv2) to deploy the code 4- Copy the contents of the compressed file to bcpv2 5- Access the webserver by typing "http://localhost/bcpv2 6- Now you can enter some protein sequences in the web application and cancer prediction