Visual Studio 2010 web deployment to IIS server - visual-studio-2010

I need to be able to setup my IIS server to accept Web Application publishing via the web deployment tool in Visual Studio 2010. I have attempted to install web deploy, but still haven't had any success. I am not positive if this is the right tool or not.
I am running Server 2008 R2 Enterprise
version 6.1.7601 Service Pack 1 Build 7601
X64
IIS Version 7.5.7600.16385
SQL Databases will be accessed and are housed on this server as well.
SSRS is also running on this server.
Thank you,
Stephen Hathaway

Related

Azure not enable in Visual Studio SSIS Toolbox

I installed the Azure Feature Pack for Integration Services (SSIS). During the installation I got this message:
"64-bit SSIS is not found. This will only install 32-bit feature pack that can only be used with 32-bit SSIS (e.g in SSDT)"
When I run the visual studio, the Azure is disabled in the SSIS toolbox.
How can I fix this issue and make the Azure enable in the toolbox?
I have installed Visual Studio ver 16.6.5
I have installed SQL Server 2017 and 2019
My pc is 64-bit
Regards
Waleed
Since you are running Visual Studio 2019 (16.6.5 as you say), you should check which version of the Azure Feature Pack for Integration Services you have installed.
The Azure Feature Pack for Integration Services version should match the targeted SQL Server version for your SSIS project (Configuration Properties -> TargetServerVersion).

BizTalk 2013R2 / VS 2013 - Compatibility & Deployment to other servers

In the process of evaluating the way we develop and deploy apps to our 2 environments (Test & Live).
Current setup:
Test Server with VS 2013 and BizTalk 2013R2 installed (all app dev is done here, tested and then exported to MSI and installed on Live BizTalk server)
Intended setup:
Local Developer Desktops would have VS 2013 and BizTalk 2013R2 installed, with app development development done locally. Apps would then be deployed to Test Server for QA, and finally exported as MSI across to Live Server.
Questions;
Can you deploy from a local desktop to a network/server location?
Do you have to develop in VS 2013 to deploy to Biz 2013 R2, or are the compatibility settings in VS 2019 that you can configure to emulate VS 2013?
Can you deploy from a local desktop to a network/server location?
No, you cannot deploy from Visual Studio to another server.
What you can do however is to create a build server that gets the code from source control, and creates a MSI package, that is then pushed out to your target server via tools such as Microsoft DevOps, BTDF, Octopus Deploy, Power Shell scripting etc.
Automating your build and deployment reduces a lot of risks.
Do you have to develop in VS 2013 to deploy to Biz 2013 R2, or are the compatibility settings in VS 2019 that you can configure to emulate VS 2013?
Each version of BizTalk needs to be developed in a specific version of Visual Studio with the appropriate BizTalk SDK installed. So no, you cannot use Visual Studio 2019 for BizTalk 2013 R2.

Configuring Web Deploy on Windows Server 2012

I'm trying to publish my web application on Visual Studio 2013 to a remote server operating on Windows Server 2012 R2. I have been following the steps here to install Web Deploy.
I installed the Recommended Server Configuration for Web Hosting Providers and added the role "Management Services" for IIS 8 but I still couldn't find the Deploy option when right-clicking my website.
What could I possibly be missing?
It turned out that i had installed web deploy 3.6 on top of 3.5, removing 3.6 fixed the problem and now Deploy shows in the menu.

Developing in Visual Studio 2005 for Windows Server 2012

Is it possible to install an ASP.net website developed with Visual Studio 2005 in a server with Windows Server 2012? Our client is planning to upgrade the server from Windows Server 2003 to Windows Server 2012. Will the application (already developed with VS 2005) run in a 64 bits operating system?
It is possible. Two things to make sure you do is to have the correct .Net version installed on the windows server and when you setup the new site in IIS (assuming IIS) that the application pool is set to allow 32-bit applications.
This will take you through how to enable 32-bit app pools (it is for IIS7 but IIS 8 is the same)
https://help.webcontrolcenter.com/kb/a1114/how-to-enable-32-bit-application-pool-iis-7-dedicatedvps.aspx
Visual Studio is just a development environment and is intendant of the target server type/version. You can use Visual Studio to develop any .Net application/website no matter where you want to run it. It is all about the server being configured to run a 32-bit .Net application.

installing VS2010 express on server

Visual Studio 2010, C#, ASP.NET & SQL Server 2008 are my main development tools, recently I've bought a VDS (virtual dedicated server) which runs on Win server 2008 R2, my vendor has install SQL server 2008 express on my server, but I'm going to have VS2010 on my server also, as I think running and debugging my web apps on server would be much faster and easier than remote tests, is it possible at all to use VS2010 and code in my server? I can use remote desktop to view my server so I think it should be possible.
I use VS2010 ultimate on my local machine, what is the difference between VS2010 express and ultimate as I've that VS express is free of charge, so it is easy to download and install it on server
what should I do now? guide me please
You can also use remote debugging. Depending on how much control you have on your server you may be able to get it working. In Visual Studio when you choose Debug -> Attach To Process it allows you to specify a remote machine to connect to. On the remote machine you'd connect to the w3wp.exe process associated with your AppPool. If you went this route you would not need Visual Studio on your production machine.
I do not know the details of your situation but why would you want to debug your application on your (production) server? That is what your development environment (local machine) is for. Once you are satisfied with your local build you deploy it to your server.

Resources