Subscribe to Subscribers
Talk to Webmaster Tony John


Forums » .NET » ASP.NET »

How to secure aspx page


Posted Date: 07 Sep 2012      Posted By:: pradeep     Member Level: Silver    Member Rank: 1368     Points: 1   Responses: 4



hello
i want to create a fully secure asp.net page.
so plz help me.
asp.net tags are impotant for security or not? if yes tell me plz how?




Responses

#687968    Author: G. S.      Member Level: Gold      Member Rank: 148     Date: 07/Sep/2012   Rating: 2 out of 52 out of 5     Points: 3

Hey,

Can you explain more briefly that what type of security you want. Like if you have a e-commerce type of project than the security will be different. If you have simple website with user logging in then the security will be different.

But simply if you want to be secure, send the data across your website using objects or simply entities. Sending data's using entities are more secure than sending simply data.

hope this will help you...

Regards
G. S.



 
#687970    Author: Anil Kumar Pandey      Member Level: Platinum      Member Rank: 1     Date: 07/Sep/2012   Rating: 2 out of 52 out of 5     Points: 1

try making use of the security certificate in the application to make the pages secure.

Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM



 
#687990    Author: pradeep      Member Level: Silver      Member Rank: 1368     Date: 07/Sep/2012   Rating: 2 out of 52 out of 5     Points: 1

i have made tutorial pages. Their is no need for security?





 
#688041    Author: Pawan Awasthi Online     Member Level: Diamond      Member Rank: 4     Date: 08/Sep/2012   Rating: 2 out of 52 out of 5     Points: 4

Hai Pradeep,
if you want to secure your pages, then there are various ways and you can choose the way as per your requirements:-
1. Security can be done for the data which is going the transfer between client and server.so the data can be secured by using some encryption mechanism.
2. You can use the URL mapping for the pages where your actual page name will be different than the page showing in URL. so by this way, you can hide the actual page and show the virtual url of the page.
3. You can secure the whole website by providing the client certificate where you need to buy the certificate from the providers and use in your website so that all the data transfer will be secure.
Hope it will be helpful to you.

Regards,
Pawan Awasthi(DNS MVM)
+91 8143683708 (pawansoftit@gmail.com)
Outstanding Contribution Award..NTT Data Inc



 
Post Reply
You must Sign In to post a response.

Next : .net export to excel with "text to column" function
Previous : How to use treeview with checkbox in asp.net
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.