473,566 Members | 3,309 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

consuming windows service in web application

HI
Hi

I am working on a ASP.Net web application. I have to build a windows service
which will have functions that returns Current Systems CPUID etc...
I need to consume this Windows service with my ASP.Net web application.

How can I do this? Is it possible to do so?

thanks in advance...
Aug 9 '05 #1
1 3313
Yoshitha wrote:
HI
Hi

I am working on a ASP.Net web application. I have to build a windows service
which will have functions that returns Current Systems CPUID etc...
I need to consume this Windows service with my ASP.Net web application.

How can I do this? Is it possible to do so?

thanks in advance...


Anything that runs in a browser should be sandboxed and therefore have
absolutely no access to anything outside the browser. So AFAIk this is a
no-go.

Aside from that, CPUID's are a thing of the past. The CPU either doesn't
have one or it can be disabled. So if you're thinking of using that for
some sort of identification or licensing, look for something else.

--
Rinze van Huizen
C-Services Holland b.v.
Aug 9 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1118
by: Yoshitha | last post by:
HI Hi I am working on a ASP.Net web application. I have to build a windows service which will have functions that returns Current Systems CPUID etc... I need to consume this Windows service with my ASP.Net web application. How can I do this? Is it possible to do so? thanks in advance...
1
362
by: Yoshitha | last post by:
HI Hi I am working on a ASP.Net web application. I have to build a windows service which will have functions that returns Current Systems CPUID etc... I need to consume this Windows service with my ASP.Net web application. How can I do this? Is it possible to do so? thanks in advance...
6
10063
by: Carlos Lozano | last post by:
Hi, as a background I have an Windows application developed with VS 2003 (c#) that needs to transfer securely data to a MySQL database located on a Linux server. I have created a PHP webservice that will receive an xml file with all the data to update an encrypted database. This way all database logic will remain on the Linux server. ...
2
1450
by: Glenn Venzke | last post by:
Is there any way to tell what type of application is consuming a web service? I'm writing a web service that returns a string with 2 carriage returns. What I want to do is replace these carriage returns with "<br>" tags ONLY if a web application is consuming.
0
1070
by: hmy | last post by:
Hi, I created a web service and consumed the web service in my Windows application (both using VS2005). I added a web reference to my Windows project. What I want to know is: 1. Can I dynamically assign the URL at runtime? string theWebServiceUrl = (url where web service is located) localhost.SomeService myService = new...
1
1488
by: Andy | last post by:
Hi all, I'm familiar with web service compression and how to implement it in a Winforms app. What I'm trying to figure out how to do at this point is how to consume the service from an ASP.NET page. I've surfed around quite a bit looking for an answer to this, but most of the stuff I'm seeing is either talking about consuming from a Winforms...
1
1644
by: =?Utf-8?B?R29yZG9u?= | last post by:
Hi; I can consume a web service from an asp.net application with no problem. The web service connects to a remote server through ODBC and returns a data set to the consuming software. When I try to consume the WS from a windows app is gives a 407 error. I didn't think that the consuming application had to worry about connecting
1
3417
by: =?Utf-8?B?VmVua2F0ZXNhbiBT?= | last post by:
Hi, I have a requirement of consuming a connection object returned from a COM component deployed in COM+ application. I have given the need for this requirement end of my query. My component returns a Connection objec to ASP page and then I am trying to use the same Connection object to Command/Recordset object to execute a SP I am...
2
2727
by: Johnny Jörgensen | last post by:
OK, I have to do a Winforms application (C# or VB doesn't matter - that's not the important point here) that interacts with a database on a web server using an ASP.NET web service. I've done a lot of WinForms programming, but never Web Services. Got a book about it but that one only talks about how to use the web service from ASP.NET web...
0
7673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8109
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
5485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2085
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1202
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
926
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.