I always considered ASP.NET to be the replacement for ASP. They are similar in some respects and you can still code classic ASP (as well as javascript) within your app but why would you want to? There are an abundance of very cool .Net controls out there or you can even write your own. In fact, I am in the process of rewriting all of our company's telnet applications (which access datasets on our mainframe - old TN3270 apps) in ASP.Net with a SQL b
SteveA5206
0
Posts
0
Replies
57
Reputation
13 Replies
9,040 Views
The .Net Framework creates a user called ASPNET...set up your web app/database to utilize this user. You only need ONE user to make your database available on the web and you DON'T have to pay for it. P.S. Put the connection to the database in the web.config file or leverage 'PostBack' and you only need ONE connection.
13 Replies
9,040 Views
News posted 1/10/2005 states there is a new version of Natural Desktop. Where is the download link for the update? Stardock Central still reports installed version as 1.0 so the update is not showing up there either.
1 Replies
1,898 Views