2

I recently took over an ASP.NET MVC application that was started many years ago using the aspx view engine.

One of the things I would like to do in an effort to improve the application is to migrate all of the views over to use the Razor view engine. I am looking for some advice on the best way to do this. I have seen a couple articles discussing using 2 view engines in one application but would like to throw this question out to the group.

Questions

Any advice on the best way to incrementally migrate views from aspx to Razor without having to re-write them all first?

Is it practical to try to run 2 view engines at once?

Any particular gothchas I might need to be aware of?

Please note that this application needs to be available for sales demos so I can't just take it down while views are migrated.

2

1 Answer 1

2

you can use this tool to convert your aspx pages to razor, you just need to copy exe file to your views directory and run it ... that's it ...

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.