Posted in error on Oct 31st, 2007
It should be made in VB ASP.NET only It’s a kind of shopping cart very simple, nothing of the complexitty of regular shopping carts on the web. Products to sell: images/files to download. Customers types: 2. One type are schools wich …
Read the original: Very Simple Shopping Cart
Read Full Post »
Posted in 190 on Oct 30th, 2007
Security controls for Web Applications, really cool, and slick- so far. Good tutorial: Securing Your Application.
More here: ASP.NET built in Security Controls
Read Full Post »
Posted in systems on Oct 28th, 2007
I’ve long been concerned that developers are adding AJAX functionality to their web sites without fully considering the security ramifications. In fact, I believe some of the high-level tools for AJAX-enabling sites actually encourage …
Read the original: WebMethods Behind ASP.NET Pages are Web Services Too
Read Full Post »
Posted in 169 on Oct 26th, 2007
using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; …
See the original post here: 4-Tier Architecture in ASP.NET with C#
Read Full Post »
Posted in 184 on Oct 25th, 2007
However, I find several cases where the application team deviates from having this directive set to true for some business reasons. For eg. there is a rich text box in the web page which must allow any kind of input data. …
See the original post here: Mitigating XSS Attacks in ASP.NET Apps
Read Full Post »
Posted in execution on Oct 23rd, 2007
Now, even though we have the Active Directory managing our users and groups, we still have to program what those groups can do in our application. The following example shows how to setup your WEB (ASP.Net) application to check if the …
Read the original: Using Active Directory to manage your web application security
Read Full Post »
Posted in securing-aspnet on Oct 21st, 2007
To maintain consistency with the location of databases in a typical ASP.NET 2.0 web application, save this database in C:\NewMembershipProvider\App_Data\. Give it the name Members.mdb. Create a new table in the Members.mdb database and …
See original here: Writing A Custom Membership Provider for your ASP.NET 2.0 Web Site
Read Full Post »
Posted in 175 on Oct 21st, 2007
What criteria would you use to determine if a particular program should be written as a web based ASP.NET application or …
See the rest here: VB.NET Interview Questions #5
Read Full Post »
Posted in 172 on Oct 17th, 2007
With this model, ASP.NET is no longer employed with our Web server as a standalone application framework. It serves by now being a platform for extending the IIS Web server, facilitating ASP.NET components to turn into constituents of …
Continued here: Web Server in Windows Server 2008
Read Full Post »
Posted in account on Oct 13th, 2007
ASP.NET Web Application Security; Chapter 1 - Managing Users; Chapter 2 - Authenticating and Authorizing Users; Chapter 3 - Managing Sessions; Chapter 4 - Encrypting Private Data; Chapter 5 - Filtering User Input; Chapter 6 - Accessing …
Read the original here: Hacking The Code - Asp.net web application Security
Read Full Post »
Posted in Uncategorized on Oct 13th, 2007
The book offers detailed information on every major area of ASP.NET security you’ll encounter when developing Web applications. You’ll see how ASP.NET 2.0 version contains many new built-in security functions compared to ASP. …
View original here: Professional ASP.NET 2.0 Security, Membership, and Role Management …
Read Full Post »