Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Confirm popup Pin
Mogamboo_Khush_Hua20-Jul-09 19:26
Mogamboo_Khush_Hua20-Jul-09 19:26 
QuestionCrystal report gives error after publishing onto iis6.0 Pin
Manoranjan Sahoo20-Jul-09 15:19
Manoranjan Sahoo20-Jul-09 15:19 
QuestionTransaction-Sql Pin
Learner52020-Jul-09 13:29
Learner52020-Jul-09 13:29 
AnswerRe: Transaction-Sql Pin
Christian Graus20-Jul-09 13:43
protectorChristian Graus20-Jul-09 13:43 
AnswerRe: Transaction-Sql Pin
Zafar A khan 20-Jul-09 20:52
professionalZafar A khan 20-Jul-09 20:52 
QuestionASP.NET Forums download? [modified] Pin
NaNg1524120-Jul-09 9:00
NaNg1524120-Jul-09 9:00 
AnswerRe: ASP.NET Forums download? Pin
David Mujica20-Jul-09 9:40
David Mujica20-Jul-09 9:40 
QuestionProblem with global.asax Pin
AprNgp20-Jul-09 8:57
AprNgp20-Jul-09 8:57 
i want to re-write the url in global.asax
so i wrote this code ...

<%@ Application Language="C#" %>


<script runat="server">

    void Application_Start(object sender, EventArgs e) 
    {
        // Code that runs on application startup

    }
    
    void Application_End(object sender, EventArgs e) 
    {
        //  Code that runs on application shutdown

    }
        
    void Application_Error(object sender, EventArgs e) 
    { 
          
    }

    void Session_Start(object sender, EventArgs e) 
    {
        // Code that runs when a new session is started

    }

    void Session_End(object sender, EventArgs e) 
    {
        // Code that runs when a session ends. 
        // Note: The Session_End event is raised only when the sessionstate mode
        // is set to InProc in the Web.config file. If session mode is set to StateServer 
        // or SQLServer, the event is not raised.

    }
    void Application_BeginRequest(object sender, EventArgs e)
    {
          Context.RewritePath("~/UnderDevelopment.aspx");       
    }  
       
</script>


this is working fine ... on local host ...
but as i deploy this on server, this simply doesn't work ....
wat could be the problem .... ???

Apurv

“Never trust a computer you can’t throw out a window.”
(Steve Wozniak)

“There are only two industries that refer to their customers as ‘users’.”
(Edward Tufte)

AnswerRe: Problem with global.asax Pin
pthalacker7-Aug-09 10:43
pthalacker7-Aug-09 10:43 
QuestionDynamically Creating WebServices Pin
BenClark20-Jul-09 6:05
BenClark20-Jul-09 6:05 
AnswerRe: Dynamically Creating WebServices Pin
Abhijit Jana20-Jul-09 7:33
professionalAbhijit Jana20-Jul-09 7:33 
GeneralRe: Dynamically Creating WebServices Pin
Ian McCaul20-Jul-09 7:55
Ian McCaul20-Jul-09 7:55 
GeneralRe: Dynamically Creating WebServices Pin
BenClark20-Jul-09 8:24
BenClark20-Jul-09 8:24 
GeneralRe: Dynamically Creating WebServices Pin
Abhijit Jana20-Jul-09 8:40
professionalAbhijit Jana20-Jul-09 8:40 
GeneralRe: Dynamically Creating WebServices Pin
Ian McCaul20-Jul-09 9:01
Ian McCaul20-Jul-09 9:01 
QuestionNested ListView Pin
megivimal20-Jul-09 4:50
megivimal20-Jul-09 4:50 
AnswerRe: Nested ListView Pin
Brij20-Jul-09 6:07
mentorBrij20-Jul-09 6:07 
Questionsearchbox Pin
sh_donya20-Jul-09 4:30
sh_donya20-Jul-09 4:30 
AnswerRe: searchbox Pin
Abhishek Sur20-Jul-09 5:02
professionalAbhishek Sur20-Jul-09 5:02 
AnswerRe: searchbox Pin
Brij20-Jul-09 6:00
mentorBrij20-Jul-09 6:00 
GeneralRe: searchbox Pin
sh_donya21-Jul-09 7:25
sh_donya21-Jul-09 7:25 
AnswerRe: searchbox Pin
Abhijit Jana20-Jul-09 6:18
professionalAbhijit Jana20-Jul-09 6:18 
QuestionPie charts : positioning of char area and legends seperately dynamically. Pin
williams.christine20-Jul-09 4:01
williams.christine20-Jul-09 4:01 
AnswerRe: Pie charts : positioning of char area and legends seperately dynamically. Pin
Manas Bhardwaj20-Jul-09 4:05
professionalManas Bhardwaj20-Jul-09 4:05 
GeneralRe: Pie charts : positioning of char area and legends seperately dynamically. Pin
williams.christine20-Jul-09 4:09
williams.christine20-Jul-09 4:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.