Hello!
This issue was bugging me for a very long time. I know that as a webmaster, I can create many kinds of online applications that use databases etc.. But not once I found myself in a situation that I or someone else was in need of an application (the kind that I can make online) but will come in a format of an offline program.
For example, my dad is leading a certain company, and he asked me numerous times to create price offers for his customers. I always did it with Word, but the need for my dad to do these documents quickly and easily by himself grew more and more. I know that I am able to create an online application in ASP which can be used to make price offers (ie create offer, add products to it, specify quantities, write comments etc.). But I don't need this application to be online. I want to access it without using the internet, and I want to be able to activate it on computers without internet support (and WITHOUT local intranet servers like IIS and PWS).
I know this is hardcore(?) programming that I'm talking about, but I'm so puzzled, I don't know where and how should I start, and how will my knowledge in database driven ASP applications be able to help me??