How can I configure asp.net applications that are running on a remote machine?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Explain exception filters?
Which protocol is used to call web service?
Explain serialization and deserialization?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
what is Master pages in asp.net? what is the advantages and disadvantages?
What is sta?
What is ipostback?
what is session ?how sessions are handeled in application? write the clauses of sql server in their order.
What are the asp.net 2.0 features?
Explain the various authentication mechanisms in asp.net.