473,626 Members | 3,276 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Executing ASMX files without IIS ?

Hi,

Is it possible to host ASP.NET web services files without IIS ?

Thanks in advance and regards

Navin
Nov 23 '05 #1
4 3820
Hi Navin,

While it may be technically possible, it isn't feasible at this time
because IIS provides the infrastructure and environment needed to run
ASP.Net applications. What are you trying to do that makes you want to
avoid IIS?

Regards
Dan Rogers
Microsoft Corporation
--------------------
From: "Navin Mishra" <Na**********@i cn.siemens.com>
Subject: Executing ASMX files without IIS ?
Date: Thu, 16 Dec 2004 10:16:07 -0800
Lines: 9
Organization: Siemens
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <uh************ *@TK2MSFTNGP11. phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.webservices
NNTP-Posting-Host: sc-gate.siemenscom .com 12.146.131.5
Path:
cpmsftngxa10.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 1
.phx.gbl
Xref: cpmsftngxa10.ph x.gbl
microsoft.publi c.dotnet.framew ork.webservices :8132
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.webservices

Hi,

Is it possible to host ASP.NET web services files without IIS ?

Thanks in advance and regards

Navin

Nov 23 '05 #2
Can you please give more information about how it is technically possible ?
In some environments one is not allowed to run IIS and so there is a problem
in hosting web services.

"Dan Rogers" <da***@microsof t.com> wrote in message
news:VZ******** ******@cpmsftng xa10.phx.gbl...
Hi Navin,

While it may be technically possible, it isn't feasible at this time
because IIS provides the infrastructure and environment needed to run
ASP.Net applications. What are you trying to do that makes you want to
avoid IIS?

Regards
Dan Rogers
Microsoft Corporation
--------------------
From: "Navin Mishra" <Na**********@i cn.siemens.com>
Subject: Executing ASMX files without IIS ?
Date: Thu, 16 Dec 2004 10:16:07 -0800
Lines: 9
Organization: Siemens
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <uh************ *@TK2MSFTNGP11. phx.gbl>
Newsgroups: microsoft.publi c.dotnet.framew ork.webservices
NNTP-Posting-Host: sc-gate.siemenscom .com 12.146.131.5
Path:
cpmsftngxa10.ph x.gbl!TK2MSFTNG XA01.phx.gbl!TK 2MSFTNGP08.phx. gbl!TK2MSFTNGP1 1
phx.gbl
Xref: cpmsftngxa10.ph x.gbl
microsoft.publi c.dotnet.framew ork.webservices :8132
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.webservices

Hi,

Is it possible to host ASP.NET web services files without IIS ?

Thanks in advance and regards

Navin

Nov 23 '05 #3
> Hi,

Is it possible to host ASP.NET web services files without IIS ?

You can use the Cassini light-weight web server available from
http://www.asp.net/Default.aspx?tabindex=7&tabid=41 The server can be hosted
as a standalone application or within your application.
The full source code for the server is available.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
Nov 23 '05 #4
Works great...thanks!
"Anders Norås [MCAD]" <an**********@o bjectware.no> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi,

Is it possible to host ASP.NET web services files without IIS ?

You can use the Cassini light-weight web server available from
http://www.asp.net/Default.aspx?tabindex=7&tabid=41 The server can be
hosted as a standalone application or within your application.
The full source code for the server is available.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/

Nov 23 '05 #5

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

Similar topics

15
11537
by: (Pete Cresswell) | last post by:
I've got a .BAT file that I use for executing various MS Access apps that I wrote way back in the days of 2.0. It's evolved over time, but it still contains a number of possible paths to MSACCESS.EXE, tries them all, takes the first one it finds, and dies if none is found. Seems to me like at some time or another I was able to clone this .BAT file and implement it with no path. Something about MSACCESS being a registered application.
6
1665
by: John | last post by:
Hi, I'm building a web service which connects to a database. I have hardcoded the connection string in the web service source code (an asmx.cs file). Is this a mistake? Is there someplace else I should put the database connection string or just the password? BTW, is it a bad idea to leave .asmx.cs files on the web server? I
0
1297
by: Houssam Zeina | last post by:
Hi, I need to write a service to handle web service discovery and requests without statically defining them in asmx files. I have a pluggable remoting infrastructure. I need to exposee all or some of the plug-in classes as web services, but without creating asmx files for them. I'm particularly interested in the possibility to reuse the whole asp.net web services infrastucture except the part when it traslates requests to .asmx files...
0
294
by: Dominick Baier | last post by:
http://www.leastprivilege.com/PermaLink.aspx?guid=48193b7e-c987-48d5-b2d7-d02c8cd0612d --- Dominick Baier - DevelopMentor http://www.leastprivilege.com nntp://news.microsoft.com/microsoft.public.dotnet.framework.webservices/<uh3edu54EHA.824@TK2MSFTNGP11.phx.gbl>
0
1203
by: acteon | last post by:
Hello, I have a webservice written in C sharp that is using an IBM provided DLL. The project that installs my webservice has a .MSM merge module file for that DLL. When the .MSI file generated is runned, It only installs dll's on the target webserver. I need it to install the normal .ASMX files & webconfig files that are normally part of the webservice.
0
1126
by: wc_chan | last post by:
I wrote a web service projects having 2 asmx and 1 dataset, says dsTest1. The amsx will have a parameter of the dataset as follows: in 1st asmx: <Wethod()HelloWorld1 (byval a1 as dsTest1) as string in 2nd asmx: <Wethod()HelloWorld2 (byval a2 as dsTest1) as string When I ran wsdl for the dynamic discovery file, vsdisco, I got the following
2
1666
by: Steve B. | last post by:
Hi, We have build an ASP.Net 2.0 framework for our corporate sites. This framework add some asmx files that are used by all application. The asmx files only contains the directive <%@ WebService Language="C#" Class="OurFrameworkServiceClass" %> The class is defined in a dll (then w/o source code) that is place in the BIN directory.
5
70490
by: =?Utf-8?B?a3Jpcw==?= | last post by:
I created a simple webservice .asmx on Visual Studio 2005. As I plan to deploy it to Sharepoint Portal 2003, I copied asmx to \web server extensions\60\ISAPI directory of the server, where all other general webservices reside. Everything is just fine - i can access the service with the browser, method list is displayed as well as help texts for them. my question is - how do I generate .wsdl and .disco files for the service? I read...
0
1278
by: =?Utf-8?B?Sm9zZW1h?= | last post by:
Hi to all, I have .net ajax extensions, and i build a small web service with the attribute (to work with JSON). When i execute mi asmx i see in the result XML. I thought that if i used the web service would generate JSON "language". Are there any way to see the JSON executing directly the WebService?
0
8711
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8368
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8512
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7203
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4094
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4206
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2630
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
1815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.