How To Install .Net App On Client Machine

Apr 2, 2011

e are developing an ASP.Net application. The requirement is to install and run an app (say console app developed using .Net) on the client machine through out ASP.Net application. How can we install this app (and .Net Framework required to run the app) when the user access our web app

View 2 Replies


Similar Messages:

Install Windows Service On Client Machine

Aug 23, 2010

can i install WCF (windows service) on client machine and call this service on asp.net web page(on the server machine)?

View 4 Replies

Can Install IIS 6 & IIS 7.5 On The Same Windows 7 Machine

Sep 13, 2010

I'm having trouble with an app that runs on IIS 6, but not IIS 7.5 (as outlined in this question: IIS 7.5 Can't open Handler Mappings?)

I think it might solve the problem if I could run IIS 6 on my machine as well as 7.5. Can this be done? Will it cause any problems if I do this?

View 2 Replies

AJAX :: Install Extensions On Windows7 32bit Machine?

Feb 11, 2011

I've gone through the process of installing the environment of a large project which I'm involved with, on a new machine with Win7 32bit and Visual Studio 2008.I HAVE to install ASP.NET Ajax Extensions but being so old at it is, it requires .Net Framework 2.0 or 3.0 instaled. The installers of 2.0 or 3.0 will not install and I just get a massage that I need to install them (2.0 or 3.0) through the Windows Components dialog ("Turn Windows features on and of" dialog). This is not possible because the only framework available there is 3.5.1 which is no good for the Ajax Extensions.Removing the 3.5.1 in order to install 2.0 or 3.0 doesn't work either and result in the same massage.Since Microsoft haven't yet come up with some new extension package (as far as know), I'm stuck in a dead end. What do I do?

View 6 Replies

Installation :: Service Pack On Develop Machine - What To Install On Server

Feb 18, 2010

If I install visual studio 2005 service pack 1 on my local develop machine (I already have vs2005 but without servicepack)

Do i need to install anything on the server that I will deploy the webpages on ? (.net framework 2.0 already installed on server)

I know that if i install .net framework 3.5 I also need to install 3.5 on the server but what about all these service packs?

View 1 Replies

Response.Cookie Client Or Server/where Does The Cookie Saved? On Client Machine Or Server Machine?

Mar 7, 2011

When calling Response.Cookie.Add(new HttpCookie("MyCookie", "objValue")); where does the cookie saved? on Client Machine or Server Machine?

EDIT:if saved in Client Machine, how can I read it from javascript then? I tried this kind of script.

function getCookie(c_name) {
var i, x, y, ARRcookies = document.cookie.split(";");
for (i = 0; i < ARRcookies.length; i++) {
[code].....

I cannot get the cookie that I saved from code behind. When I look into the document.cookie object, it is just an empty string.

Scenario:On Page_Init() on code behind. I create a cookie using Response.Cookie.Add(new HttpCookie("MyCookie", "cookieValue"));.
On Client side, I'm trying to read the cookie saved from code behind on page load using the snippet above, but it returns undefined

View 3 Replies

How To Install A CMS For The Client To Make Changes To The Content

Dec 16, 2010

I have a site that is fully designed and content implemented, but need to install a CMS for the client to make changes to the content. I am used to php CMS scripts but not ASP or .Net. Basically all I need is an admin login for the client and there they can select the page they wish to edit. recommend a solution that is easy to install, implement and is free or very inexpensive? Only needs to be a WYSIWYG type editor, not too many bells and whistles.

View 5 Replies

SQL Server :: SQL Server Management Studio Express Install On One Machine?

Jan 21, 2011

I have SQL server management studio express install on one machine.

I am able to connect to that machine or able to ping that machine from my computer.

I have code which return me the SQL server instances on same network. Using that I am able to get that SQL server instance. I have configured SQL express to access remote connection. i.e.

Configured SQL express to accept named / TCP IP instance connection. Started Browser service.

My machine settings My machine has been configured to set dynamic IP address using DHCP protocol

When I am trying to connect to above mentioned SQL server I am getting error that "Failed to connect SERVER NAME\SQLEXPRESS".

But if I configured my machine with manual IP address and default gateway I am able to connect to same SQL server.

I got the solution to connect to that server but I don't know why I am facing such problem. And also let me know that is the solution I am using is correct or not?

View 3 Replies

Client Side Dependencies - User To Install Fx 3.5 Runtime?

Apr 12, 2010

I have a ASP.NET web-site built on 2.0 framework. This works fine on IE and firefox. Now I do few ammendments to the web-site and build it on 3.5 Framework. My question is what upgradation I need to force on users of my site. Do users need to uprade with the version of IE. How does the client machine get .NET 3.5 specific assemblies.

Is it necessary for user to install Fx 3.5 runtime?

View 3 Replies

Web Forms :: Install Not Present Fonts Dynamically On Client Pc?

May 4, 2010

i have in my website in which i have used certain fonts that are sometimes not present on clients computer is it possible to detect if certain font is present or not and if not present directly install it on client computer

View 1 Replies

Want To Make Sure That Can Log Onto Client's Machine?

Jun 30, 2010

I'm looking into a ASP.Net project for a friend who has a client at the moment. I just want to make sure that I can log onto her client's machine where they host their site, I'm working from home and not on their domain.

If I can't log in using the account info they gave me, is it possible that they can limit FTP access from outside IPs? Just a question in case I have a problem then I can suggest a solution. "Hey friend, I tried to log in, but the service denied me probably because your client has to include from my outside IP. My IP address is ....." or something like that.

View 3 Replies

How To Run .exe File On Client Machine

Mar 4, 2011

I want to run .exe files on client machine.

System.Diagnostics.Process.Start("C:Windowssystem32otepad.exe") i Use this codeing it work on my system but not work on server. and with the javascript it also give the error

[code]....

View 5 Replies

How To Get MAC Address Of Client Machine In C# And Vb.net

Jan 7, 2010

How to get MAC address of client machine in c# and vb.net

View 3 Replies

Executing An Exe On Client Machine?

Jul 23, 2010

I have written a console application which will map a volume as disk to a client machine and then Initializes, formats and assigns a drive letter.

Now i want to achieve the same through a web site. This is going to be a Internal site.Right now i can do this by executing the exe with a pop up from the website to run.

But i want to do the same operation as if it is a simple button click on the website after the user fills in the requirements like size,drive letter. I dont want to have any security pop ups.

Is there a way that i can do disk operations with out having security pop ups on end user machines?

View 5 Replies

Get The Host Name Of The Client Machine?

Nov 23, 2010

I am building an ASP.NET intranet application. I am trying to get the host name of the client machine. I have started off by using System.Net.Dns.GetHostName(); but this just seems to return the hostname of the server running the website through IIS. Am I using the wrong method or am I using this one incorrectly?

[Code]....

View 4 Replies

Configuration :: Install .Net Framework 4.0 In Machine With Framework 3.5?

Jan 6, 2011

I have this cenario:One server (machine) that have framework 3.5. And one site (website) developed for framework 3.5.This site can not be modified (rebuild in other FW version, or others changes).

I'll developer a new webapplication (WAP) in framework 4.0 (using microsoft visual web developer 2010).

As I know, the new webaplication work in the server, if I install framework 4.0 in the server.

My question is: Can I install the framework 4.0 on the machine that already have framework 3.5. And continue have sites working with other frameworks version?Or, should I develop my new webapplication in framawork 3.5 ?If I can install the framework 4.0, do I need make some specify configuration during the installation?

View 2 Replies

Print PDF Files At Client Machine?

May 27, 2010

I have a Requirement Where I need to Generate the PDf Docuemnts and I need to Send it to the Printer.

All the Pdf Documents are dynamically generated and it will be saved in server Temporary Folder.Then all these PDF Document has to be sent to the Clients Network Printer.

View 11 Replies

Capturing IP Address Of The Client Machine?

Dec 15, 2010

I have a web site where I need to capture the IP address of the logged in user. Earlier my code used to work fine. But all of a sudden it is giving me only one IP address from whichever machine may be the user logging in. I have tried almost all possibilites :

Request.ServerVariables("REMOTE_ADDR")
Request.ServerVariables("HTTP_X_FORWARDED_FOR")
Request.UserHostAddress()

Still it is giving me the same IP address.

View 3 Replies

Architecture :: How To Get The Client Machine Mac Address

Dec 16, 2010

We need the a solution for our ASP.NET website. in which a user needs to activate his machine and next time if he visits the site then we need to check the machine is activated or not. if the machine is activated then we want to redirect the user on different page.

Is there any way by which we can get the client machine MAC address and store it our database?

I have found some solution in which this can be done but it works on on IE and some ActiveX setting needs to be done.We want this should work on atleast IE and FireFox.

View 3 Replies

Print Pdf File From The Client Machine?

Oct 25, 2010

I want print PDF file from the client machine. The PDF file exists on the server.

View 1 Replies

Invoke Exe Available In Client Machine In A Web Application

Dec 7, 2010

I am using c# and ASP.NET 2.0.

How to invoke exe, which is available in the client machine?

View 4 Replies

C# - Receiving Data Sent From Client Machine?

Feb 7, 2011

I'm working on a project that has a C# app (running 24/7 as a server) on the client's machine). This app needs to send a file as a byte stream via POST to a server I am currently hosting on my home desktop.

Can this file be received by a C# app running on my server, or does it have to be as ASP app/page?

Also, I know how to send a bytestream via POST, but how will I set my server side app to listen for this incoming data? I have never done something like this, so I'm looking for some pointers to get me started.

View 3 Replies

Private IP Of Client Machine From Website?

Feb 2, 2011

how can I get the private ip of client system from a website hosted on public ip in ASP.Net C#? while i am checking userhostname, it's showing the global IP of the Internet connectivity which is the same for all the machines in the network.

View 2 Replies

Want To Use ActiveXControl To Scan Particular Folder On Client Machine?

Feb 22, 2011

I want to use ActiveXControl to scan particular folder on client machine say C:HJReports

I have write simple activeXcontrol using user control in winform but I am not able to use this in aspx page using object tag possibly due to problem in classId property of object tag Here I want help on following aspects

1. How to use already made .net activeXcontrol in asp.net
2. How to make .net activexcontrol

View 1 Replies

How To Save File From Client Machine To Web Server

Feb 5, 2010

Without using fileupload control, what is the way to store a file from client machine to web server.

FYI, a text box has the path the client machine file.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved