Questions tagged [mvc]

22 questions
0
votes
2 answers

generated .css file in nginx

I developed on an apache, now I need to deploy on ngix and I ran into some difficulties. Because inline-styles are disabled in my project (with cakephp) and there are some colours defined in the database, I made the RsrcController generating the css…
0
votes
1 answer

App in virtual directory but /Folder points to www.app.com/

I am looking to create a virtual directory to host a demo of an application. the app is written in asp.net mvc and the images/css etc point to /Content/images /Content/main.css etc. when the app is in the main directory everything is fine. when i…
Yannis
0
votes
1 answer

IIS 8.5 on Windows Server 2012 R2 cannot handle more than one concurrent connection

I am in a bizzare situation. Here's my scenario: I have been working on an MVC5 Web API2 Project hosted on Rackspace hosting. According to the diagram I've added, the API project is AppOne. We have two data sources, one is MongoDB hosted in a Linux…
Mushfiq
  • 101
  • 2
0
votes
1 answer

ASP.NET4.0 MVC4 IIS7.5 Error 403.14 I'm Literally Pulling Out My Hair

I want to get away from developing in PHP but doing that is proving to be a massive headache. I am trying to set up a website with MVC 4, ASP.NET 4.0, on Win7 Professional (64-bit). The website is just the basic site that is set up with Visual Web…
Chris Peterson
  • 233
  • 3
  • 8
0
votes
1 answer

Restricting access to one controller of an MVC app with Nginx

I have an MVC app where one controller needs to be accessible only from several ips(this controller is an oauth token callback trap - for google/fb api tokens). My conf looks like this: geo $oauth { default 0; 87.240.156.0/24 1; …
Sergey Eremin
  • 103
  • 1
  • 3
0
votes
1 answer

MVC3 Wildcard scriptmaps in IIS6

I'm moving an asp.net MVC3 appliaction from its test box to the live server. I've noticed that although its been working on the test box Windows Server 2003 Web Edition SP2 there is no wildcard scriptmap in place (at the website or the 'websites'…
Andiih
  • 175
  • 1
  • 1
  • 7
0
votes
2 answers

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 Visual Studio 2010 and I used its Publish Feature…
Kiril
  • 189
  • 1
  • 4
  • 10
1
2