Click here to Skip to main content
15,921,463 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIssue with cookies while using Mac Safari browser Pin
immu523-Oct-08 23:57
immu523-Oct-08 23:57 
Questioncan Exe File is Executed on localhost in asp.net? Pin
raghvendrapanda23-Oct-08 23:51
raghvendrapanda23-Oct-08 23:51 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
AhsanS24-Oct-08 0:06
AhsanS24-Oct-08 0:06 
GeneralRe: can Exe File is Executed on localhost in asp.net? Pin
Paddy Boyd24-Oct-08 2:30
Paddy Boyd24-Oct-08 2:30 
GeneralRe: can Exe File is Executed on localhost in asp.net? Pin
J4amieC24-Oct-08 3:18
J4amieC24-Oct-08 3:18 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
Kannan Ar24-Oct-08 0:25
professionalKannan Ar24-Oct-08 0:25 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
Paddy Boyd24-Oct-08 2:32
Paddy Boyd24-Oct-08 2:32 
AnswerRe: can Exe File is Executed on localhost in asp.net? Pin
Shyam Bharath24-Oct-08 3:49
Shyam Bharath24-Oct-08 3:49 
There's a way to do this but i might have taken a longer path Smile | :)

First of all the EXE must be present in the client's machine. Next, client's IP should be present in your server (which you can get from Request parameters).

Next, you would need to take input (or perform a lookup) for client's Windows username and password.

And next, you can launch a WMI Script or an equivalent WMI code using System.Diagonistics.Process to execute the process in the client's IP with that username and password.

-------------------------------------------
It's code that drives you - Shyam

QuestionHow to set dynamic error message for custom validator Pin
NilCodeProject23-Oct-08 23:26
NilCodeProject23-Oct-08 23:26 
QuestionProblem with Ajax Tool and Validation Control Pin
gautamamit823-Oct-08 22:51
gautamamit823-Oct-08 22:51 
AnswerRe: Problem with Ajax Tool and Validation Control Pin
sumit703423-Oct-08 23:08
sumit703423-Oct-08 23:08 
QuestionLDAP Optional Parameters Pin
Hanumanth200023-Oct-08 21:28
Hanumanth200023-Oct-08 21:28 
Questionhow to pass values from one page to other page in post mechanism ? Pin
King Shez23-Oct-08 21:15
King Shez23-Oct-08 21:15 
AnswerRe: how to pass values from one page to other page in post mechanism ? Pin
John Gathogo23-Oct-08 21:30
John Gathogo23-Oct-08 21:30 
AnswerRe: how to pass values from one page to other page in post mechanism ? Pin
N a v a n e e t h23-Oct-08 21:32
N a v a n e e t h23-Oct-08 21:32 
QuestionLogin failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
reogeo200823-Oct-08 21:08
reogeo200823-Oct-08 21:08 
AnswerRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
John Gathogo23-Oct-08 21:27
John Gathogo23-Oct-08 21:27 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
reogeo200823-Oct-08 23:43
reogeo200823-Oct-08 23:43 
GeneralRe: Login failed for user ''. The user is not associated with a trusted SQL Server connection. Pin
Ashfield24-Oct-08 1:47
Ashfield24-Oct-08 1:47 
QuestionAbout Mail Pin
kheer23-Oct-08 20:49
kheer23-Oct-08 20:49 
AnswerRe: About Mail Pin
simsen23-Oct-08 22:32
simsen23-Oct-08 22:32 
AnswerRe: About Mail Pin
Abhijit Jana24-Oct-08 2:49
professionalAbhijit Jana24-Oct-08 2:49 
QuestionHow to convert System.Web.UI.WebControls.Table into System.Data.DataTable ? Pin
K V Sekhar23-Oct-08 20:26
K V Sekhar23-Oct-08 20:26 
AnswerRe: How to convert System.Web.UI.WebControls.Table into System.Data.DataTable ? Pin
Kannan Ar23-Oct-08 23:35
professionalKannan Ar23-Oct-08 23:35 
GeneralRe: How to convert System.Web.UI.WebControls.Table into System.Data.DataTable ? Pin
K V Sekhar24-Oct-08 3:04
K V Sekhar24-Oct-08 3:04 

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.