Categories

How to connect .NET with mySQL?

Share

mySQL is one of the most widely used open source databases around the world. Today this is the database engine driving up to 90% of PHP driven websites on the web. PHP has been the first love of mySQL and it will always have a special place. However, with other technologies coming to the [...]

What to do if you get “It is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS”

Share

Please view the following URL for cause and resolution of this problem http://forums.asp.net/t/769696.aspx

Most of the times this occurs if you have a more than web.config defined in your sub folders.

Tweet

How to create and use menu in ASP.NET?

Share

To be frank I used to think that ASP.NET menu control was complex and hard to use. Boy was I wrong!!!

ASP.NET provides a menu control which allows you set all its visual properties and menu items and voila start using them. Not only that you can create a theme for it and with [...]