|
Nested Form in ASP.NET Page |
|
|
By revindex on
7/24/2007 4:09 PM
|
|
|
|
It's common practice on the web to copy and paste a third party HTML code to add functionality to a page. To embed this kind of code is normally a breeze for even non-programmers. What appears to be easy is actually quite complicated to do on ASP.NET pages. The reason is because every ASP.NET page is wrapped in one big HTML Form.
|
 |
|
Comments (1)
|
More...
|
|
|
How to Create a Self-Signed SSL Certificate |
|
|
By revindex on
7/10/2007 9:44 PM
|
|
|
|
When you're testing a web site on IIS either on your own development PC or on staging, you need a way to generate a self-signing certificate if you don't want to put out a few hundred dollars. In the past, Microsoft made available a tool called SelfSSL inside the IIS 6.0 Resource Kit. The tool works but there is a bug when you try to create more than one certificate on the same machine. You keep losing the first certificate you created. The better way is to use the new Microsoft SSL Diagnostics tool ... (ASP.NET, IIS)
|
 |
|
Comments (3)
|
More...
|
|