I have started my web application project in ASP.NET using Visual Studio 2012. There is no problem in developing the project but having real problems in deploying the project. After the project is complete i have no idea how to deploy it on actual server there was provision in VS2010 but no option in VS2012. As this is my first project in VS2012 please help.
Thanks in advance.
Right-click on the project in your solution explorer and click on 'publish'. Then you get a wizard to create a publish profile.
Related
I have installed visual studio 2017 and created new asp.net web application project and compiled the default project. Then I am getting the below exception
After click on continue excution..
I faced the same issue even in vs 2019..
Any configurations did I missed..
Please guide me some one on this...
I have been asked to update my Visual Studio with asp.net core. But the update told me I already have this component. However when I look in the list for New Project I can find nothing which includes the word CORE.
How do I work this out?
I'm not talking about a single Visual Studio Project or File. I'm talking about the whole program. I have to update the program.
You need to download Tooling Preview 2 to get the asp.net core templates. That is a bug in the visual studio 2015. Please follow the following steps to resolve this issue
This is what your add new project dialog will look like once you have .net core installed correctly. Were you able to resolve this?
Is it a console app or a web app? If you have a .xproj file in your Visual Studio project, then you have ASP.NET Core web application. Probably the same for an ASP.NET Core console application.
Have create the project in asp.net web application ,then add the dbml file and Create new folder name is (urlImages) for upload. its working in local visual studio ,
how to deploy the project?
thanking you
Right click on the web project and Publish it. Than upload the published files to webserver.
You can right-click the project, click on Publish and follow the instruction in the dialog box. There are several other options
Web Application Project Deployment Overview for Visual Studio and ASP.NET
VS 2010 Web Deployment - ScottGu
I have been trying to use WebDeploy in Visual Studio 2010 to deploy our Web Application but it deploy the whole code as it is. Is there an option somewhere like before "Allow this site to be updateable" for WebDeploy?
EDIT:
Ok, there is no option available for Web Application and only for Web Site projects.
For Web Application projects, you could add a Web Deployment project which helps you getting a precompiled version, but it doesnt automatically publish it to IIS. Any way to automate that?
Thanks
u can use the options in the publish website as to get 1. make my site upgradeable 2.make different assembly file for each page 3.pre compiled version when you right click your web app and publish it. Hope i got it right
I'm on the microsoft download center to download mvc2.
But here I see three links and I have doubts what is what I need:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en#Requirements
release notes
MV2 for visual studio 2008
A test project of MVC2
From which place i could download MVC2 to execute on my server? I dont have there any Visual Studio, etc...
You should simply deploy System.Web.Mvc.dll along with your project.
You don't need to install anything on the server.
Best way to do it, is use Microsoft's Web Platform Installer. It handles the deployment for you, and can be run straight from IIS.