What are the various ways of securing a web site that could prevent from hacking etc ?
Answer Posted / aman rathi
1) Authentication/Authorization
2) Encryption/Decryption
3) Maintaining web servers outside the corporate firewall. etc.,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Session and response.Redirect?
Is asp.net a language?
What are the steps to follow to host a web application on a web server?
Explain server side state management system.
What is css in asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are the types of session in asp.net?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain the benefits of viewstate?
What does clearing cache?
What is query string? What are its advantages and limitations?
How long should a session id be?
What is event bubbling?
How can you display all validation messages in one control?
What is a postback ispostback and autopostback in asp net?