Y
Yitzak
Hi Just started developing in asp.net, v.new to web development.
I'm building a site whose pages are stored in a DB. This is so I can
develop a content management part or site, which will allow logged in
users to change content.
I need to share stuff bewteen the sites. E.G. so I can use master
pages from main site in content management site for previewing before
user commits new page to DB.
If I separate into 2 sites I can run them as 2 different windows
users:
1. Main site - read only on Database
2. Content site - read/write
If only one site I can achieve this by using SQL authentication i.e.
the 2 parts of the same site would create 2 diff connections - but
that means storing connection string with userid & pwd somehwere.
Isn't this dangerous?
Can you configure part of a site to run under 2 diff user
credentials?
If creating new site get new site to use pages from the main when in
VS2008?
Advice would be appreciated, pls note I know v.little Asp.net and
still very very much finding my way around at this planning stage.
Thanks
I'm building a site whose pages are stored in a DB. This is so I can
develop a content management part or site, which will allow logged in
users to change content.
I need to share stuff bewteen the sites. E.G. so I can use master
pages from main site in content management site for previewing before
user commits new page to DB.
If I separate into 2 sites I can run them as 2 different windows
users:
1. Main site - read only on Database
2. Content site - read/write
If only one site I can achieve this by using SQL authentication i.e.
the 2 parts of the same site would create 2 diff connections - but
that means storing connection string with userid & pwd somehwere.
Isn't this dangerous?
Can you configure part of a site to run under 2 diff user
credentials?
If creating new site get new site to use pages from the main when in
VS2008?
Advice would be appreciated, pls note I know v.little Asp.net and
still very very much finding my way around at this planning stage.
Thanks