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 7930603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:28:41+00:00 2026-06-03T20:28:41+00:00

I use a shared hosting provider that doesn’t have asp.net mvc3 installed. When deploying

  • 0

I use a shared hosting provider that doesn’t have asp.net mvc3 installed. When deploying my applications, I always end up doing a a bin deploy for the required dll’s:

Microsoft.Web.Infrastructure
System.Web.Helpers
System.Web.Mvc
System.Web.Razor
System.Web.WebPages
System.Web.WebPages.Deployment
System.Web.WebPages.Razor

My question is– can I place these dll’s somewhere in my shared hosting space, and have my deployed apps look for them there? This way I could avoid finding them and ftp’ing them everytime I deploy a new MVC3 App?

Just to add a little more description. My shared provider let’s me set up applications within my root directory. So what I was thinking was having the following structure:

root/bin/(dll’s above would be here)

root/MyApp – would need some way of finding the dll’s in the bin under the root. This might fall under the category of binding hints?

  • 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-03T20:28:43+00:00Added an answer on June 3, 2026 at 8:28 pm

    You can use ILMerge to combine them into a single DLL.

    http://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx

    On that page they also reference loading DLLs from resources, which I’ve never actually tried.

    http://blogs.msdn.com/b/microsoft_press/archive/2010/02/03/jeffrey-richter-excerpt-2-from-clr-via-c-third-edition.aspx

    Other than this, you’re going to need the dll for every site if each site is a shared space.

    EDIT

    Try this:

    AppDomain.CurrentDomain.AssemblyResolve += (sender, args) => {
    
          String pathname = "Your path/" + new AssemblyName(args.Name).Name + ".dll";
          var assemblyData = System.IO.File.ReadAllBytes(pathname);
          return Assembly.Load(assemblyData);
       }
    
    };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a domain xyz.com on an ASP.NET shared hosting environment. I am confused
I have a couple of jobs that use a shared resource (database), which sometimes
I have a component that has a sub-component they both use a shared variable
I have a shared MS Sql 2008 database with my hosting provider and MS
I am trying to install smarty on my shared hosting plan. I have installed
I have shared hosting account on some hosting service provider. So, I can upload
I have been attempting to set up magento on a shared hosting server that
My ASP.NET site is on Windows Shared Hosting. I need to keep SessionState in
One of my Websites is on a Shared Hosting Provider, running either .net 2.0
I use Turbogears on my shared hosting for one-off applications, but I don't need

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.