0

I had to host an MVC 2 project on a godaddy server lets say www.example.com, it works fine at top level but I also need to host another MVC 2 project in subfolder lets say www.example.com/list , I did that but its not working well....can anyone suggest how I can configure the web config file of subfolder MVC hosted application?

Thanks

1
  • 2
    Could you be a little more descriptive when saying but its not working well? Commented Mar 15, 2011 at 7:45

1 Answer 1

1

You need to create a new virtual directory in the root and point the domain to it. Like:

-Root << www.example.com points here
 /List  << add a virtual dir, point it to a folder,
           make sure example.com/list points here.

That should be it. Asp.net MVC is supported by Godaddy AFAIK. Make you set things like .NET Framework version.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.