asp.net mvc - Can I create a Visual Studio project file from files on a server? -


i have access working asp.net mvc 4 website through ftp not have visual studio project file. using these files can create visual studio project file?

if have access class files, views etc missing solution/project file technically can wrap them in empty project still different project.

if have access published output (the views , javascript) in short answer no, not without trying reverse engineer dll have heard possible have never tried myself.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -