Unable to deploy the Application into server from VS 2010 using Web set deployment type
-
Hi This is Chandrakanth, My question is i was trying to deploy the application in to the server from Visual Studio 2010 using Web Setup, but unable to deploy the application. I am using 3 tier architecture in my application. The web set up is copying only one bin folder in to the destination folder in the server. All files and folders are not able to copy. Is there any thing i need to configure. Please suggest me whar are all the things i need to follow. Thanks Chandra
-
Hi This is Chandrakanth, My question is i was trying to deploy the application in to the server from Visual Studio 2010 using Web Setup, but unable to deploy the application. I am using 3 tier architecture in my application. The web set up is copying only one bin folder in to the destination folder in the server. All files and folders are not able to copy. Is there any thing i need to configure. Please suggest me whar are all the things i need to follow. Thanks Chandra
Apart from Miscrosoft Support: How to prepare installers[^], for hosting a web application look at: MSDN: Walkthrough: Publishing a Web Site[^] IIS Specific: 1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^] 2. In IIS6: Deployment of a Website on IIS[^]
Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]