D
Dan Avni
Using VS 2003, i have a web application that has a business layer & a data access layer. on most
installations of my web site, the sql server is residing somewhere in the network and i configure
the DAL to have the SQL connection string. i now have a customer who decided that there should be a
firewall between the Web site and the DB server and that communications between the WEB & DB servers
can only be done using the IIS. so i added support for remoting to my web site and now the DAL is
created on the DB server using remoting. this all works great but i still need one more thing to
solve. i need to have the session state (i am working in SQLMode) to also connect to the DB using
remoting. my question: if i configure in the remoting config file that the sessionstate class should
also be remoted will that work? is there any other solution on VS 2003?
thanks
Dani Avni
installations of my web site, the sql server is residing somewhere in the network and i configure
the DAL to have the SQL connection string. i now have a customer who decided that there should be a
firewall between the Web site and the DB server and that communications between the WEB & DB servers
can only be done using the IIS. so i added support for remoting to my web site and now the DAL is
created on the DB server using remoting. this all works great but i still need one more thing to
solve. i need to have the session state (i am working in SQLMode) to also connect to the DB using
remoting. my question: if i configure in the remoting config file that the sessionstate class should
also be remoted will that work? is there any other solution on VS 2003?
thanks
Dani Avni