Things I learnt today
the web.config file is the bees knees. It tells the website all the things it needs to know, where to find the extensions what to do with what. I works like other html tags with "<" and ">" and "</" and ">"
See -
http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=307
http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/6/Default.aspx
to get some guidance, and believe you need it, knowing what the file does and knowing how are two different things.
I am still not clear on it.
One thing I can say is the version numbers for DLLS must match the version numbers on the DLL
Also learnt what AJAX is
Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time.
http://webdesign.about.com/od/ajax/a/aa101705.htm
the web.config file is the bees knees. It tells the website all the things it needs to know, where to find the extensions what to do with what. I works like other html tags with "<" and ">" and "</" and ">"
See -
http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=307
http://www.dotnetrobert.com/dotnet/DotNetBlog/tabid/83/EntryID/6/Default.aspx
to get some guidance, and believe you need it, knowing what the file does and knowing how are two different things.
I am still not clear on it.
One thing I can say is the version numbers for DLLS must match the version numbers on the DLL
Also learnt what AJAX is
Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time.
http://webdesign.about.com/od/ajax/a/aa101705.htm
Comments