0

I have Windows 7 professional running IIS7. I have installed ASP.NET MVC 1.0 and VS2008. When I run the app with Cassini it runs fine. When I create a virtual directory and run it on IIS7, the app comes up with a blank web page and no errors at all.

How do I get ASP.NET MVC projects running on IIS7?

1
  • Just a suggestion... Have you tried loading an HTML file and a normal ASP.NET page? If the other types do not load then it might be a configuration issue, otherwise you will have narrowed down to being an ASP.NET MVC issue. Commented Dec 5, 2009 at 6:09

2 Answers 2

1

I run with that configuration every day. There are a few steps you need to go through to be sure IIS 7.5 (on Win 7) is configured properly. Follow the instructions using the link below. Although they're meant for Vista / IIS 7, they still hold.

http://learn.iis.net/page.aspx/387/using-visual-studio-2008-with-iis-70/

Let us know the outcome.

Sign up to request clarification or add additional context in comments.

1 Comment

Couldn't get anything from that document to help. Also tried displaying a html page as suggested above but still blank page??
1

For those interested the problem was Skype had captured port 80 so IIS could not use that port of course.

Malcolm

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.