Why does my code get a security exception when I run it from a network shared drive?
Submitted by: AdministratorDefault security policy gives only a restricted set of permissions to code that comes from the local intranet zone. This zone is defined by the Internet Explorer security settings, and should be configured to match the local network within an enterprise. Since files named by UNC or by a mapped drive (such as with the NET USE command) are being sent over this local network, they too are in the local intranet zone.
The default is set for the worst case of an unsecured intranet. If your intranet is more secure you can modify security policy (with the .NET Framework Configuration tool or the CASPol tool) to grant more permissions to the local intranet, or to portions of it (such as specific machine share names).
Submitted by: Administrator
The default is set for the worst case of an unsecured intranet. If your intranet is more secure you can modify security policy (with the .NET Framework Configuration tool or the CASPol tool) to grant more permissions to the local intranet, or to portions of it (such as specific machine share names).
Submitted by: Administrator
Read Online ASP Programming Job Interview Questions And Answers
Top ASP Programming Questions
☺ | What is the difference between Querystring collection and Form collection? |
☺ | What is application Object in ASP? |
☺ | Should user input data validation occur server-side or client-side? Why? |
☺ | Where is the value-type variables allocated in the computer RAM? |
☺ | What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |