| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
1 Articles match "ASP","Sample"
| Related DevelopMentor Courses | MORE | | What’s new in ApprovalTests.Net v.20? ASP routing support As community contributor, Krzysztof Ko?mic mic said in his NDC talk … Using ApprovalTests makes what was implicit , explicit so that the item can now be tested Inspired by his talk, Jim Counts and I created a new method in AspApprovals to make the formerly implicit ASP routing explicit and now easily able to be tested. This can be particularly troublesome when changing an existing, unfamiliar piece of code. For example, it it easy to accidentally remove a button-click event. But sometimes you want to scope smaller to an individual control. Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 |
4 Articles match "ASP","Sample"
| The Latest from DevelopMentor | MORE | | What’s new in ApprovalTests.Net v.20? ASP routing support As community contributor, Krzysztof Ko?mic mic said in his NDC talk … Using ApprovalTests makes what was implicit , explicit so that the item can now be tested Inspired by his talk, Jim Counts and I created a new method in AspApprovals to make the formerly implicit ASP routing explicit and now easily able to be tested. This can be particularly troublesome when changing an existing, unfamiliar piece of code. For example, it it easy to accidentally remove a button-click event. But sometimes you want to scope smaller to an individual control. Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 Token Kidnapping (revisited) Now there is also a POC available (with samples how to use it from SQL Server and IIS). On IIS 6 don't run ASP.NET in full trust and if classic ASP is enabled don't allow users to execute binaries. It's been a while since I linked to Cesar Cerrudo's slide deck about token kidnapping. There is also some movement at MS now.( here , here ). Quoting from the recommendations page of the original slide deck: Windows XP and 2003. On Windows Vista and 2008. On IIS 7 don't run ASP.NET in full trust or don't run web sites under NetworkServer or LocalService accounts. www.leastprivilege.com - Wednesday, October 15, 2008 Utilizing TAPI from an ASP.NET application I've gotten several email requests about using ATAPI from ASP.NET -- people have had trouble getting it to function properly so I figured I'd post an example of how it works. First, I'd recommend using ATAPI and not ITAPI3 - only because the latter pulls in COM objects which always makes things much more complex. The key thing to remember is where to hook up your events. Don't hook events inside your ASP.NET page-derived classes - that will keep the pages alive and cause memory leaks. created a simple dialer in ASP.NET 2.0 through the following steps: Create an ASP.NET website. null ) { if (!line.IsOpen) Mark's Blog of Random Thoughts - Tuesday, November 14, 2006 | -
| The Best from DevelopMentor | MORE | - What’s new in ApprovalTests.Net v.20?
ASP routing support As community contributor, Krzysztof Ko?mic mic said in his NDC talk … Using ApprovalTests makes what was implicit , explicit so that the item can now be tested Inspired by his talk, Jim Counts and I created a new method in AspApprovals to make the formerly implicit ASP routing explicit and now easily able to be tested. This can be particularly troublesome when changing an existing, unfamiliar piece of code. For example, it it easy to accidentally remove a button-click event. But sometimes you want to scope smaller to an individual control. Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 - Utilizing TAPI from an ASP.NET application
I've gotten several email requests about using ATAPI from ASP.NET -- people have had trouble getting it to function properly so I figured I'd post an example of how it works. First, I'd recommend using ATAPI and not ITAPI3 - only because the latter pulls in COM objects which always makes things much more complex. The key thing to remember is where to hook up your events. Don't hook events inside your ASP.NET page-derived classes - that will keep the pages alive and cause memory leaks. created a simple dialer in ASP.NET 2.0 through the following steps: Create an ASP.NET website. null ) { if (!line.IsOpen) - Utilizing TAPI from an ASP.NET application
I've gotten several email requests about using ATAPI from ASP.NET -- people have had trouble getting it to function properly so I figured I'd post an example of how it works. First, I'd recommend using ATAPI and not ITAPI3 - only because the latter pulls in COM objects which always makes things much more complex. The key thing to remember is where to hook up your events. Don't hook events inside your ASP.NET page-derived classes - that will keep the pages alive and cause memory leaks. created a simple dialer in ASP.NET 2.0 through the following steps: Create an ASP.NET website. null ) { if (!line.IsOpen) - Token Kidnapping (revisited)
Now there is also a POC available (with samples how to use it from SQL Server and IIS). On IIS 6 don't run ASP.NET in full trust and if classic ASP is enabled don't allow users to execute binaries. It's been a while since I linked to Cesar Cerrudo's slide deck about token kidnapping. There is also some movement at MS now.( here , here ). Quoting from the recommendations page of the original slide deck: Windows XP and 2003. On Windows Vista and 2008. On IIS 7 don't run ASP.NET in full trust or don't run web sites under NetworkServer or LocalService accounts. www.leastprivilege.com - Wednesday, October 15, 2008 %>
| | |