Tagged Questions

The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern. Based on ASP.NET, it allows software developers to build a Web application as a composition of three roles: Model, View and Controller. A model represents the state of a ...

learn more… | top users | synonyms

1
vote
1answer
18 views

Mismatched address error on self-signed ssl certtificate

I have a self-signed ssl certificate that I am trying to use on my Windows 7 development IIS7 machine. The certificate is working; however I am still getting a mismatched address error in IE9. This ...
0
votes
0answers
25 views

IIS HTTP Error 403.18 - ASP.NET MVC 3 (with PHP 5.3 installed?)

I am getting this error when I am setting up a ASP.NET MVC3 application onto an IIS server. HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is ...
2
votes
0answers
91 views

ASP.MVC website production server configuration best practice

When creating a new website on a production windows 2008 r2 server which requires connection to SQL Express should I create a custom identity for the application to run under or leave it as ...
0
votes
2answers
79 views

Create an asp.net MVC multitenancy enviroment with IIS7.5

I asked this question (Mapping mvc application to subdomains using IIS 7.5) over on stackoverflow and Amritpal mentioned I should be looking at multi tenancy. How do I set my 2 applications up to run ...
0
votes
2answers
229 views

Deploying ASP.Net MVC 4 application to IIS 6 - Bundles are not working

We have a ASP.Net MVC 4 application we are trying to deploy to a Windows 2003 machine running IIS 6. We have it running on a separate app pool and it is setup to use asp.net 4.0. We have a Wildcard ...
3
votes
3answers
262 views

Intermittent high CPU (100%) on production webserver

X-Post from StackOverflow: http://stackoverflow.com/questions/9465123/intermittent-high-cpu-100-on-production-webserver We have a web cluster with 3 web-servers, each with 24 cores & 24GB mem. ...
1
vote
2answers
70 views

What would you expect the typical App Pool size to be for a basic ASP MVC3 site?

I recently rented some shared space on WinHost.com (Basic package). I deployed a single ASP MVC3 application that uses NHibernate. It is a very lean app and I have profiled it for memory leaks and on ...
0
votes
1answer
87 views

IIS6 Application Pool: App breaks until recycled

I've been experiences some problem with website that use ASP.net MVC or Webform. Problem: Sometime the website isn't showing. If I go to the website, I'll get the Directory Browsing is not permitted ...
2
votes
3answers
106 views

Why am I getting random 500 errors on my MVC and ASP websites on iis7?

It seems to happen on almost every site and does not matter if it is an ASP or .NET website. if you refresh right after you get that error it goes away and won't come back by just hitting refresh a ...
-2
votes
1answer
99 views

MVC3 on godaddy [closed]

I'm trying to publish my site on the godaddy. I also spoke to their technical staff. Basically, I published my site to a local directory on my system (C:/test) and then copied all the resultant files ...
0
votes
0answers
98 views

How to get compiled MVC 3 project running in IIS 7?

I've played around with the MVC 3 test application and copied the full project from my computer to my test server and got it running. Now I just want to get a compiled version running, without the .cs ...
-2
votes
1answer
44 views

DiscountASP.NET/shared hosting [closed]

I am in the process of trying to source an ASP.NET MVC3/SQL2008 host and think I'm happy with DiscountASP.NET however I have a few questions which I can't seem to find answers to: 1) What sort of CPU ...
0
votes
0answers
48 views

Setup IIS7 to allow subfolder in the domain

In normal situation we would point a domain e.g. mydomain.com to a server and with this we can create application on IIS and have all working well (Url.Content(), Html.ActionLink(), Html.BeginForm() ...
0
votes
0answers
65 views

Access IIS7 virtual Asp.Net application by ip address, bypassing dns server

I have a Windows 2008 Server with a static IP address using host headers to host multiple domains. My DNS server is being unreliable and I need to provide an ip address as a fallback mechanism to an ...
0
votes
1answer
137 views

How to avoid IIS from overwriting some HTTP Headers?

I have enabled in my Web.config the GZIP compression, and I'm glad that it automatically adds the HTTP header "Vary: Accept-Encoding". The problem is that IIS is overwriting the "Vary:*" that ...
0
votes
3answers
72 views

Recommended Amazon AWS Setup for MVCv1 application?

What is the best performance setup for hosting an ASP.NET MVCv1 application? I currently have 2 micro instances running, one to serve the database and another to serve the MVC application itself. ...
1
vote
2answers
61 views

using win7 pc instead of windows 2003 server

Simple question, in terms of hosting an Asp.net-mvc/SQL Server 2008 R2 Express based app, will a powerful Windows 7 PC do? I just wonder if there is anything I'm missing here, being an App Dev and not ...
-1
votes
1answer
176 views

is there any free solution to send mass mail on Windows Server 2008 [closed]

I have a server computer and installed Windows Server 2008 and IIS7. I need to send newsletter to 5000 customers. I want send everyday. But i don't configure mail account. I'm creating Gmail account. ...
2
votes
1answer
590 views

Win Server 2008 + IIS 7 + MVC3: what to install to deploy applications

I'm newbie at deployment. I have OS Windows Server 2008 R2 on my server with IIS 7. I have folder with .Net MVC3 web application. I created new pool, set Framework 4.0 for it. I created new website, ...
2
votes
2answers
849 views

What differences are between IIS 7.0 and IIS 7.5?

I thought that IIS 7.0 and IIS 7.5 have (from the application developer point of view) nearly same features. Then, I found that certain features are not working on IIS 7.0. Are there more features ...
1
vote
1answer
283 views

How to configure IIS 7.5 without restart + call a batch file on every ASP.NET restart

Query 1 - Is it possible to change "IP Address and Domain Restrictions" on IIS 7.5 without restarting IIS? Query 2 - How to invoke some batch file (or executable) every time an ASP.NET worker process ...
1
vote
1answer
107 views

How to configure IIS to ask for SSL client certificate for an ASP.NET MVC application

In IIS, for ASP.NET apps it's possible to request client certificiates for folders inside app? Is the same possible for controllers in MVC application?
1
vote
1answer
129 views

Umbraco CMS 5.0 CTP 1 installation skip some steps and does not populate DB

I wish to try Umbraco CMS 5.0 CTP 1 since it has a good reputation. Since im into ASP MVC 3, I thought I would try to install the preview of V5. I know this might be buggy, but I did expect that I ...
0
votes
0answers
110 views

What permissions are needed for project folders in VS2010 IIS express?

Are there some special gotchas when accessing a project folder using IIS express in visual studio 2010? I am testing a file upload control and I keep getting access denied Asp.net errors. I have the ...
3
votes
1answer
3k views

IIS 7 can't run ASP.NET MVC application due to missing System.Web.Helpers

I've set up IIS 7 on my Windows 2008 R2 server according to this guide and deployed my ASP.NET MVC application on it via the one-click publishing method in Visual Studio 2010, but the IIS server fails ...
2
votes
4answers
355 views

To DMZ or not-DMZ on new web site

We are about to release a web application for our users, and are trying to figure out if others put their servers in a DMZ, or just keep it off the domain behind the firewall and greatly restrict ...
1
vote
0answers
441 views

Custom error screen for 404 errors w/ MVC3 and IIS 7.5

In my MVC 3 app, I'm trying to show custom 404 pages. I've got the 403 pages to work, by returning a HttpStatusCodeResult. However, 404's are handled by MVC, and evidently, something is being done ...
0
votes
1answer
74 views

How do I set Application Configuration Mappings in IIS6 from the command line?

I am rolling out .NET 4 to around 60 servers, and I need register the .mvc extension to run with ASP.NET on each server after the install. Does anyone know a way to do this from the command line? Is ...
2
votes
1answer
1k views

Can't get MVC3 running on IIS 7.5

I have a development laptop with Visual Studio 2010 and MVC2 and MVC3 installed. I deployed an MVC3 application to a local inetpub location and set it up to run under IIS 7.5. At first I couldn't get ...
0
votes
1answer
95 views

Cannot find several types of authentication on IIS7 in Windows Server 2008

I have a deployed and correctly working ASP.NET MVC3 application on IIS7 in Windows Server 2008. Now I want to implement some authentication policy and my choice is Windows authentication (the ...
0
votes
1answer
75 views

Site hanging under IIS when calling through interop

I have a website written using MVC3 where the backend is a 3rd party system written in Cobol. The webserver should starts the Cobol runtime through an interop dll and thereafter performs a call to the ...
1
vote
1answer
2k views

Http 500 internal server error on MVC3 deployment

I'm trying to deploy an MVC3 application to IIS 7.5 On every route I'm getting an http 500 - internal server error : Error Summary HTTP Error 500.0 - Internal Server Error The page cannot be ...
5
votes
1answer
502 views

Why isn't IIS serving my static CSS / JS files?

I added an ASP.NET MVC3 site to ISS (which was working fine in the debugger). When viewing the site in a browser, everything appeared to be working fine except that all of the CSS and JS files were ...
1
vote
1answer
75 views

Why am I getting this error from IIS?

I have created a very simple ASP.NET MVC3 application that runs just fine in the Visual Studio debugger. However, I have tried to add this application to my local IIS installation. I added the ...
0
votes
1answer
186 views

Exception has been thrown by the target of an invocation

Line 54: <providers> Line 55: <clear/> Line 56: <add name="RolesProvider" type="Eacademy.Library.Membership.CustomRoleProvider, Eacademy" ...
2
votes
1answer
297 views

ASP.Net MVC 1.0 on IIS 7.5

G'day, I am trying to move an application from windows server 2003 R2 to Server 2008 R2. It uses MVC 1.0 and to make it work I added a wildcard handler and then unchecked the "check file exists" to ...
3
votes
1answer
429 views

Should .NET MVC 3 actions trigger w3wp.exe to generate Process Monitor “PATH NOT FOUND” and “NAME NOT FOUND” errors?

I asked this on Stack Overflow, but it was suggested that I also ask it here, since it could be related to IIS: If I create an out-of-the-box ASP.NET MVC 3 Web Application (non-empty, Razor, no unit ...
0
votes
1answer
284 views

ASP.NET MVC installation on Windows Server 2008 R2

When I install ASP.NET MVC 3 RTM on Windows Server 2008 R2 (Web server edition) will I also be able to run MVC 2 and MVC 1 web applications without installing them or do I need to install all of them ...
0
votes
1answer
381 views

Microsoft Web Farm 2.0: how to get it to work with ASP MVC 3 which also has a redirector?

The error I get is: The virtual path 'null' maps to another application, which is not allowed. I created an MVC 3 project and posted it as-is. Turn off the "URL Rewrite" and everything works fine. ...
0
votes
1answer
585 views

How to configure IIS7 to view an MVC3 site without interfering with Webforms Production Site?

I have a client who is running his ASP.nET 3.5 webforms site on IIS7 under Default Web Site. I've started development on his MVC3 and have the site files ready for him to review. How do I setup ...
0
votes
1answer
133 views

Why is my ASP.net MVC Site Not Serving Pages on Windows Server 2008?

Why is my ASP.net MVC site not serving pages on Windows Server 2008? The website is running under an application pool that has the .net framework 4.0 in integrated mode. It serves .htm files with no ...
1
vote
2answers
749 views

Getting 404 error on MVC web-site

I have an IIS7.5 web-site, on Windows Server 2008, with an ASP.NET MVC2 web-site deployed to it. The website was built in Visual Studio 2008, targeting .NET 3.5, and IIS 5.1 has been successfully ...
5
votes
1answer
6k views

Problem running MVC3 app in IIS 7

I am having a problem getting a MVC 3 project running in IIS7 on a computer running Windows 7 Home-64 bit. Here is what I did. Installed IIS 7. Accessed the server and got the IIS welcome page. ...
0
votes
2answers
778 views

How to publish an ASP.NET MVC application to a free host

I'm using a free web host (0000free) which supports ASP.NET MVC, but it uses Mono. This is the first time I deploy an MVC application, so I'm a little confused as to where I need to deploy it. I have ...
1
vote
1answer
67 views

Intermittent IIS Event 1062

IIS 6 with about 25 sites, one of which is .net framework 2.0 with a .net framework 4.0 app below it running mvc 3 in its own app pool. It runs fine for some time, then we see event 1062 and the .net ...
0
votes
1answer
408 views

Changing setting in applicationHost.config to Allow has no effect on 500.19 error

I have a web site using .NET 4 and ASP.NET MVC3 running in IIS 7.5. I get the following error: This configuration section cannot be used at this path. This happens when the section is locked at a ...
0
votes
1answer
239 views

IIS 6 with ASP.NET 4 - what are the disadvantages?

I'm looking at a hosting company that I plan on going with, but they use IIS 6 with ASP.NET 4. I plan on running a ASP.NET 4 MVC web application that uses SQL Server (which the hosting company has). ...
0
votes
2answers
756 views

ASP.NET MVC 3.0 on linux

I'll admit it... I'm a n00b in the linux world, but I'm curious to find out if it's possible to run my ASP.NET MVC 3.0 web applications on linux. Can anybody direct me to or write a guide for n00bs ...
0
votes
1answer
351 views

IIS7 500 error on asp.net MVC web application

I have published my asp.net mvc application to my Server 2008 machine running IIS7. When trying to view the site from another machine I just get a 500 internal server error. The application runs just ...
0
votes
1answer
333 views

IIS 7.5/ASP.NET MVC App - error serving JS

Greetings, I'm new to working w/ IIS in general, so I hope I'm asking the right question in the right place with the right amount of information. Here goes: On a Windows 7 64-bit (IIS 7.5) box, I ...

1 2 3