April 4, 2007 at 10:21 am
If there is a modification made to the database design. do I need to do anything for my webforms that used dataAdaptor and DataSet (for ASP.Net) in order for the web forms to work with the implemented new modifications?
April 5, 2007 at 1:54 pm
If you are adding columns no but if you are dropping columns and most other operations you may need to change your data access, Datalist and Datagrid code to reflect the changes. Hope this helps.
Kind regards,
Gift Peddie
April 5, 2007 at 5:38 pm
Thanks. Can you tell me a little bit about deployment of web applications. After, I build the web application using ASP.Net in Visual studio, how do I deploy my application on the Internet?
Faye
April 6, 2007 at 9:08 am
There are many ways to deploy if you are developing for your use you need to get an account with hosting companies and use their control Panel to deploy, there are known issues with database deployment but the SQL Server team created the database deployment tool you can use all you need is an account with a hosting company. Try the links below for tutorials for Asp.net application deployment. Hope this helps.
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
Kind regards,
Gift Peddie
April 6, 2007 at 1:10 pm
Thank you so much.
Faye
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply