What are the different Key TreeView Properties in Asp.net
2.0?
45
if i wanna deploy my asp.net project to the production
server and situation is that i m still not compiled my
project i have as-is on my development side now on
production server we dont have a visual studio now what
kind of settings i need to be to do in
webconfig /machine.config file to deploy my project and in
iis too....
i develop a web application and i gave security setting i.e
autherization and athentication now it work properly on my
local system ,
now question is ,is this security setting ie
autherization and athentication which i gave in web.config
will it be enough strong to secure my application on
internet or i have to use some 3rd party tool or software
to get security .if yes --how ? if no--what is the
alternate?
50
How about the security in Activex DLL and Activex EXE ?
What is cyclomatic complexity and why is it important?
49
what are the different ASP.NET Application Folders?
48
What are the objects in used in ASP for processing input and
outputs?
84
while developing webservices if i want some users to use my
webservice only how can i give security to my webservice?
56
can s/w quality assurance engineer switch field to
programming side i m very much interested in programming
but not much good in it
37
Am not able to move the controls on the form freely in
asp.net 3.5 even though I selected the position as relative
or absolute for those controls. What should I do to overcome
this?
50
can we remote debug applications with the remote debugger
installed with vs.net 2002, with vs.net 2003?
I am trying to implement sorting facility from client side
code in GridView Control.
So how can I fill up an Array inside client side code
(using JavaScript), i want to assign my DataSet object
declared and filled up on Server side(in code behind) to
the array (on client side)