Ask a Question related to ASP Components, Design and Development.
-
usfinecats #1
looking for samples
Can someone suggest a couple of samples of the following:
I have an normal windows unmanged c++ App that will open a session with my
server and exchange some info. That is the app sends some info to the server
and the server responds with either an answer (other info) or an error
message .
I'd like to see a simple skeleton of such an app. Should the server side
use IIS?
Are there important pitfalls with this. I've got plenty of experience with
writing code, but somehow I've avoided internet applications.
Where should I be looking for info about doing this?
TIA.
--
Gak -
Finecats
usfinecats Guest
-
C# .NET Samples?
A new discussion was started by RichSabo in Acrobat Windows -- C# .NET Code samples? I need to be able to take uploads from our multiple... -
Where I could get the samples about FMS?
Hi guys, I am a new beginner and looking for some informations about FMS. However I can't find any much sample for study. If you have one, pls let... -
Looking for WSE 2.0 samples
Are there any resources for sample projects using vb.net in VS2003 and WSE 2.0? I have a winforms app and am trying to get my arms around using... -
S3D Samples
Hi all, Finally i?ve managed to get my Shockwave3D stuff online. Check it out at http://www.3dschock.de Would be nice to see some new... -
New Shockwave 3D samples
Chrome Lib samples: http://www.chromelib.com/samples/index.html -
Luke Zhang [MSFT] #2
RE: looking for samples
Hello Gak,
I think there are a lot of solution for such an issue. For example, without
IIS, you can create a server appliaction with Sockets and communicate with
TCP. For a solution with IIS (much easy to implment), you may consider a
solution with Web service. For example, a .NET web service running on IIS.
The client can be .NET application or an unmanaged C++ application based on
SOAP toolkit.
Following newsgroup should be best place for further questions on Sockets
on Web Service:
microsoft.public.win32.programmer.networks
microsoft.public.dotnet.framework.aspnet.webservic e
If there is any questions, please feel free to let us know.
Sincerely,
Luke Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
[url]http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif[/url]
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
[url]http://msdn.microsoft.com/subscriptions/support/default.aspx[/url].
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Luke Zhang [MSFT] Guest
-
Luke Zhang [MSFT] #3
RE: looking for samples
Hello,
[url]www.codeproject.com[/url] should be a good place to find such sample, I performed
a search on it and here are what I found:
A reusable, high performance, socket server class - Part 1
[url]http://www.codeproject.com/internet/jbsocketserver1.asp[/url]
Server Client Sockets
[url]http://www.codeproject.com/internet/server_client_sockets.asp[/url]
You may refer to it to see if it will help. And here is the complete
reference of winsock:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/win[/url]
sock/winsock_reference.asp
Sincerely,
Luke Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
[url]http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif[/url]
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
[url]http://msdn.microsoft.com/subscriptions/support/default.aspx[/url].
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Luke Zhang [MSFT] Guest



Reply With Quote

