Architecture :: Make A Local Web Service To Be Available On Internet?

Jan 4, 2011

I have an application running on my Home pc and with which i also have expose a webservice. But it is on my local machine.

My question is that i dont have any webserver purchased and i want to call my this local webservice from any where on internet. Is there any free service available on internet which can proxy my local webservice on internet?

View 3 Replies


Similar Messages:

Configuration :: How To Access Local Server Data Through Internet

Apr 7, 2010

I Have developed an asp.net application. The application has been configured in my office local server not in the internet.

View 5 Replies

IIS Configuration :: Can Access Local Host Through Internet Using Public IP

May 7, 2015

I hosted my web application in localhost.Now i need to test it from any where.Can i access my local host through internet using public IP?

View 1 Replies

Architecture :: How To Design A Centralized Business Or Service Authentication Architecture

Sep 22, 2010

i want to create a centralised business or Service authendication architecture in .net. for example, we have a clients like c1, c2, c3, c4, ... etc. everybody logins seperatly as well as grouply. ie, if client "C1" logins [with login authentication] he can access c2 , c3, c4 also without login authendication. So its like a google. if we enters gmail account, we can access orkut, picasa like that.. i need the cetralised architecture.

And, client "c1" seperately asks seperately how will be the authendication architecture.

so give me the single solution for both these two scenarios. how will be the architecture for these two and how is the Data Base (Login) Structure.

View 3 Replies

Architecture :: Architecture FOR SAAS ( Service As A Product)?

Dec 22, 2010

I am going to create the SAAS (Software as a service) Application. Can you please provide all the attributes that we have to consider in SAAS application (for example usability, pluggable architecture etc .. )

How architecture should be build for this project, provide sample architecture for SAAS application. This architecture should be easy to upload and upgrade or degrade the features. Error handling should be easy.

View 2 Replies

Architecture :: Create architecture design For WCF Service?

Aug 10, 2010

I am try to create architecture design for WCF service.

We have WCF service that we have to expose to third party so then can request with xml and get back xml response.

The wcf service should do the following:

- Accept the request call with xml

- Check xml against the schema

- Parse the xml

- Authenticate the incoming xml by username and password that will be in xml

- Send back the response

If anybody can let me know what kind of design I can use or is there any pattern available that I can take it and then extend it as per my requirement.

View 2 Replies

AJAX :: How To Avoid After Viewed Online Pdf Document Storing In Local Temporary Internet Files

Jun 29, 2010

I want to show my online pdf document to client (like e-paper PDF document display.)

But after display the online pdf document to client then the document will be store on client Temporary Internet Files.

How to avoid storing in local Temporary Internet Files after viewed online pdf document in asp.net?

I want to secure my pdf document ?

Any possibility to avoid storing PDF documents in local Temporary Internet Files?

View 1 Replies

Architecture :: WCF Service Be Used To Receive Data As Needed From A Remote Sender Or Service?

Feb 25, 2011

I am not sure which approach I should use. I have a web application that needs to get/receive data from a third party application that is in a secure remote network. The data needs to be secure during transport. The data layers cannot be exposed and the databases will not talk to each other. The data will be received from remote application on demand, or will get at scheduled intervals.

I have looked at WCF, but not sure if this will work. Can a WCF service be used to receive data as needed from a remote sender or service? Is this a secure way of doing it? I have also looked at SFTP using some XML/XSLT, but I don't think this is the right way to go. In addition, some data may be transported from my web application to the remote application (mostly reports at first). What protocols are used to transfer data between HIPAA compliant applications?

View 7 Replies

Architecture :: DAL As Web Service - Adding A Service Reference To Project And Then Using The EF4 Context And Writing LINQ Queries Against The DB?

Feb 10, 2011

I'm currently trying to work out the best way to build this web application, which will then be intergrated on other systems, such as WinForms, Intranets etc.

We hope to include the usual layers i.e. DAL, BLL, BOL and UI but I have been experimenting with Entity Framework 4 and WCF Data Services and managed to get something in place where I was using WCF as a gateway to EF4.

i.e. Adding a Service Reference to my project and then using the EF4 context and writing LINQ queries against the DB

e.g.[Code]....

Now with the current setup I would still need to write a DAL Class Library, that interacts with the Data Service, because as I said WCF Data Services only seems to be a gateway, I can't see where to put the code (above) in the Data Service and then how I could these methods.

My questions are: 1. How do I develop a WCF Data Service in such a way to allow this behaviour - I know how I could do it using ASMX web service, something like [Code]....

2. If I am to use WCF Data Services, how is serialization handled (if at all) - again I know how to do something in ASMX web services

3. Again, If I am to use WCF, how do I add Security and only allow my applications to access the web service - for obvious reasons

4. Would it be possible / logical to also include the Business Logic Layer into the web service?

View 4 Replies

Make SQL Server 2005 Accessible Via Internet?

Mar 23, 2010

I have an application that runs on a client's server built on a SQL Server 2005 database.We have now developed an ASP.NET v2 application which connects to this database. This web application will be hosted on an ISP's server but needs to access the SQL Server database on the client's server.

The client's server has a firewall and so forth so I assume it should be possible to make the SQL Server accessible via the Internet but of course I am woriied about security. Can someone point me to some best practices to achieve this.

View 2 Replies

Architecture :: Local Website Or Desktop Application?

Aug 5, 2010

I want to create a suite of three products. One is a website, so that is set in stone. Another is a mobile application, so that will be written as an application (for whatever devices). The third product is something that the user can use locally on their machine. However, I'm not sure if I want to make it a desktop application or a local website. With a desktop application, if I make a significant change to my business rules, I have to make it in three places (assuming the dll change needs a GUI change). However, if I make it a local website, then almost everything would be the same as the regular website. Desktop applications seem to provide more controls that are easier to use though. And since I'm taking this project on alone (right now) easy sounds best. But I don't want to sacrifice easy now for easy later.

The website I want to write will be using MVC architecture. I'm not even sure how to deploy a website yet either to a server or to a local machine. The only thing I've done was set up a local website before for a website that was already created in house by my co-workers. And that was solely ASP.Net, no MVC architecture.

My questions are:What do you guys think would be best in the long run; a local website that mimics the regular website or a desktop application?

Is there a way to create an install package to install a website so the user doesn't have to tinker with their computer at all?

View 4 Replies

Architecture :: Download New Data From Remote To Local?

Apr 18, 2010

I have an off-line project. User uses a laptop to input data off line into local SQL server express. Once connected to domain (on line), local data will sync with remote SQL server using sync framework. (It is done, works fine)

One job left:

Since another user used another program to update some tables in remote SQL server, such as CUSTOMER, SHIPINFO, my off-line program need to update these new data once connect to domain.

Here is what I design in Pseudo code: (take CUSTOMER as example)

1) In remote SQL server, create a store procedure (sp_customer) to select all CUSTOMERS

2) In application, create a dataset (dst_customer) based on sp_customer

3) Insert all customers data which is in remote SQL server but not in local SQL server based on CUSTOMER_ID

I do not think this a smart way to do it.

View 5 Replies

AJAX :: Control Toolkit 40412 / Trying To Use The Calendar Control In A Local Internet Enviroment?

Aug 9, 2010

I'm trying to use the Calendar control in a local intranet enviroment, so I need to put all the Javascript files locally, I've downloaded the Ajax Control Toolkit 40412 source code and extracted the Scripts from

"..AjaxControlToolkit_9c860ac12ae9SampleWebSitesAjaxClientWebSiteScripts",so I write the following code

[Code]....

View 3 Replies

AJAX :: Call To Web Service Failed On Internet Explorer?

Dec 27, 2010

Some of my customers using Internet Explorer can't use my website because the call to my .net webservice failed. Under FF and Chrome no problem. For most of my customer using IE, it's working fine also but not for all...

I have isolated a call to the webservice that failed

[Code]....

I can't find why it's not always working with IE. I'm not able to get the error on my computer (even by changing security, privacy settings in IE).

View 3 Replies

WebMatrix :: Host Internet On Local Server With Webmatrix?

Feb 4, 2011

I downloaded WebMatrix thinking I could create a local Intranet page and simply host it from my server. Can I do this with WebMatrix? If so how?

View 1 Replies

Crystal Reports :: How To Integrate MIGS (Mastercard Internet Gateway Service)

May 7, 2015

I am facing problem in MIGS(Mastercard Internet Gateway Service) 3rd party Integration in ASP.NET.

View 1 Replies

C# - Asp/php Communication To Local Service/application?

Sep 29, 2010

I have a local application which parses data. What i need is to develop a web interface to query statistics and set configurations for the application thats running at all times. Since I am the developer of both applications I have full access to both source.

My main goals here are:

- have a service or app running at all times on the webserver doing most of the work

- have a webUI which will connect to this app and display stats and make configurations

- service/app will be writen in C#

- WebUI will be written in asp or php

- the WebUI must be accessable through the web domain ie: http://server/TestApp on default port 80 were there are other web apps running already.

I know there are ways to do this using a specific port to communicate to eachother, but i would like to avoid this. What is the best way to communicate between these apps?

View 1 Replies

Security :: How To Make Hostname Map To Localhost On Local System

Apr 13, 2010

I developed a website on VS2008, which I then published by right-clicking. I can locally browse that website using[URL]

but when I try giving hostname in place of localhost it fails to resolve. Can this mapping be specified in hosts file?

View 9 Replies

Configuration :: Error Occurs In A Local Web Service?

Jun 5, 2010

I have upgraded my laptop to Windows7, VS2010, .net Framework 4 and then upgraded my ASP.NET Web Application to ASP.NET 4.I am now getting the error: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?). This error occurs in a local web service thatI have written and was working before I upgraded my system.I think this has something to do with the changes made to the web.config file when my web application was upgraded to the .net 4 Framework.I have searched the forums and Goggle, but cannot solve my issue.

View 2 Replies

Ability To Access WCF Service From Local Network ?

Feb 16, 2011

I'm new in the WCF and in the web developing ..

I wrote WCF service and i by creating new Web Sites - i added new WCF service that will host my WCF service.

In the 'Web location' i define the service to be HTTP and the URL to be "http://localhost/MyService"

Now i want to access thru some other machine ( in the same network ) to my machine and get using the Service method that my WCF service exposed - but i fail each time ( calling from the second machine "http://a.b.c.d/MyService/interfaceMethodName")

If i try to call the web service thru the same machine - i get the right response.

View 4 Replies

Architecture :: Best To Make Classes In VB, VB.NET OR C#?

Nov 29, 2010

1. Desktop based application - Developed in VB2. Web based application - Developed in Asp.Net 2.0 and C#The above two uses same database in SQLI do have proper class library/business logic in desktop based application in VB. Now I need to use the same library in ASP.net web based application so that I can change at one place and both the versions will work fine with replacement of one dll.hat is the best to make classes in VB, VB.NET OR C# so that I can use at both end easily.1. If I write Activex dll in vb, the internet articles tells about low performance because of Interop services.

View 2 Replies

How To Make A Web (WCF) Service Act As Windows Service

Sep 22, 2010

I have a web application - .net 4. The client is having a requirement that he want to send email to his users on a regular basis about his new courses etc.

The webapplication created will hosted on a "Shared hosting environment" with no excess to windows services - file system other than the web root folder through FTP.

Due to shared hosting i cannot create a windows service for him which will check the database - if there are any scheduled mail to send every 5 min.

So my question is - Is there anyway i can run a wcf web service or any other web based service or page or handler which can keep running and automatically checks the database for any new scheduled mails - if yes start sending it automatically in an different thread.

View 2 Replies

Configuration :: How To Make Changes To The Code After Publishing Website3.5 In Local Machine

Feb 10, 2011

I want to make changes to the webite developed in asp.net3.5 which is published.

View 3 Replies

Architecture :: How To Make The Class Libraries

Jan 22, 2010

Task is to develop class libraries that can be re-use in projects but assambies should be copy righted. By this I mean developer will not give the code of class libraries to the clients yet they will provide the code of there sites/ applications, these libraries will be used just as internal development libraries. I want to make Business Logic Layer, DAL, Business Objects as class libraries

Q1. How I can control unathorised use of libraries ?

Q2. How to make assamlies non extendable ?

Q3. What security measurs I should take on this.

View 6 Replies

Architecture ::make UserName As Subdomain?

Sep 24, 2010

I have a requirement related to subdomains. Here are the details.I am using .NET 4.0, IIS7, ASP.NET 4.0. I have an web application hosted as "mycompany.com". I have some clients, say client1, register at my site. I want to give him a

[code]...

View 3 Replies







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