Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFlyouts Pin
Cyberpulse31-Jul-08 14:38
Cyberpulse31-Jul-08 14:38 
AnswerRe: Flyouts Pin
Venkatesh Mookkan31-Jul-08 16:25
Venkatesh Mookkan31-Jul-08 16:25 
QuestionSession variables lost when using Process.Start Pin
Tomb42131-Jul-08 11:49
Tomb42131-Jul-08 11:49 
AnswerRe: Session variables lost when using Process.Start Pin
Bassam Saoud31-Jul-08 11:56
Bassam Saoud31-Jul-08 11:56 
GeneralRe: Session variables lost when using Process.Start Pin
Tomb4211-Aug-08 3:07
Tomb4211-Aug-08 3:07 
AnswerRe: Session variables lost when using Process.Start Pin
Christian Graus31-Jul-08 13:29
protectorChristian Graus31-Jul-08 13:29 
GeneralRe: Session variables lost when using Process.Start Pin
Tomb4211-Aug-08 3:30
Tomb4211-Aug-08 3:30 
QuestionProblems to Call System.Diagnostics.Process.Start("C:\\TEMP\\myfile.vbs"); Pin
Fabu197131-Jul-08 9:01
Fabu197131-Jul-08 9:01 
Greetings, I created in Visual Studio 2005 in ASP.NET page in C#. This page has a vbscript that it's invoke with System.Diagnostics.Process.Start("C:\\TEMP\\myfiles.vbs"). When I tested my page with Visual Studio the page runs perfectly. As soon I setup the page in my local IIS the script doesn't run. I believed the problems with credential but I don't have any idea how to fix. I added in the security of the folder TEMP the account of localmachine\ASPNET with Full Control and the script doesn't run. When I check the TASK Manager I see the process wscript runs but it doesn't execute.I don't understand. My IIS is version 6.0, my local machine is Windows XP. In my web.config has the following information:

<system.web>

<compilation debug="true">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A">

<authentication mode="Windows">
<identity impersonate="true">



I don't have any idea about it. I appreciate the support about it.
AnswerRe: Problems to Call System.Diagnostics.Process.Start("C:\\TEMP\\myfile.vbs"); Pin
led mike31-Jul-08 9:12
led mike31-Jul-08 9:12 
GeneralRe: Problems to Call System.Diagnostics.Process.Start("C:\\TEMP\\myfile.vbs"); Pin
Christian Graus31-Jul-08 13:45
protectorChristian Graus31-Jul-08 13:45 
GeneralRe: Problems to Call System.Diagnostics.Process.Start("C:\\TEMP\\myfile.vbs"); Pin
led mike1-Aug-08 5:54
led mike1-Aug-08 5:54 
AnswerRe: Problems to Call System.Diagnostics.Process.Start("C:\\TEMP\\myfile.vbs"); Pin
Bassam Saoud31-Jul-08 12:00
Bassam Saoud31-Jul-08 12:00 
GeneralRe: Problems to Call System.Diagnostics.Process.Start("C:\\TEMP\\myfile.vbs"); Pin
Fabu19716-Aug-08 10:53
Fabu19716-Aug-08 10:53 
Questionasp calendar control showing multiple months Pin
SomeGuyThatIsMe31-Jul-08 8:30
SomeGuyThatIsMe31-Jul-08 8:30 
AnswerRe: asp calendar control showing multiple months Pin
ToddHileHoffer31-Jul-08 8:54
ToddHileHoffer31-Jul-08 8:54 
GeneralRe: asp calendar control showing multiple months Pin
SomeGuyThatIsMe31-Jul-08 9:35
SomeGuyThatIsMe31-Jul-08 9:35 
GeneralRe: asp calendar control showing multiple months Pin
SomeGuyThatIsMe31-Jul-08 10:45
SomeGuyThatIsMe31-Jul-08 10:45 
QuestionAspx Page Call issue Pin
manish.singhal31-Jul-08 7:51
manish.singhal31-Jul-08 7:51 
AnswerRe: Aspx Page Call issue Pin
SomeGuyThatIsMe31-Jul-08 8:50
SomeGuyThatIsMe31-Jul-08 8:50 
GeneralRe: Aspx Page Call issue Pin
manish.singhal31-Jul-08 19:20
manish.singhal31-Jul-08 19:20 
GeneralRe: Aspx Page Call issue Pin
SomeGuyThatIsMe1-Aug-08 2:03
SomeGuyThatIsMe1-Aug-08 2:03 
GeneralRe: Aspx Page Call issue Pin
manish.singhal11-Aug-08 21:23
manish.singhal11-Aug-08 21:23 
QuestionMissing Parameters in call to WebService Pin
Miszou31-Jul-08 7:12
Miszou31-Jul-08 7:12 
AnswerRe: Missing Parameters in call to WebService Pin
SomeGuyThatIsMe31-Jul-08 8:24
SomeGuyThatIsMe31-Jul-08 8:24 
QuestionCan't load WebControl from subfolder Pin
hajoshajo31-Jul-08 6:16
hajoshajo31-Jul-08 6:16 

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.