943,977 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 825
  • ASP.NET RSS
Jan 19th, 2008
0

how to secure webapplication?

Expand Post »
hello everybody,
I am working on .net application (asp.net and vb.net and sql server as backend). How can I provide security to my web application ?
Please anybody tell me about it?

Thank you,
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ppat is offline Offline
4 posts
since Jan 2008
Jan 21st, 2008
0

Re: how to secure webapplication?

what is your exact concern? btw, IIS does not allow external users to access your web.config file.
Team Colleague
Reputation Points: 14
Solved Threads: 29
Posting Whiz in Training
ericstenson is offline Offline
293 posts
since Dec 2007
Jan 22nd, 2008
0

Re: how to secure webapplication?

With asp.net, it is very secure. Another step you can take to make it more secure is to create ASPX holder pages with all includes of ASCX. That way no one, ever, can read your ascx page. You can also encrypt all data sent and then decrypt when you receive it. A step that isn't usually followed, but can be done. ASP.NET is a very secure language. Everything read on your server is spit out as html, so therefore no one ever see's your asp.net coding, the backend, etc.
Reputation Points: 43
Solved Threads: 68
Veteran Poster
SheSaidImaPregy is offline Offline
1,080 posts
since Sep 2007
Jan 22nd, 2008
0

Re: how to secure webapplication?

What version of ASP.NET? 1.0, 1.1, 2.0, or 3.0... each has different security levels/requirements/restrictions unique to its code level.

For 2.0 : http://aspnet.4guysfromrolla.com/articles/120705-1.aspx
Last edited by Paladine; Jan 22nd, 2008 at 10:46 pm.
Team Colleague
Reputation Points: 211
Solved Threads: 27
Master Poster
Paladine is offline Offline
793 posts
since Feb 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: how can connect the database
Next Thread in ASP.NET Forum Timeline: Stored procedure in Oracle DB





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC