Click here to Skip to main content
15,898,657 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp.net application performance basis Pin
Expert Coming5-Mar-09 20:31
Expert Coming5-Mar-09 20:31 
QuestionHitInfo Assembly Pin
Illegal Operation5-Mar-09 16:52
Illegal Operation5-Mar-09 16:52 
QuestionGetting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 11:34
jitu gupta5-Mar-09 11:34 
AnswerRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
JMummery5-Mar-09 11:57
professionalJMummery5-Mar-09 11:57 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 12:04
jitu gupta5-Mar-09 12:04 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
JMummery5-Mar-09 12:09
professionalJMummery5-Mar-09 12:09 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 12:18
jitu gupta5-Mar-09 12:18 
AnswerRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
Yusuf5-Mar-09 12:18
Yusuf5-Mar-09 12:18 
How are you calling your asp pages? Asp and asp.net run on different engines. you can not directly interact between them. You can redirect calls from one to another. If you show us how you doing it, it will give us some clue as to what you trying to do.

I have asp + asp.net running side by side. I interact between them, when I move from one to the other, I save my session state to db then call

Request.Redirect("somepage.aspx?someparameter) (I call both somepage.asp and somepage.aspx the same way)

then on the other side I load my session state read what I need to get and continue doing what I need to do.

Yusuf

GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 12:25
jitu gupta5-Mar-09 12:25 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
JMummery5-Mar-09 12:31
professionalJMummery5-Mar-09 12:31 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 12:34
jitu gupta5-Mar-09 12:34 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
Yusuf5-Mar-09 12:34
Yusuf5-Mar-09 12:34 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 12:54
jitu gupta5-Mar-09 12:54 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
JMummery5-Mar-09 12:57
professionalJMummery5-Mar-09 12:57 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
Yusuf5-Mar-09 13:09
Yusuf5-Mar-09 13:09 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
jitu gupta5-Mar-09 13:32
jitu gupta5-Mar-09 13:32 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
Yusuf5-Mar-09 13:45
Yusuf5-Mar-09 13:45 
GeneralRe: Getting this exception : This operation requires IIS integrated pipeline mode Pin
Expert Coming5-Mar-09 14:14
Expert Coming5-Mar-09 14:14 
QuestionCalling a javascript authenticate function when a ASP Login control fires the onauthenticate event. [modified] Pin
Steve Holdorf5-Mar-09 9:23
Steve Holdorf5-Mar-09 9:23 
AnswerRe: Calling a javascript authenticate function when a ASP Login control fires the onauthenticate event. Pin
Christian Graus5-Mar-09 9:24
protectorChristian Graus5-Mar-09 9:24 
GeneralRe: Calling a javascript authenticate function when a ASP Login control fires the onauthenticate event. Pin
Steve Holdorf6-Mar-09 7:19
Steve Holdorf6-Mar-09 7:19 
QuestionWeb.Config and debugging Pin
J$5-Mar-09 8:45
J$5-Mar-09 8:45 
AnswerRe: Web.Config and debugging Pin
Christian Graus5-Mar-09 8:56
protectorChristian Graus5-Mar-09 8:56 
GeneralRe: Web.Config and debugging Pin
J$5-Mar-09 8:58
J$5-Mar-09 8:58 
QuestionHow to read value of textbox from gridview Pin
vilas_kwagh5-Mar-09 6:19
vilas_kwagh5-Mar-09 6:19 

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.