Answered by:
Visual Studio 2012 Web Deployment -compile each folder into separate dll

Question
-
From this article I see that web deployment is not supported in VS 2012 http://stackoverflow.com/questions/11229582/will-web-deployment-projects-still-be-available-in-visual-studio-2012. We use web deployment for web applications and web sites. We are planning to upgrade to VS 2012 , how can we compile each folder into a .DLL with VS 2012 (for websites and web applications)?
Thursday, January 10, 2013 3:00 AM
Answers
-
Hi,
Based on this issue related web deployment, I am suggesting you ask for help from
And I found an article about Deploy a Web Project Using One-Click Publish in Visual Studio which may be helpful to you:
http://msdn.microsoft.com/en-us/library/dd465337.aspx
We are moving this thread to off-topic forum.
Thank you for your understanding and support.
Best regards,
Ego [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Friday, January 11, 2013 12:17 AM
All replies
-
Hi,
Based on this issue related web deployment, I am suggesting you ask for help from
And I found an article about Deploy a Web Project Using One-Click Publish in Visual Studio which may be helpful to you:
http://msdn.microsoft.com/en-us/library/dd465337.aspx
We are moving this thread to off-topic forum.
Thank you for your understanding and support.
Best regards,
Ego [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Friday, January 11, 2013 12:17 AM -
We have this same issue.
We have a platform install solution that has about 12 different websites and applications in it.
It uses multiple .Net technologies to include the web deployment projects (wdproj) to compile all the websites so the .cs source files compile into DLLs along with running several pre and post build events.
It would be nice if VS2013 would support this file type and how this all worked before, it's a lot of work to change it.
Nonetheless, I have not found yet how to reproduce this in VS2013 (precompile the website into an output folder).
How do you do this in VS2013?
Monday, July 7, 2014 4:11 PM -
Hello,
This should be asked in Microsoft's ASP.Net forums:
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})Monday, July 14, 2014 2:18 PM -
The single most biggest lamest response ever given by a forum admin is to say you should post it somewhere else.
How about a link that includes the actual forum?
Or better yet, how about links that actually help, like these...
http://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d
http://www.iis.net/learn/publish/using-web-deploy/web-deploy-powershell-cmdlets
Tuesday, July 22, 2014 11:48 AM