|
|
Browse by Tags
All Tags » Visual Studio » ASP.NET 2.0
-
Recently I had an issue where aspnet_regiis.exe -i was not updating the home directory configuration for my web root in Windows XP SP2.
To resolve this I used the following commands, suggested by my colleague Mark Mann, instead to first remove all script maps to any version of ASP.NET from the specified path recursively, and then reinstall ...
-
If you're copying from specs where the BA has the replace hyphens with dash setting selected in Microsoft Word (which is checked by default), then be careful if you copy that generated dash character into your .master page file. I've found today when you hit save on the – (Alt + 0150 in notepad) character in a .master page file ...
-
This text at the top of the new html and aspx page templates that visual studio .net beta 2 creates by default, has some interesting side effects.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
One of them is to cause table heights of 100% to stop stretching to the full ...
-
Have found a great site for examples on developing using ASP.NET 2.0.
http://quickstart.developerfusion.co.uk/QuickStart/howto/
|
|
|