I Installed SP1 RTM in my visual studio 2010.
and installed IIS Express correctly.
(using korean language in VS2010.)
BUT.. I CANT SEE WORDS LIKE IIS EXPRESS
Tools -> Options -> Show All Checked -> Project and Solutions -> ...?
(I cant see Web Projects section.)
well.. looking for IIS Express in existing web project.
right mouse click -> over the debug.. but I cant see "USE IIS EXPRESS"
Okay. I'd like find IIS Express in Project Properties.
mouse right click -> properties
click a Web tab. just find use local IIS but not showing IIS EXPRESS.
orz.. what can I do?:(
Launch VS 2010.
Locate your Website Project in the Solution Explorer tree view.
Right-click on your Website project name and select the Use IIS Express... option.
Hope this helps.!
IIS Express in VS 2010
My problem was that I'd opened the site USING IIS - so I didn't get the option to 'Use IIS Express' because it HAD to use IIS. Removing the project and re-opening it from the file-system gave me the option back :)
Related
I have been working with Visual Studio Ultimate 2013. Today when I tried to open a solution, it tried to convert the solution and showed me error like
"The Web Developer Tools option must be installed prior to opening or creating Web projects. You can install this option by repairing your Microsoft Visual Studio installation and ensuring that 'Web Developer Tools' is checked in the list of optional components."
I goggled about this and tried to Modify the Visual Studio 2013 ultimate by enabling the Web Developer Tool. But here I am getting the other error like
Unable to Locate Package Source.
What should I do now?
Go to Control Panel -> Programs and Features -> Select your Visual Studio Version and hit "Change"
Click MODIFY and enable Web Developer Tools
Enable Web Developer Tools
Click Update
Perhaps the installer file for Visual Studio was deleted and is no longer available to modify installations. If you can't locate it, you could just re-install Visual Studio, but that takes awhile.
Few days ago i had to reinstall VS. So after uninstallation, I downloaded VS2010 Ultimate from MSDNAA and installed it. Everything went without any trouble, but when i run VS I found, that there wasn't a Team Explorer.
So i downloaded TE from Team Explorer link. But after installation TE, Visual Studio still doesn't see TE. There is nothing in Menu -> View and Menu -> Tools -> Options -> Source Control.
What should I do now?
Are you able to see Team Explorer which is tabbed along with the solution explorer (At the bottom of the solution explorer window)? If not click view->Team Explorer (Ctrl+M). From there you should be able to connect to your TFS instance.
When you install the Visual Studio, then Team Explorer comes by default with VS.
You can check Team Explorer in View->TeamExplorer
If you do not found Team Viewer in your View then you can download it from below link
https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/
or you can download it from vs installer.
For future readers:
I was missing some menus from the Team Explorer side panel.
what fixed it was resetting user settings by manually running devenv.com /resetuserdata from the visual studio folder.
To me it was:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.com /resetuserdata
Notice: this will reset your settings, so make sure you import / export it first (if you require anything specific) .
I'm assuming your using TFS. Have you connected to a TFS instance using the menu Team -> Connect to team foundation server?
You need to download Microsoft Visual Studio Team Explorer 2010 from here:
https://www.microsoft.com/en-us/download/details.aspx?id=329
I have VS 2010 and for some reason I dont have the option "use iis express" when I right click on my website project.
I have installed IIS Express.
The win7 system is up-to-date.
when I go to tools -> options, I don't see the web options.
any idea?
You need VS 2010 sp1 to use 'IIS Express' with Visual Studio. Please check if you have VS 2010 SP1 installed or not.
I am trying to get my project to use my IIS virtual directory, here is how I have it setup..
In Windows 7..
My project has a Web Application, which is located in my Projects folder..
In IIS, I created a new Virtual Directory pointing to my Web Application,
gave IIS permissions..
can access it fine using http://localhost/WebApplication
Now in Visual Studio 2010, I goto properties of the WebApplication, select "Use Local IIS Web server", type in "http://localhost/WebApplication", sits there for a few mins then a popup error..
---------------------------
Microsoft Visual Studio
---------------------------
To access local IIS Web sites, you must install the following IIS components:
In addition, you must run Visual Studio in the context of an administrator account.
For more information, press F1.
---------------------------
OK
---------------------------
Does not list any components missing..
Any ideas? Rather not have my project in inetpub/wwwroot
Try running Visual Studio as administrator.
Right click your Visual Studio shortcut and click "Run as Administrator".
Where can i find out the "Convert to Web Application" option in Visual studio 2010 Premium version.I have a website which i want to convert to Web application.I right clicked on the project int the solution explorer and could'nt see that in the context menu.I have Power commands extension installed too.
I use MS Visual Studio 2010 Ultimate which has all of the features of Premium, I also see that this menu is missing.
I suggest that you make a new ASP.NET web application with the same name and copy the resources of the Website to the resource folder of the web application, and load the resources as existing items.