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
Post a Comment