Answered by:
How to deploy a Dynamic Data Web Application

Question
-
User-1268417353 posted
i read something about deploying web application projects and dlls, but is there an specific features or issue to take in care for vs 2008 and this project type? thanks in advances
Saturday, October 11, 2008 12:02 PM
Answers
-
-
User1641955678 posted
To add to what Steve says, there shouldn't be any special issues deploying a Dynamic Data Web Application Project compared to a regular ASP.NET Web Application Project.
David
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 2:05 AM -
User-330204900 posted
Make sure your provider has .Net 3.5 SP1 installed on the server and make sure that the data base can be accesed from the internet these are the only issues I've heard people having.
P.S. have a look at this article regarding deployment of ASP.Net apps:
Web Platform Installer: Make it easy to setup for web development: Scott Hanselman has a nice post that shows off the new "Microsoft Web Platform Installer" we are building that provides an easy way to quickly install every Microsoft web component out there - and quickly get a machine ready for web development.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 3:31 AM -
User-330204900 posted
Nope it should work for any version of VS2008
[:D]
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 9:24 AM -
User-1005219520 posted
Web sites are far simpler to deploy than web applications (for web sites, simply xcopy, ftp, etc the files to the target server). Either way you can do a dry run by deploying to a Vista SP1 or Win08 machine and testing the application as you would on the actual deployment target. Visa SP1 has the same IIS7 as Win08, so you can flesh out problems hidden by Cassini (ASP.Net development server).
As Steve mentioned, make sure your hosting company has .Net 3.5 SP1. Generally your host-er will also host your DB, so you will adjust you connection strings accordingly.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 1:29 PM
All replies
-
-
User1641955678 posted
To add to what Steve says, there shouldn't be any special issues deploying a Dynamic Data Web Application Project compared to a regular ASP.NET Web Application Project.
David
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 2:05 AM -
User-1268417353 posted
somebody could share his/her experiences or issues, please i need lot of feedback as possible this week , ill be trying to deploy my first web application, im using webforms - asp.net 3.5, dynamic data with linq. Thanks in advance
Monday, October 13, 2008 2:36 AM -
User-330204900 posted
Make sure your provider has .Net 3.5 SP1 installed on the server and make sure that the data base can be accesed from the internet these are the only issues I've heard people having.
P.S. have a look at this article regarding deployment of ASP.Net apps:
Web Platform Installer: Make it easy to setup for web development: Scott Hanselman has a nice post that shows off the new "Microsoft Web Platform Installer" we are building that provides an easy way to quickly install every Microsoft web component out there - and quickly get a machine ready for web development.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 3:31 AM -
User-1268417353 posted
Is that only for Xpress editions?, thanks for responsesMonday, October 13, 2008 9:19 AM -
User-330204900 posted
Nope it should work for any version of VS2008
[:D]
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 9:24 AM -
User-1005219520 posted
Web sites are far simpler to deploy than web applications (for web sites, simply xcopy, ftp, etc the files to the target server). Either way you can do a dry run by deploying to a Vista SP1 or Win08 machine and testing the application as you would on the actual deployment target. Visa SP1 has the same IIS7 as Win08, so you can flesh out problems hidden by Cassini (ASP.Net development server).
As Steve mentioned, make sure your hosting company has .Net 3.5 SP1. Generally your host-er will also host your DB, so you will adjust you connection strings accordingly.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 13, 2008 1:29 PM