Click here to Skip to main content
15,886,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Vivek Bhatnagar12-Jan-09 20:55
Vivek Bhatnagar12-Jan-09 20:55 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Member 450194013-Jan-09 7:57
Member 450194013-Jan-09 7:57 
GeneralRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P13-Jan-09 10:45
Tina P13-Jan-09 10:45 
QuestionUrl rewriting Error 404 page not found Pin
sepel12-Jan-09 20:07
sepel12-Jan-09 20:07 
AnswerRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 20:37
N a v a n e e t h12-Jan-09 20:37 
GeneralRe: Url rewriting Error 404 page not found Pin
sepel12-Jan-09 20:44
sepel12-Jan-09 20:44 
GeneralRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 20:47
N a v a n e e t h12-Jan-09 20:47 
GeneralRe: Url rewriting Error 404 page not found Pin
sepel12-Jan-09 21:03
sepel12-Jan-09 21:03 
public class SimpleRewriter : System.Web.IHttpModule
{
..
void context_BeginRequest(object sender, EventArgs e)
    {
string newUrl = UrlEngine.Engine.ToRealUrl(_application.Context.Request);

       HttpContext.Current.RewritePath(newUrl, true);
}
}


If _application.Context.Request be
mySite/Sale
newUrl get
/Find.aspx?type=Sale
value.
Find.aspx is in Root Directory:mySite/Find.aspx

sepel

GeneralRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 21:13
N a v a n e e t h12-Jan-09 21:13 
GeneralRe: Url rewriting Error 404 page not found [modified] Pin
sepel12-Jan-09 21:32
sepel12-Jan-09 21:32 
QuestionCalling dll function from javascript Pin
Maria5512-Jan-09 19:53
Maria5512-Jan-09 19:53 
AnswerRe: Calling dll function from javascript Pin
mr_muskurahat12-Jan-09 19:56
mr_muskurahat12-Jan-09 19:56 
AnswerRe: Calling dll function from javascript Pin
Abhijit Jana12-Jan-09 20:25
professionalAbhijit Jana12-Jan-09 20:25 
AnswerRe: Calling dll function from javascript Pin
Aman Bhullar12-Jan-09 21:39
Aman Bhullar12-Jan-09 21:39 
QuestionReferencing dll from other folder in root folder ? Pin
King Shez12-Jan-09 19:53
King Shez12-Jan-09 19:53 
AnswerRe: Referencing dll from other folder in root folder ? Pin
Brij12-Jan-09 20:16
mentorBrij12-Jan-09 20:16 
GeneralRe: Referencing dll from other folder in root folder ? Pin
King Shez12-Jan-09 20:31
King Shez12-Jan-09 20:31 
QuestionStrange problem in ASP.NET Pin
satamita12-Jan-09 19:41
satamita12-Jan-09 19:41 
AnswerRe: Strange problem in ASP.NET Pin
Member 450194013-Jan-09 4:07
Member 450194013-Jan-09 4:07 
QuestionProblem with ajax calendar control Pin
sarang_k12-Jan-09 19:24
sarang_k12-Jan-09 19:24 
AnswerRe: Problem with ajax calendar control Pin
Rutvik Dave13-Jan-09 3:43
professionalRutvik Dave13-Jan-09 3:43 
QuestionMail Server application Pin
rushi_gavankar12-Jan-09 18:49
rushi_gavankar12-Jan-09 18:49 
AnswerRe: Mail Server application Pin
Not Active12-Jan-09 19:19
mentorNot Active12-Jan-09 19:19 
GeneralRe: Mail Server application Pin
rushi_gavankar12-Jan-09 19:33
rushi_gavankar12-Jan-09 19:33 
Questionnot getting text in hindi Pin
Rahul DSG12-Jan-09 18:33
Rahul DSG12-Jan-09 18:33 

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.