Click here to Skip to main content
15,917,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Security Issue Pin
alexfromto9-Jan-07 7:47
alexfromto9-Jan-07 7:47 
QuestionAnyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
travich9-Jan-07 6:36
travich9-Jan-07 6:36 
AnswerRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
ednrgc9-Jan-07 7:12
ednrgc9-Jan-07 7:12 
GeneralRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
travich9-Jan-07 8:30
travich9-Jan-07 8:30 
GeneralRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
ednrgc9-Jan-07 8:44
ednrgc9-Jan-07 8:44 
GeneralRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
travich9-Jan-07 9:01
travich9-Jan-07 9:01 
GeneralRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
travich9-Jan-07 9:36
travich9-Jan-07 9:36 
Questionusing Sessions between webservice and aspx Pin
guygo9-Jan-07 6:16
guygo9-Jan-07 6:16 
Hi all
i am trying to use session that i set in a webservice
and read it from an aspx web page
both are on the same site.

i'm using the asp from webservice by
string reportHtml = "";
Session["name"] = "guy";

WebRequest webRequest = WebRequest.Create("http://localhost:2367/Business.Reports/Reports/Report.aspx");

WebResponse webResponse = webRequest.GetResponse();
StreamReader sReader = new StreamReader(webResponse.GetResponseStream(), Encoding.GetEncoding("windows-1255"));

reportHtml = sReader.ReadToEnd();


and in the aspx i'm trying to get the session
name=Session["name"];

please help me since i'm trying to manage it all day
thanks

AnswerRe: using Sessions between webservice and aspx Pin
ednrgc9-Jan-07 7:11
ednrgc9-Jan-07 7:11 
GeneralRe: using Sessions between webservice and aspx Pin
guygo9-Jan-07 11:46
guygo9-Jan-07 11:46 
GeneralRe: using Sessions between webservice and aspx Pin
ednrgc10-Jan-07 1:33
ednrgc10-Jan-07 1:33 
GeneralRe: using Sessions between webservice and aspx Pin
guygo10-Jan-07 6:03
guygo10-Jan-07 6:03 
QuestionServer cannot set content type after HTTP headers have been sent Pin
DISP-Jol9-Jan-07 6:14
DISP-Jol9-Jan-07 6:14 
AnswerRe: The process cannot access the file Pin
ednrgc9-Jan-07 6:59
ednrgc9-Jan-07 6:59 
GeneralRe: The process cannot access the file Pin
Sebastian T Xavier9-Jan-07 19:15
Sebastian T Xavier9-Jan-07 19:15 
QuestionSinge Sign-On in a one domain webportal environemnt Pin
spAAwn9-Jan-07 5:57
spAAwn9-Jan-07 5:57 
QuestionUser WebControls and Session Variables Pin
Leo Smith9-Jan-07 5:50
Leo Smith9-Jan-07 5:50 
AnswerRe: User WebControls and Session Variables Pin
Jon Sagara9-Jan-07 6:55
Jon Sagara9-Jan-07 6:55 
QuestionUser Control in Asp.net Pin
vijay_839-Jan-07 5:42
vijay_839-Jan-07 5:42 
AnswerRe: User Control in Asp.net Pin
ednrgc9-Jan-07 6:57
ednrgc9-Jan-07 6:57 
GeneralRe: User Control in Asp.net Pin
Leo Smith9-Jan-07 7:39
Leo Smith9-Jan-07 7:39 
QuestionIncorrect user Custom Security Implementation Pin
GauravGigrasG9-Jan-07 5:17
GauravGigrasG9-Jan-07 5:17 
QuestionMigration Process Pin
Rahithi9-Jan-07 5:14
Rahithi9-Jan-07 5:14 
AnswerRe: Migration Process Pin
ednrgc9-Jan-07 6:54
ednrgc9-Jan-07 6:54 
GeneralRe: Migration Process Pin
Rahithi9-Jan-07 7:03
Rahithi9-Jan-07 7:03 

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.