My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
1 5558Below 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 7585Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 5300Post New Techno Solutions ASP.NET Interview Questions
What is yearfrac in excel?
How to get the cursor position when we receive a map?
Why parsing is done?
What is the size limitation for an access database?
What is angular 2 and typescript?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
When a spring is cut into two, stiffness becomes ?
What is cron in drupal ?
What is a screen layout? : fi- general ledger accounting
Name the messaging types supported by jms.
What is a flex container?
Can we use this as a fully fledged content management solution?
Can memory leak happen java?
Explain difficulties in natural-language understanding?
How can I configure asp.net applications that are running on a remote machine?