We are moving a very large app from 1.1 to 3.5 and have some questions. Can you take a look and let me know if you can help with any solutions? Maybe we are looking at this the wrong way and you can direct us in a different direction.
http://digitalfifty.com/Concepts.zip
If you look at the zipped solution it is a very simply concept of what we are trying to do.
http://digitalfifty.com/Concepts.zip
If you look at the zipped solution it is a very simply concept of what we are trying to do.
You have a web applicaiton project called Wrapper. In there you have Themes, Images, MasterPages and CSS files.
You will also see Test1 and Test2 web applicaitons. We would like to reference all the "Look and Feel" items from the Wrapper project. In the master pages we will also have the navagation and other items such as web user controls if need be. This way we don't need to re-create common ones for each project.
We are also looking to have seperate web projects for each module since they are so large. This is represented by Test1 and Test2. Our thought was to have a different host header for each module such as:
OurSite.com
Test1.OurSite.com
Test2.OurSite.com
Would we be able to pass Cookies / Sessions from one to another. The login for authentication would be in the OurSite.com project. How do you debug in VS with something like this. You are in the "starter" project and authenticate. Then you click a link that takes you to Test1. VS will not like that cause Test1 is not the project you started the devug on will it?
It seems that this can't be an unusual request for large web applications. It's just that finding info on how to accomplish it is near impossible.
Any help you can give would be great.
Any help you can give would be great.
Thank you so much
Jason