Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7902093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:24:27+00:00 2026-06-03T09:24:27+00:00

I have a c# MVC 3 project deployed in AppHarbor, the thing is that

  • 0

I have a c# MVC 3 project deployed in AppHarbor, the thing is that I need to change the connection string that AppHarbor uses, in order to add MultipleActiveResults = True. For it in the Application_Start() on the Global.asax.cs file I add this:

var configuration = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("~");
var connectionString = configuration.ConnectionStrings.ConnectionStrings["SumDb"].ConnectionString;
if (!connectionString.Contains("MultipleActiveResultSets=True;"))
{
    connectionString += "MultipleActiveResultSets=True;";
}
configuration.ConnectionStrings.ConnectionStrings["SumDb"].ConnectionString = connectionString;
configuration.Save();

But for some reason, when I access my project trough AppHarbor I’m getting this access error to the file:

An error occurred loading a configuration file: Access to the path ‘D:\websites\4c\cb534\0x00 (…) uymh.tmp’ is denied.

Maybe I need some permission or something like that. Plz Help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T09:24:29+00:00Added an answer on June 3, 2026 at 9:24 am

    You will have to enable write access to your AppHarbor worker filesystem in Application settings. It’s read-only (except for App_Data) by default.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a MVC project that uses foo.dll, but that foo.dll uses smu.dll so
I have an MVC project that I would like to write in .NET 4.0
I have a MVC 4 project I am currently working on and need some
I have a MVC 4 project and i want to add an assembly to
Hi I have a MVC 3 web project which has been deployed to Azure
I have standart MVC web project that register routes in global.asax. My MVC project
I'm developing an MVC 4 project to be deployed to Azure. I have the
I have an ASP.NET MVC 4 project which is to be deployed to Azure
I have a new MVC project which uses the entity framework. I'm spitting out
We have a ASP.Net MVC project that runs fine on our developer machines. When

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.