D
Daniel Walzenbach
Hi,
Imagine the following: I want to secure an intranet web site (with all users having windows domain accounts) in a way that only users of the domain should be allowed to log in. I therefore set
<authentication mode="Windows" />
in the web.config. This point done
I now want users to prevent starting anywhere in the application (by modifying the URL) but instead let them all start on a defined page (let it be default.aspx if you want). How can I do this?
I now want to connect to a SQL Server 2000. I would like to use ONE (for connection pooling) defined domain account for accessing SQL Server with integrated security. How can this be done? I don't want to use the ASPNET user as I imagine using different users for different applications. Does anybody know how this can be done?
How do you like this approach? What else would you recommend for making the application MORE secure? Installing a certificate using SSL for communication is what I'd expect but what other ideas do you have?
Thank you a lot in advance!!
Best regards
Daniel Walzenbach
P.S. If you need to contact me simply remove ".NOSPAM" from my email address.
Imagine the following: I want to secure an intranet web site (with all users having windows domain accounts) in a way that only users of the domain should be allowed to log in. I therefore set
<authentication mode="Windows" />
in the web.config. This point done
I now want users to prevent starting anywhere in the application (by modifying the URL) but instead let them all start on a defined page (let it be default.aspx if you want). How can I do this?
I now want to connect to a SQL Server 2000. I would like to use ONE (for connection pooling) defined domain account for accessing SQL Server with integrated security. How can this be done? I don't want to use the ASPNET user as I imagine using different users for different applications. Does anybody know how this can be done?
How do you like this approach? What else would you recommend for making the application MORE secure? Installing a certificate using SSL for communication is what I'd expect but what other ideas do you have?
Thank you a lot in advance!!
Best regards
Daniel Walzenbach
P.S. If you need to contact me simply remove ".NOSPAM" from my email address.