Quantcast
Channel: Enterprise Software Development » Web
Browsing latest articles
Browse All 9 View Live

How to reset a DNN password at the Database

If your DotNetNuke passwords all of a sudden stop working (like due to a failed upgrade), have no fear you can reset them at the database! This is not a hack, it uses the official aspnet Password...

View Article



Image may be NSFW.
Clik here to view.

Publishing a .NET ClickOnce Application to a linux Apache Server

You might think that you can only publish a ClickOnce application to a IIS server. This is in fact not the case, you CAN publish a ClickOnce application to a apache web server either running on Linux...

View Article

Webservice fix for error message – Maximum request length exceeded

So I ran into a weird error this morning on one of my webservices. It was a SOAP exception which yielded a 500 HTTP Status error (as viewable from the trace.axd) “There was an exception running the...

View Article

ASP.NET What Server Side controls require a Server Form

This is a list that I have compiled of ASP server side controls that require or do not require to be nested inside of a server form (form runat=server) Requires Does not Require   asp:Label...

View Article

Querying Selected Items From ListItemCollection Using Lambda Expressions

You can use Lambda expressions and the new extensions provided in the .NET framework 3.5 to filter your specialized collections like the ListItemCollection (used in ASP.NET ListBox controls). I found...

View Article


HowTo Filter System.IO.Directory.GetFiles with Linq

Here we are going to see an easy way to enumerate files in a directory, filter the files with Linq, then bind the results to a ASP.NET repeater control. We will show you the old .NET 1x way of doing...

View Article

How To Install Windows Live Writer on Windows Server 2008

So this is my first post using Windows Live Writer from a Windows Server 2008 workstation. I was not able to install Windows Live Writer 2008 on my server workstation, it would give the error: Sorry,...

View Article

Image may be NSFW.
Clik here to view.

Creating a ASP.NET Rounded Panel

These days using a Rounded Panel on your web site is almost a given. Here is an example to creating a Rounded Panel that inherits from System.Web.Ui.Panel, in a WebControls class library. First thing I...

View Article


Configuring VyprVPN on Android 2.1

We all know that NOTHING is private on an Open Wi-Fi network (like at starbucks, book stores, airports … and yes even hotel rooms) (see this article for more information: What is a Wi-Fi Hotspot and...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images