Tagged Questions
6
votes
6answers
453 views
Why is my style sheet redirecting me to login?
I am sure this has something to do with IIS but I can't figure it out.
I have a website using forms authentication. When my website tries to access any file resources (javascript files, css, etc), I ...
1
vote
1answer
1k views
Deploy ASP.NET MVC 2 applicatiopn to Windows 2008 R2
I have a ASP.Net MVC 2 web site, which can be visited by http://localhost/Admin/ContentMgr/ in ASP.Net Development Server from Visual Studio 2010(RTM Retail).
When I try to deploy the site to Windows ...
0
votes
2answers
80 views
Home page in MVC app is not correctly routed with IIS 7.5
I deployed an MVC app in Windows Server 2008 R2 with IIS 7.5 (Integrated Mode). The first page that the browser should show if I enter the address (http://192.168.3.5:2011/) is a Login page. The thing ...
0
votes
1answer
39 views
What is a good way to handle a couple of web.config files that have the same structure
I have a multi tenant application that has already 6 tenants.
Each tenant has its own virtual web with its own web.config. Most of the setting are the same for all tenants, but some differ.
Its ...
0
votes
1answer
551 views
MVC.NET Routing works in development server but not on IIS 7.0
I've upgraded our project from being a website to a web app and imported to VS2k10.
I've added the following references:
System.Web.Abstractions
System.Web.MVC
System.Web.Routing
...
Changed ...
0
votes
2answers
1k views
ASP.NET MVC on 2008 R2 IIS7.5 Not Loading
as the title notes, we can't get in to our site.
this same site works fine for us in 2003 and in our dev environments. but once we moved to 2008 R2: we "can't get in".
i'd love it if we could use ...