N
Nisha
Hi Everyone,
I have a windows application that connects to a SQL server database. I have
the dotnet runtime installed on all the client machines. Instead of
installing the application on every client... I would like to set up the
application on an application server and provide a shortcut on the user
desktops... so basically they are getting onto the application server
through the lan and then connecting to the database server.
My understanding was that this is possible if I configure the code access
security on the app server.. using the Microsoft .net configuration.
I have played around with all the security options with no success at all.
If I try to connect to the app server I the access denied errors on the
system.data.dll which I am assuming is needed for securing the database
connection.. to be specific the error is invalid element :
system.data.common.dbdataPermission.toxml
If the app is locally installed everything is fine.
This is not the greatest scenario.. as for every release... all clients have
to be upgraded.
Any help in this matter would be greatly appreciated.
Thanks,
...Nisha
I have a windows application that connects to a SQL server database. I have
the dotnet runtime installed on all the client machines. Instead of
installing the application on every client... I would like to set up the
application on an application server and provide a shortcut on the user
desktops... so basically they are getting onto the application server
through the lan and then connecting to the database server.
My understanding was that this is possible if I configure the code access
security on the app server.. using the Microsoft .net configuration.
I have played around with all the security options with no success at all.
If I try to connect to the app server I the access denied errors on the
system.data.dll which I am assuming is needed for securing the database
connection.. to be specific the error is invalid element :
system.data.common.dbdataPermission.toxml
If the app is locally installed everything is fine.
This is not the greatest scenario.. as for every release... all clients have
to be upgraded.
Any help in this matter would be greatly appreciated.
Thanks,
...Nisha