Hi there,
Quote:
|
Since WAP doesn't support Profiles and dynamic App_code folder what are other alternatives if I want to use WAP?
|
App_Code isn't a problem; with a WAP you can just save code file pretty much anywhere (except for the App_Code folder). Changes then need to be deployed to the server by copying the resulting DLL(s).
Profile is a different story. If you Google for Web Application Project Profile you'll find some ways to make Profile work in a WAP. Personally, I prefer to not use Profile in a WAP and use my own custom classes instead. With something like Entity Framework (Code First or Model first) this is easy to do.
>> BTW, I finished your book and I really liked it. Great job!
Thank you. Spread the word, spread the word (such as posting a review on Amazon.com).
Cheers,
Imar