I am running on VS 2010 Pro with SP1 Beta and IIS 7.5 Express. Everything is working fine, but I am trying to access the site from another machine on our intranet and it does not seem to see anything, I simply get a:

"Oops! This link appears to be broken."

error in Chrome. Even if I am on the machine and type in:

123.45.6.8/SiteName

instead of:

localhost/SiteName

(which works), I get the error. Can this be done with IIS 7.5 Express? Thank you.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

IIS Express by default only supports local connections - according to a statement by ScottGu, there should be an option to explicitly enable remote connections, however.

See this blog post: Serving External traffic with WebMatrix for how to do this.

link|improve this answer
Good to know, thank you. – naspinski Feb 7 '11 at 18:23
1  
I needed this additional information to get this to work with Visual Studio: stackoverflow.com/a/5438322/120955 – StriplingWarrior Feb 13 at 19:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.