1

I am trying to set up so that my default page http://demo.liginsurance.com/ goes to http://demo.liginsurance.com/default.asp

currently it goes to http://demo.liginsurance.com/Home/Index

what route can i write or ignore to get that to work...

-Thanks

Hurricane

3
  • 1
    Is there more to your question? You just configure the default document in IIS, that's all. Commented Jul 2, 2009 at 0:43
  • What about a simple non mvc re-direct? Commented Jul 2, 2009 at 0:52
  • IIS6 Documents tab : First item Default.asp A redirect would show /default.asp not my preferred outcome Commented Jul 2, 2009 at 14:18

2 Answers 2

2

The thing that finally fixed it was :

routes.IgnoreRoute("");

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

Comments

1

Read about Webforms routing here, this should help you with what you need.

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.