how we can create more than one web.config file in our
asp.net project
Answer / bindu
by creating different folders and placing the web.config
file in each folder
| Is This Answer Correct ? | 7 Yes | 2 No |
What is asp code?
What is aspx in url?
What are the attributes of the tags? What are their functions?
What is a variable?
What do I have to do to make my code work with the security system?
What is asp in web design?
What are the different types of html?
When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client
in how many sttes asp.net page available?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
Whats the implicit name and type of the parameter that gets passed into the class set method?
What is Application-scope?