Click here to Skip to main content
15,920,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Installing a web service and a web page on another machine! Pin
laziale7-May-08 4:10
laziale7-May-08 4:10 
GeneralRe: Installing a web service and a web page on another machine! Pin
goldoche7-May-08 4:20
goldoche7-May-08 4:20 
QuestionHow to get a datarow from a datable in C#? Pin
salon7-May-08 3:40
salon7-May-08 3:40 
AnswerRe: How to get a datarow from a datable in C#? Pin
Herman<T>.Instance7-May-08 3:55
Herman<T>.Instance7-May-08 3:55 
GeneralRe: How to get a datarow from a datable in C#? Pin
Syed Ali Raza7-May-08 4:06
Syed Ali Raza7-May-08 4:06 
AnswerRe: How to get a datarow from a datable in C#? Pin
J4amieC7-May-08 4:16
J4amieC7-May-08 4:16 
Questioncreate controls dynamically [modified] Pin
ptvce7-May-08 2:34
ptvce7-May-08 2:34 
QuestionNeed assistance with Url ReWriting Pin
Shriniwasan Viswanathan7-May-08 0:53
Shriniwasan Viswanathan7-May-08 0:53 
Guys,

I am doing the following where any and all parts of the path are re-written so that all the requests are passed back to the write.aspx page during Application_BeginRequest. I do not have any httphandlers or httpmodules implemented and write.aspx file does exist. Even though my path contains a file name which exists, the server throws 404 exception.

Eg: http://<server>/home.aspx?pageid=1 > http://<server>/write.aspx/1
Eg: http://<server>/home.aspx?pageid=1&release=22 > http://<server>/write.aspx/1/release/22

Is there a simpler way of performing re-write. I did look at few articles and they way they were doing things (which ofcourse will work) but I am trying to take the simplest approach.

Shrini
Questionspace between elements... Pin
SamRST7-May-08 0:35
SamRST7-May-08 0:35 
AnswerRe: space between elements... Pin
Christian Graus7-May-08 0:38
protectorChristian Graus7-May-08 0:38 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:41
SamRST7-May-08 0:41 
GeneralRe: space between elements... Pin
eyeseetee7-May-08 0:46
eyeseetee7-May-08 0:46 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:53
SamRST7-May-08 0:53 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:56
SamRST7-May-08 0:56 
GeneralRe: space between elements... Pin
eyeseetee7-May-08 3:14
eyeseetee7-May-08 3:14 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:45
SamRST7-May-08 0:45 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 0:52
protectorChristian Graus7-May-08 0:52 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:54
SamRST7-May-08 0:54 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:56
SamRST7-May-08 0:56 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 0:58
protectorChristian Graus7-May-08 0:58 
GeneralRe: space between elements... Pin
SamRST7-May-08 1:00
SamRST7-May-08 1:00 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 1:10
protectorChristian Graus7-May-08 1:10 
GeneralRe: space between elements... Pin
SamRST7-May-08 1:32
SamRST7-May-08 1:32 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 1:36
protectorChristian Graus7-May-08 1:36 
GeneralRe: space between elements... Pin
SamRST7-May-08 1:54
SamRST7-May-08 1:54 

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.