Click here to Skip to main content
15,908,776 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need to open Access application from web application Pin
samerh3-Jun-09 21:03
samerh3-Jun-09 21:03 
GeneralRe: Need to open Access application from web application Pin
Christian Graus3-Jun-09 21:15
protectorChristian Graus3-Jun-09 21:15 
GeneralRe: Need to open Access application from web application Pin
Abhijit Jana3-Jun-09 21:20
professionalAbhijit Jana3-Jun-09 21:20 
GeneralRe: Need to open Access application from web application Pin
Christian Graus3-Jun-09 21:27
protectorChristian Graus3-Jun-09 21:27 
AnswerRe: Need to open Access application from web application Pin
Christian Graus3-Jun-09 20:52
protectorChristian Graus3-Jun-09 20:52 
GeneralRe: Need to open Access application from web application Pin
samerh3-Jun-09 21:26
samerh3-Jun-09 21:26 
GeneralRe: Need to open Access application from web application Pin
Abhijit Jana3-Jun-09 21:32
professionalAbhijit Jana3-Jun-09 21:32 
GeneralRe: Need to open Access application from web application Pin
Christian Graus3-Jun-09 21:56
protectorChristian Graus3-Jun-09 21:56 
samerh wrote:
Using Process.Start do the job locally but when publishing the application it dont work.


OK, that's what we expected. You apparently know next to nothing about ASP.NET development. Buy a book and learn some basics before you steal from unsuspecting clients.

The server is the ONLY place that Process.Start can operate. That's ASP.NET 101. Therefore, you can't do what you want. You CAN put a link to the database as a local file inside your webpage, and see if that launches it OK. But, you can't, you absolutely cannot, use Process.Start to start a process on the client machine.

Christian Graus

Driven to the arms of OSX by Vista.

Please read this[^] if you don't like the answer I gave to your question.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

Questionneed help for this error - Cannot use a leading .. to exit above the top directory. Pin
slSoftware3-Jun-09 17:37
slSoftware3-Jun-09 17:37 
AnswerRe: need help for this error - Cannot use a leading .. to exit above the top directory. Pin
Christian Graus3-Jun-09 20:56
protectorChristian Graus3-Jun-09 20:56 
GeneralRe: need help for this error - Cannot use a leading .. to exit above the top directory. Pin
slSoftware4-Jun-09 5:13
slSoftware4-Jun-09 5:13 
QuestionFind feature in Report Viewer for reporting services not working Pin
catmom3-Jun-09 14:30
catmom3-Jun-09 14:30 
QuestionCertification Question Pin
BrockF123-Jun-09 13:43
BrockF123-Jun-09 13:43 
AnswerRe: Certification Question Pin
Christian Graus3-Jun-09 13:46
protectorChristian Graus3-Jun-09 13:46 
AnswerRe: Certification Question Pin
Abhijit Jana3-Jun-09 20:08
professionalAbhijit Jana3-Jun-09 20:08 
QuestionAJAX Help Pin
Ridge Howison3-Jun-09 12:22
Ridge Howison3-Jun-09 12:22 
AnswerRe: AJAX Help Pin
Christian Graus3-Jun-09 12:29
protectorChristian Graus3-Jun-09 12:29 
AnswerRe: AJAX Help Pin
dotnetmember3-Jun-09 19:24
dotnetmember3-Jun-09 19:24 
QuestionNeed programming help. Pin
har dh3-Jun-09 9:10
har dh3-Jun-09 9:10 
AnswerRe: Need programming help. Pin
Not Active3-Jun-09 10:06
mentorNot Active3-Jun-09 10:06 
AnswerRe: Need programming help. Pin
Manas Bhardwaj3-Jun-09 10:09
professionalManas Bhardwaj3-Jun-09 10:09 
AnswerRe: Need programming help. Pin
Christian Graus3-Jun-09 10:27
protectorChristian Graus3-Jun-09 10:27 
AnswerRe: Need programming help. Pin
Abhishek Sur3-Jun-09 12:06
professionalAbhishek Sur3-Jun-09 12:06 
Questionwhen using .mdb to upload files, it was good. but....in MSSQL.. Pin
lsh486love3-Jun-09 6:35
lsh486love3-Jun-09 6:35 
AnswerRe: when using .mdb to upload files, it was good. but....in MSSQL.. Pin
Ennis Ray Lynch, Jr.3-Jun-09 8:08
Ennis Ray Lynch, Jr.3-Jun-09 8:08 

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.