I'm not sure if it was installed with VS for Web or VS for Desktop, but I have the command prompt installed in the Microsoft Visual Studio 2012 folder under All Programs. The command prompts are in the Visual Studio Tools subfolder.
Christopher Reed, MCT, MCPD, MCTS, Microsoft Specialist, MTA
"The oxen are slow, but the earth is patient."
kak.mca
Member
67 Points
161 Posts
How to set path for VS-2012 Express
Dec 15, 2012 10:48 AM|LINK
Hi,
I want to use Aspnet_regiis.exe command tool to learn about Encrypt ConnectionStrings in ASP.NET.
But, since I am using VS-2012 Express edition, I don't have Visula studio command prompt.
I know that we can set path to Windows 7 Command prompt to make work with Visual Studio 2012, but I don't know how to do the same.
Can anybody please suggest me how to do this so that I can use windows 7 command prompt.
Thanks in advance,
</div>Careed
All-Star
18798 Points
3649 Posts
Re: How to set path for VS-2012 Express
Dec 15, 2012 04:51 PM|LINK
I'm not sure if it was installed with VS for Web or VS for Desktop, but I have the command prompt installed in the Microsoft Visual Studio 2012 folder under All Programs. The command prompts are in the Visual Studio Tools subfolder.
"The oxen are slow, but the earth is patient."
quantt
Member
215 Points
38 Posts
Re: How to set path for VS-2012 Express
Dec 16, 2012 11:59 AM|LINK
You can use command prompt (Run>cmd) to folder below (.Net 4.0 and 4.5):
- x86 :
- x64 :
And that , You type "aspnet_regiis.exe" to use.
Quan Truong
Please, click 'Mark as answer' if you think my answer really help you. Thanks