Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IISExpress.exe file location issues #30

Closed
bnjmnmyers opened this issue Aug 24, 2017 · 5 comments
Closed

IISExpress.exe file location issues #30

bnjmnmyers opened this issue Aug 24, 2017 · 5 comments

Comments

@bnjmnmyers
Copy link

When I try to run start command I get a message saying that it can't find IIS Express in C:\Program Files. My copy is being run out of C:\Program Files (86x). How do I change where the extension is looking for IIS Express?

@schwarzie2478
Copy link

schwarzie2478 commented Aug 28, 2017

I too found it strange that this doesn't work, but it used to work...
Then I remember that I am now running the 64bit version of VS Code.

I see in the code that the environment variable ProgramFiles is used which points to the undesired folder when running VS Code 64bit.

You could install the 32bit version for VS Code

@schwarzie2478
Copy link

Just confirmed it my machine, the 32bit version of VS Code works.
I downloaded a zipped version of that one so I don't have to install it again.

But a configurable option would be nice.

@warrenbuckley
Copy link
Owner

Thanks for this. I have been on a long weekend and will look later tonight or tomorrow and see if I can get a fix out.

I may be back later for more questions and testing :)

@warrenbuckley
Copy link
Owner

@bnjmnmyers @schwarzie2478 Are either of you still having this problem that I need to investigate this or is it resolved and that I can close this issue?

@warrenbuckley warrenbuckley changed the title Directory Issues IISExpress.exe file location issues Jun 16, 2020
@warrenbuckley
Copy link
Owner

Closing this issue as you can sepcify/override the location of IISExpress & AppCmd.exe via configuration with this PR #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants