Reputation: 8764
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
Upvotes: 1
Views: 234
Reputation: 8764
The thing that finally fixed it was :
routes.IgnoreRoute("");
Upvotes: 2