I would like to develop a web application very quickly..
For basic data entry forms i use "ASP .Net Dynamic Data Entities" project to generate entry forms using VS 2013 Express.
But for Login and other advanced business logic, I create another project using "ASP.Net Web Form Application".
Then I publish them and put in a website. But the site can't handle properly..
eg. The Login Page is not redirected when I browse manually an entry page generated from "ASP .Net Dynamic Data Entities".
Is it because I wrongly configured in IIS ?
Is there any better way to solve the requirement above. Basically I would like to develop it fast but at the same time would like to have a complete control over it.
Our community of experts have been thoroughly vetted for their expertise and industry experience.