Generating code behind file after converting an ASP application to ASP.NET
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Earlier from a suggestion from this message board I was able to migrate my ASP application to Aspnet 1.1 application successfully using the Migration Assistant. Thanks guys.. After migration, the code behind file was not generated automatically for each aspx page that was converted. How can I do this for all the aspx files? Individually, renaming a file to asp and then back to aspx will allow me an option to create code behind files manually. But this is a one by one process. Is there any option in the Visual studio 2003 editor to create code behind files automatically for all the aspx files? Thanks Rijz