Category Archives: ASP.NET

ASP.NET TextBox MultiLine and MaxLength

ASP.NET was released in January 2002 so it is over 9 years old. It is annoying to see that there are still some very simple issues like the one I’ve just come across. When you give a TextBox server control … Continue reading

Posted in ASP.NET | Leave a comment

Using Windows Authentication with IIS Express 7.5

By default my installation of IIS Express (I think it was done through the Microsoft Web Platform Installer) had all the available authentication methods set to Deny. When I first started using this I set anonymous and windows authentication to … Continue reading

Posted in ASP.NET | Leave a comment

Consuming a web reference in a class library with C# and .NET 3.5

Since .NET 3.5 you can’t add a web reference to a class library project, so how can you access web services? Actually it is much easier. Right click the Class Library project and select Add Service Reference… Add the URL … Continue reading

Posted in ASP.NET | 2 Comments