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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:18:37+00:00 2026-05-12T08:18:37+00:00

I am very new at web development in general and I am trying to

  • 0

I am very new at web development in general and I am trying to publish my first web app. I am using ASP.Net MVC 1 and IIS 6. I have read the post How to make ASP.NET MVC work in IIS 6? and Phil Haack’s blog post at http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx. However, the problem I am having is that I don’t have IIS on my own work computer and it is only up on the server I am publishing to.

I don’t know what steps need to be taken before I put my build up on the server and what steps are after. Also, I am not really sure how I should setup my properties on my program before I build on the server.

I am using TFS as source control and using that to create the build and copying to the server.

Any help would be very appreciated.

  • 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-05-12T08:18:38+00:00Added an answer on May 12, 2026 at 8:18 am

    It shouldn’t matter that you don’t have IIS (of any version) installed on your development machine, but there are two major issues you need to take care of when deploying an ASP.NET MVC site to IIS6, and they are

    • Getting IIS to invoke MVC’s UrlRoutingModule
    • Making sure the web server has the appropriate DLLs

    Working with IIS

    IIS6 only invokes ASP.NET when it sees a filename extension mapped to aspnet_isapi.dll in the URL, and ASP.NET must be invoked in order for MVC’s URLRoutingModule to (and hence, any of your controllers) to work. Steve Sanderson has a great write up of the 4 ways you can get around this.

    I personally use option 2 in one of my intranet apps because you don’t need to mess with aspnet_isapi.dll or URL rewriting. If you just pretend there’s some .aspx file in each of your routes, it’s good enough to trick IIS. (eg. {controller}.aspx/{action}/{id})

    Make sure the web server has appropriate DLLs

    Your server may already be set up, so this may not be necessary. The server must have the .NET framework 3.5 installed. If ASP.NET MVC isn’t installed, you’ll need to add the following to your application’s Bin directory:

    • System.Web.Mvc.dll
    • System.Web.Abstractions.dll (only if .NET 3.5 SP1 is not installed)
    • System.Web.Routing.dll (only if .NET 3.5 SP1 is not installed)

    Hope that helps.

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

Sidebar

Related Questions

I'm working on my first asp.net/web development application. Obviously, I'm very new to asp.net
So I am very new to web development and have a .NET MVC site
I'm very new to .NET 4 web development, and I'm trying to figure out
If you were starting a new web development project would you use ASP.Net MVC
I'm very new to web app development and I thought I would start with
Am very New to Web Page Development. In my website i have the help
Am very to new to web development. I have the web pages; web pages
I am very new to web development (about a month) and i have run
I'm new to web development and for my first project I have a need
I'm very new to ASP.NET MVC, but even more than that, I'm very new

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.