How would you get ASP.NET running in Apache web servers -
why would you even do this?
Answer / p.ramakrishna
You need to create a CLRHost, which hosts the CLR (ASP.NET)
on top of Apache.
Since Apache is #1 webserver used by many companies, this
would allow more number of web site owners
to take advantage of ASP.NET and its richness.
Is This Answer Correct ? | 0 Yes | 2 No |
What are the Types of authentications in IIS
What is the difference between debug and release?
What type of code (server or client) is found in a Code- Behind class?
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?
what is dumpbin.exe?
What is asp.net and ado net?
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?
How to use DevExpress controls
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
what is the challenging situation you faced in your career?
3 Answers Calsoft, HP, Satyam, Wipro,
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,
what is state management in ASP.NET