Visual Studio 2017 Publishing no IIS,FTP option - asp.net

I'm having trouble with my visual studio 2017. I have a project that I need to deploy but there is no ISS,FTP option like sample image below.
all I have is this setup
Then I try to publish using that setup but all .vb file is included and it seems that it is not pre complied. Any help would be very much appreciated. I tried looking up over the web for any solution but didn't get any with the same scenario as mine.
Please help. Thank you!

Related

Application Insight Missing in Visual Studio 2017

I can't seem to find Application Insight in Visual Studio anywhere. The MS documentation tells me to:
Run an Asp.Net core project on IIS Express
Select View > Other Windows > Application Insights Search
But it isn't there. Nore is it anywhere else in Visual Studio.
I have the ASP.NET and web development workload installed (all options checked).
Any help on this matter would be greatly appreciated. (It's driving me absolutely nuts)
Thanks for your help!
Stefan
It turned out that the 'Developer Analytics Tools' extension was disabled.
I probably disabled it previously myself because of al the (pretty annoying) pop-ups at the introduction of AI. Hope this helps anyone with the same issue.

Simple Website not building

I am new to ASP .Net programming. I know C,C++ and C#. I have got the book named ASP.Net 4.5.1 in C# and VB by Imar Spaanjaars.
I have got Visual Studio 2013 ultimate installed as well.
What is bothering me ?
I did exactly as the author told and I getting the errors when building
error. See screen shot.
Any help would be much appreciated.
It seems your project misses some dll in the project bin folder. Could you please check?
Otherwise it may be that you need to configure Nuget, in order to download automatically those missing packages.

How to create a project from existing source?

I installed Visual Studio 2017 on my mac. Also i have a project that written ASP.NET core. But i couldn't find any option to create a project from existing code.
Any suggestions would be appreciated.
Cheers!
I figured out.
Basically i opened .csproj file on Visual Studio. So that created *.sln file for me.
Tip: If you want to add more projects into your solution, you can simply add after opened *.sln file.

Visual Studio Cordova and SalesforceMobileSDK

Would anybody have a sample project using the SalesforceMobileSDK?
Trying to achieve something similar to https://github.com/developerforce/Force.com-JavaScript-REST-Toolkit - in Visual Studio, but I'm getting stuck in the Salesforce authentication code.
Thanks in advance!
https://github.com/forcedotcom/SalesforceMobileSDK-Samples
I found this guy, he has some sample projects for ios and android.

How to open project from source code in Visual Studio 2005

I am using .net 2.0 version. I am beginner and have started learning .net framework. I have sound experience in php development, so i know in outs of web development.
The reason I am using version 2.0 is because my current company website is in 2.0 and they are not ready to shift to 4.5
My senior has given me project files but now i don't know how to add that project in microsoft visual studio 2005. Below is screen shot of files i have :
I need to know how can i add this in MVS 2005.
Thanks in Advance..
In Visual Studio : open -> website - > click on root of folder works for me. Thanks :)
You need the solution files to open it in Visual studio. From the screen shot that you have shared, it looks like someone gave you deployed file. When you publish from visual studio you get the files seen in your screen shot.
So ask your senior to give you the "actual" source code.

Resources