does anyone know where to access the website administration tool in visual studio 2008 professional?
That depends on whether you are using Web sites or Web application projects.
For web sites it is Website --> ASP.NET configuration.
For Web application it is Project --> ASP.NET configuration.
Open a Web project and use the Project menu, ASP.NET Configuration.
Website -> ASP.NET Configuration
Related
I have Visual Studio Community 2017 Edition; And i am using .Net Framework 4.6.1
Under Visual C# , I am able to see following Project Options.
Crystal Report, I installed separately.
However, i am not able to see ASP.Net MVC Project Option.
Project Template is not showing ?
ASP.Net Empty Web Site
ASP.Net Web Forms Site
ASP.NET Web Site (Razor v3)
ASP.NET Dynamic Data Entities Web Site
WCF Service
ASP.Net Crystal Reports Web Site
I have installed all the necessary components. How do i fix this ?
If you select e.g. ASP.NET Web Application and click OK then you will be presented with various options. The MVC option is listed there.
I have a web application created in visual studio. I wish to deploy it as an intranet -IIS. How to proceed?
here is full tutorial to do this :
ASP.NET Web Deployment using Visual Studio
here is deployment through Azure :
ASP.NET MVC - Deployment
I recently downloaded Visual Studio 2015. When I wanted to create new project I chose file---new---project and I need to select asp.net mvc4 web application, but I couldn't find it I have only asp.net empty web application
and when I select it i have this error
Try to install Microsoft Web Developer Tools.
here: https://visualstudiogallery.msdn.microsoft.com/c94a02e9-f2e9-4bad-a952-a63a967e3935
It will enable MVC templates (and others web tools) for VS.
(maybe also the error goes away)
Send results. Att,
I have Server machine with installation of Windows 2008 R2, IIS 7, MVC 3, ASP.NET 4 Framework.
I want to publish ASP.NET MVC 3 Razor application using visual studio 2010 from local computer to remote server. The application has also used Entity Framework. What are required tool in my server to publish mvc 3 application and neccessary steps?
use this URLs to do that
link to configure Server side and this link to download webDeploy
the link to do the publish in Vs 2010
and you have to install MVC tools in the server from this link
I been using Web Application project with Visual Studio 2003 for many years, and I finally decided to migrate to Visual Studio 2010 Pro. I did use the convert wizard with success to migrate my Web Application project.
However, there is one thing that I am not able to do with VS 2010 that I was able to do with VS 2003 : open a project from web. (important : here I mean a Web Application Project, not a Web Site Project)
VS 2010 only seems to offer the option to open Web Site Project from a web location. I want to keep using Web Application Project, and I am only able to open Web Application Project on my own computer or on my network, but I am not able anymore to open a Web Application Project using http location. This feature was available in VS 2003 and I really can't find the same in VS 2010.
Can you help?
new project -> language -> web -> ASP.NET Web Application