1
Answer

Need help in interview question

India Programmer

India Programmer

15y
2.7k
1
Hi all,
1. Could somebody pls give me the steps what actually happened when any page request to come to IIS Server???? Or how IIS handle the page request and send to client as response???
2. How authentication and authorization process work in asp.net???
3. What are the authentication type in IIS 5.0???
4. What HTTP handler class and how its works??

Thanks,
Sumit
Answers (1)
0
Vikram
NA 319 262.4k 14y
Hi yashwant,
  
    Just Define variable in the Markup it consider as Global.

e.g
  
   <script type='text/javascript>
       var Navigateurl="~/block/abc.aspx";
         function pageLoad()
         {
                 //do something
         }

         function otherFunction()
        {
            var newurl = Navigateurl;
        }

</script>
This way you can declare the global variable in the markup.

Hope this will help you.

Regards,
 Vikram