Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


how we can solve machine key error in asp.net?

3 Answers  


we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Can one dll file contains the compiled code of more than one .net language?

0 Answers  






What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


Does web services support data reader like pom project?

0 Answers  


What is considered a service provider?

0 Answers  


What is viewstate in asp net with example?

0 Answers  


Which namespace in used to connction web cam

3 Answers  


Is session server side or client side?

0 Answers  


What is query string with example?

0 Answers  


Categories