I have an webform vb.net application which has been coded without any solution or project. To deliver this code, I just put it in my IIS website and go for it. There is no need to generate the dll, publish the website or anything.
I don't like this type of coding, and I would like to create a .net solution. I wanted to stay closer as possible from the existing code.
I have some questions about this process (if you can answer juste one or a few of it, you'll help me a lot) :
- Is it doable easily ? Is there an automatic way to do this ? (yes I'm dreaming)
- Have you some tips about the way of doing this ?
- Should i use an empty solution or a webform solution ?
- Should I expect specific problem during this process ?
- [Newbie question alert] I can't find any information about the .net version used in this application... I've found the "CLR .Net version" in IIS config (it's the 4.0) : does it mean that the application use the 4.0 .net framework ?
- My application is separated into 3 sub-applications (front/back/child-application) : can I keep this organisation ? I was thinking about making one solution with 3 projects.
I have not tried anythink yet. I'm at the very beginning of this project.
I have searched on stackoverflow for similar topic but I only found topics about converting vb.net into c#
Thanks a lot for any help you can provide !