I am starting to develop my first ASP.Net intranet to make code an eclectic set of application tasks
In one place instead of using lots of windows .exe’s that I keep having to install on users machines.
I am a little unsure of the mechanics of setting up a website with lots of different applications developed separately. I want to have a top level default.asp,a AD authentication web.config and a site master page with a navigation link to each separately developed asp.net application.
The user will navigate from the top level site to all the other applications my co-worker and I develop separately.
I have a top level project that will be the website.
It has the webconfig for ad authentication, a default page and a master page.
No problem there.
We will then want to develop a set of very separate applications. Can they be developed in their own new Visual Studio solutions ( File->New Web Site ) with their own default.asp, web.config etc and when ready to be deployed be simply copied into a subfolder of the top level project?. The top level project master page navigation menu data source I would then edit to have a navigation link to the subfolder and the default.asp.
I’d try this myself but I am travelling at the moment and am figuring this out from a book. My curiosity is killing me on how to go about developing this.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.
In one place instead of using lots of windows .exe’s that I keep having to install on users machines.
I am a little unsure of the mechanics of setting up a website with lots of different applications developed separately. I want to have a top level default.asp,a AD authentication web.config and a site master page with a navigation link to each separately developed asp.net application.
The user will navigate from the top level site to all the other applications my co-worker and I develop separately.
I have a top level project that will be the website.
It has the webconfig for ad authentication, a default page and a master page.
No problem there.
We will then want to develop a set of very separate applications. Can they be developed in their own new Visual Studio solutions ( File->New Web Site ) with their own default.asp, web.config etc and when ready to be deployed be simply copied into a subfolder of the top level project?. The top level project master page navigation menu data source I would then edit to have a navigation link to the subfolder and the default.asp.
I’d try this myself but I am travelling at the moment and am figuring this out from a book. My curiosity is killing me on how to go about developing this.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.