0
votes
1answer
35 views

Hosting performance of ASP.Net MVC 4 app is slow

I have a web site with a couple of very small mvc4 applications running. It seems that the hosting company is unloading my site after it stands idle for a while (which I'd expect). The symptoms are ...
0
votes
2answers
23 views

ASP.NET MVC 4 application database connection issue after session timeout

I have an MVC 4 website using .NET framework 4.5 that works fine at first. It allows me to login and go about my business adding, deleteing and editing records. As such, it is obviously initially ...
0
votes
2answers
52 views

MVC3 asp.net application to hosting

I had developed an MVC3 .net C# application. Now, i wanted to host it so that many people can use the same application. I had created the Database through Visual Studio web developer 2010 itself and I ...
0
votes
1answer
45 views

asp.net web config runtimeerror

I searched here same problem Asp.net - <customErrors mode="Off"/> error when trying to access working webpage, but when i do like it was told, i dont get any reaction same ...
0
votes
1answer
277 views

running express.js app in Asp.net MVC

I would like to run node.js with asp.net mvc for performing socket.io operations. i've successfully included the node.js in asp.net mvc as described in here my problem is how to run express.js in ...
0
votes
0answers
43 views

Can I access an application that is hosted in the server localhost from published application

I have an asp.net mvc web application which is publish to the web using IIS, and i have another javabased application which i use to send email and sms from it. i have installed the jave-based ...
3
votes
1answer
217 views

VSPerf and Azure Cloud Services

When I deploy a cloud service to Windows Azure it causes a number of VSPerf.exe instances to start - anything from 1 to 5. Between them they consume all the CPU and none of the processes ever ...
0
votes
1answer
117 views

Does the RequireHttpsAttribute place any requirements on the hosting provider?

I would like to publish a website. I would like the website to run over HTTPS. I have read about the requirehttpsattribute: ...
0
votes
0answers
117 views

asp.net mvc 3 application with subdomain able to access main site but not subdomain

The application is built using this starter kit: https://github.com/yatendra/saasapp. When i run the application and go to localhost:1231 in my browser it works fine. After creating a new account ...
0
votes
1answer
603 views

Issue hosting ASP.NET MVC 4 application using IIS 7.5 after creating virtual directory - Script files are not working

I have an ASP.NET MVC 4 application that I am trying to host in IIS 7.5. I tried creating a virtual directory using "Use Local IIS Web server" option in Project properties and have set the Anonymous ...
0
votes
2answers
467 views

Hosting MVC 3 and My SQL as cheap like PHP and MySQL

I would like to develop an application that use ASP.Net MVC 3 and Razor with MySQL. I think both are open source and this will reduce my development cost, please correct me if i am wrong. Is ...
0
votes
4answers
120 views

ASP and Django on same hosting

Can I have both a page using ASP.NET MVC 4 and another using Django under the same hosting?
0
votes
1answer
352 views

What are the files to upload to Web Server for a ASP.NET MVC web site

I have created a ASP.NET MVC site and now I need to upload it to web hosting server, for that do I have to upload whole project or only selected set of files & folders. If so what are the folders ...
2
votes
1answer
3k views

Could not load assembly WebPages.Deployment version 2 at host?

I have a ASP.NET MVC 2 website (VS2010) that I have upgraded to ASP.NET MVC 3 (VS2012) and this works fin on local IIS7 but when publishing it I get this exception on host : Could not load file or ...
0
votes
0answers
140 views

ASP.NET MVC website hosted on shared drive

Is it possible to use a network drive to host an ASP.NET MVC website? I have site files for a small MVC site (that I know works when hosted on a local drive) sat in a network drive "W:\Web". I've ...
3
votes
1answer
217 views

Hosting a multi-threaded mvc app in AppHarbor

I'm building a simple Restful service to aggregate data from 3 external services. I'm planning on calling each external service on its own thread. Do I need I different 3 workers for this in ...
0
votes
2answers
201 views

Can someone tell me how I can host my MVC 3 application on linux server?

Someone tell me to write a simple one-page application in ASP.NET. I use MVC3 framework for develop it. From that days I spent my most of time to solve issue on hosting. I am still not able to find ...
1
vote
2answers
185 views

not able to registered user on sql membership on server?

I have successfully hosted my mvc website on server. But I'm not able to registered new user. I have used following connection string. <connectionStrings> <add name="ApplicationServices" ...
0
votes
3answers
675 views

How do I host my Mvc web app using plesk panel?

I have registerd my own domain name and web hosting space too on parallels thay are having there plesk control panel. I know that for html pages I need to copy my all pages into httpdoc folder But ...
0
votes
1answer
168 views

Hosting an MVC and a webforms site on the same IIS7 instance - web.config inheritance

We have a website that was written in classic ASP, then I started to extend it using web forms. These extensions exist in a subfolder of the main folder. Now we've decided we'd prefer to use MVC3. ...
0
votes
2answers
236 views

What is the correct scenario while using amazon S3 for image hosting website?

I am developing an images hosting section in a website, and I am going to use amazon s3 for hosting the images there. I will get the images the user upload, save on the server, then send a copy to ...
0
votes
3answers
298 views

Is it possible to access cookies which exists on another application in IIS?

I have 2 website on my IIS7, I can put the same domain for both of them, I want some cookies of both applications to be shared between them, so than I can create the cookie from one of them and read ...
-4
votes
2answers
3k views

How to host MVC application in IIS 7.0?

I created a MVC application which is working fine in the local host. I published the project using visual studio to a local folder and uploaded it to the FTP location. But on server its not working. ...
1
vote
2answers
499 views

ASP.NET MVC and host problems

Hi, I have done the following : Start Visual Studio 2010 New Project > ASP.NET MVC Default ASP.NET MVC project generated by VS2010 Add a couple off simple buttons on the first page Start local IIS ...
0
votes
1answer
514 views

Installing Orchard 1.0 CMS

I'v Installed Orchard 1.0 CMS , so I'v downloaded Orchard.Web.1.0.20.zip , then I copy all files from this folder and put them into my server by FTP, all files has been successfull sended. When I go ...
0
votes
2answers
59 views

how i can check that i run the application on my server means localhost:portnumber or hosted them on the internet

I have a MVC application. in development machine the debug path goes something like localhost: Are i can check that url of the request my server have is localhost or application hosted on server ...
4
votes
2answers
3k views

subdomain with mvc godaddy hosting

I've published my mvc app to godaddy (root, ie www.domain.com) and all works great. Now i need to post some html files to a subdomain (ie subdomain.domain.com) which i've set up. However now when i ...
0
votes
1answer
411 views

Hosting a WCF service in asp.net mvc 1 aplication and enabling metadata exchange

I want to host a wcf service inside an asp.net MVC (1.0) application, I created a .svc file as it has to be done for web applications, but nothing works. When I try to reach the metadata endpoint the ...
2
votes
1answer
99 views

Safe way to support hosting files from asp.net mvc site

i have an asp.net-mvc site where users can add content and links and the data gets saved in a database. They now want the ability to upload attachments to pages and i wanted to figure out a few ...
2
votes
1answer
535 views

resolve url/url.content not fetching the correct path for css and scripts after hosting in IIS6.0

i have hosted my application on IIS 6.0 the view that i wanted to browse is getting fetched in the browser but the css and scripts are not being rendered . <link href="<%= ...
0
votes
1answer
76 views

asp.net mvc3 rc2 app deployed to hosting crashes, how can i find out why?

I deployed my asp.net mvc app to hosting and under real load it sometimes restarts. My guess is that it crashes. What are my ways of finding out why it does so? my primary candidates are my Session[] ...
0
votes
1answer
150 views

Can I run a new process from a medium-trust ASP.NET application?

I'm building an ASP.NET MVC site where I want to use OpenSTV to conduct polls. To run results through OpenSTV, I'd have to run the executable. Is that allowed from a medium-trust ASP.NET application?
6
votes
4answers
232 views

things to absolutely check when deploying an MVC 2 web application?

I am going to deploy my first MVC web application to the internet. As is the first app with this framework for me, I was wondering if I can collect some advices regarding what should be done to ...
0
votes
2answers
802 views

ASP.NET MVC and Cloud Hosting

Has anyone had any experience running an ASP.NET MVC (2) app in one of the (decent) cloud hosting services? Which providers support this? Additionally - how does session state work in these services ...
4
votes
4answers
4k views

Using a .MDF SQL Server Database with ASP.NET Versus Using SQL Server

I'm currently writing a website in ASP.NET MVC, and my database (which doesn't have any data in it yet, it only has the correct tables) uses SQL Server 2008, which I have installed on my development ...
1
vote
0answers
743 views

ASP.NET MVC hosting problem, routing, handlers and modules

This is one of them again, hosting with fasthosts. I recently purchased a windows developer package from them. When I tried to deploy my ASP.NET 3.5 MVC project, which was working fine with the same ...
0
votes
3answers
317 views

Hosting Asp.Net MVC Applications

I am working on an Asp.Net MVC project. I had a doubt and please someone clarify it fast.. --> Do we need the MVC framework installed in the Hosting server from where the application is installed. I ...
0
votes
3answers
64 views

How to find issue on remote server that you don't have access to?

Ok, so this is my dilemma... I have an ASP.NET MVC site that is running into some conditions that it is pegging the processor on the iss boxes it's running on. I don't have access to these servers ...
0
votes
1answer
356 views

Error attempting to access a web service (hosted locally or externally), can't resolve host name

I'm stumped. I've got an asp.net mvc app being hosted on a shared hosting provider. The configuration of their system leaves a little to be desired, but it's cheap (getting what I pay for I ...
0
votes
1answer
778 views

ASP.NET MVC and ApplicationPath

Question is about paths and domains: I have an out-of-the box ASP.NET MVC project (generated by "File->New Project"). On LogOn page it does: return Redirect("~/Account/LogOn");. I have a domain ...
3
votes
5answers
12k views

IIS 7.0 Error - 500.19 Internal Server Error

I am currently on a shared hosting plan with iis 7.0 I have an asp.net mvc application in the wwwroot of my hosting. Now I made a virtual directory to store my webservice in(I don't want to have to ...
0
votes
2answers
1k views

Do Virtual Directories in shared hosting conflict with stuff in wwwroot?

I have an asp.net mvc application, phpBB forum and asp.net webservice that I want them all in the same wwwroot. My shared hosting allows virtual directories so I went a head and made one. It made the ...
0
votes
2answers
204 views

Have a webservice and website in the same web root?

I have an asp.net mvc site and a asp.net web service. I am wondering if it is possible to have them in the same root(wwwroot) folder? Like could I have wwwroot -> all mvc files wwwroot -> ...
1
vote
5answers
1k views

why does my site take so long to load?

Here the problem. I have my site hosted on a shared hosting for asp.net mvc. I login and say and fill in one of my forms in and want to submit it. The submit is done using jquery ajax request. Now ...
0
votes
2answers
534 views

Custom Errors not Forwarding on ASP.NET MVC Site

On my site, a broken link throws the default, page not found error. In the web.config I have turned on CustomErrors and forward 404 errors to a custom message. On my dev box it works, on the host it ...
45
votes
11answers
28k views

ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden [closed]

I 'm developing an ASP MVC web project. Now i have a requirement which forces me to deploy to an IIS7 inmiddle of development (to check some features). I 'm getting the above mentioned error message ...
0
votes
1answer
110 views

Putting an ASP.Net MVC project on a server for team development with VS Pro Team version

Can anyone give me advice on where to start when it comes to setting up a project on a server so that my helper and I can check out code files? I have a hosting account with Go Daddy - IIS 7, if that ...
0
votes
3answers
791 views

asp.net mvc application application root issue

I have an ASP MVC application that I have deployed on a hosting service (discountasp.net) to an application folder that is a sub folder of the root application. ie: -/[root] -+/apps both root and ...
2
votes
1answer
199 views

Run ASP.NET MVC in Internet Hosting Providers

My question is very simple. Can I run an ASP.NET MVC application on shared servers that has installed ASP.NET 3.5 but not MVC? If this is possible could you tell me how?
0
votes
1answer
79 views

trust medium in asp.net mvc

When i try to run my project in trust medium or high it says [PolicyException: Required permissions cannot be acquired.] [FileLoadException: Could not load file or assembly but i'm running all ...

1 2