IIS6 Problems with ASP.NET MVC.

Posted by Markus on Stack Overflow See other posts from Stack Overflow or by Markus
Published on 2010-03-22T12:26:52Z Indexed on 2010/03/22 12:41 UTC
Read the original article Hit count: 402

Filed under:
|

Hello, I have a ASP.NET MVC page. I Configured a IIS Website and added the additonal H:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll.

my Directory Structure is like that

/
../App_data/
../bin/
../Content/
../Properties/
../Scripts/
../Views/
../Default.aspx
../Global.asax
../Web.config

My page is configured to port 9090.

If i try to access the page i get the "default" Page. But if i try to access any other page than the //myServer:9090 like //myServer:9090/home (which is the default method in my HomeController) i get a "page not found" error page.

For me it looks like he does'nt execute the assambly. In the Debbuging Server all runs nice.

What could be the Problem?

P.S: If i forgort something pls ask for! thanks!

© Stack Overflow or respective owner

Related posts about iis6

Related posts about asp.net-mvc