473,791 Members | 2,947 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help with asmx extension

..asmx not getting parsed.

whten I call a page with an .asmx extensionon my machine
all I get is the code, it does not get parsed.

how can I fix this, can I manually add some ISAPI application to IIS to make
it work.
Nov 19 '05 #1
3 1276
It sounds like the mappings have come unstuck. You can fix it with the
procedure here:

http://support.microsoft.com/default...b;en-us;325093

http://support.microsoft.com/default...b;en-us;306005

"Sergio Fernandez" <fe*********@no spam.net> wrote in message
news:mo******** *************@b gtnsc04-news.ops.worldn et.att.net...
.asmx not getting parsed.

whten I call a page with an .asmx extensionon my machine
all I get is the code, it does not get parsed.

how can I fix this, can I manually add some ISAPI application to IIS to
make
it work.

Nov 19 '05 #2
Thanks, that fixed it.
"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:uN******** ******@TK2MSFTN GP12.phx.gbl...
It sounds like the mappings have come unstuck. You can fix it with the
procedure here:

http://support.microsoft.com/default...b;en-us;325093

http://support.microsoft.com/default...b;en-us;306005

"Sergio Fernandez" <fe*********@no spam.net> wrote in message
news:mo******** *************@b gtnsc04-news.ops.worldn et.att.net...
.asmx not getting parsed.

whten I call a page with an .asmx extensionon my machine
all I get is the code, it does not get parsed.

how can I fix this, can I manually add some ISAPI application to IIS to
make
it work.


Nov 19 '05 #3
actually maybe I did something wrong.
but, when I run teh application , the first screen is ok, the links display
a TEST <<some test>>
and SOAP <<html code>>

its seems like Its giving errors.
"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:uN******** ******@TK2MSFTN GP12.phx.gbl...
It sounds like the mappings have come unstuck. You can fix it with the
procedure here:

http://support.microsoft.com/default...b;en-us;325093

http://support.microsoft.com/default...b;en-us;306005

"Sergio Fernandez" <fe*********@no spam.net> wrote in message
news:mo******** *************@b gtnsc04-news.ops.worldn et.att.net...
.asmx not getting parsed.

whten I call a page with an .asmx extensionon my machine
all I get is the code, it does not get parsed.

how can I fix this, can I manually add some ISAPI application to IIS to
make
it work.


Nov 19 '05 #4

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

Similar topics

1
1463
by: Sergio Fernandez | last post by:
..asmx not getting parsed. whten I call a page with an .asmx extensionon my machine all I get is the code, it does not get parsed. how can I fix this, can I manually add some ISAPI application to IIS to make it work.
5
3487
by: Benne Smith | last post by:
Hi, I have three enviroments; a development, a testing and a production enviroment. I'm making a big application (.exe), which uses alot of different webservices. I don't use the webservices by adding a WebReference, since it does not allow me to keep state (cookiecontainer) or to specify functions on the classes (like if i want to override the ToString() function on a class from my webservice). So the only way i can see how i can get...
2
2703
by: john | last post by:
Hello, We have a tablet pc that is trying to sync data to our main sql server during the night but we keep getting a timeout issue. The tablet pc has an access database that contains about 5000 rows of data. We have setup the machine.config for a executionTimeout of 900. Below is our code for the specific vb.net app and the webservice it uses. Can someone see if I am missing something as to why this is bombing out? Also is there a
3
1786
by: Rodney Garland | last post by:
Hi All, I am a relative beginner to Python and am looking for help with sending and XML message and getting back a return file. The server is: https://node.deq.state.or.us/node/node.asmx I have have successfully sent and recieved using the PING, AUTHENTICATE (send in username and password and return a secuirity token), SOLICIT(send in information for a query and get a number indicating the query),
1
2389
by: jjouett | last post by:
I'm setting up a manually created WSDL file that defines the specifics of the required elements, default values, etc. instead of using the generated WSDL from the asmx?wsdl mechanism. Everything works with my web service, but I would like to have some mechanism that forwards any asmx?wsdl request to the manually created WSDL, to help guarantee that a client is using the WSDL with the restrictions. I can't turn off all documentation in the...
2
2582
by: Ken Crismon | last post by:
Hello, I am currently working on an embedded systems project where by I have written a small web server that is being hosted on our internet appliance (running on an Atmega128 chip and doing lots of col RFID and Mesh network stuff). In this example I am trying to get the AuthenticateUser web service to work. I am using the following WSDL:
7
22246
by: Oriane | last post by:
Hi there, When I try to access a Web service running on my default Web site, on Vista and IIS 7.0, I get an error message : "the MIME type is not recognized". So I guess that the asmx handler is not configured ??? Regards
1
1225
by: =?Utf-8?B?U2FqaXQ=?= | last post by:
Hi, I am trying to create a .net webservice, but i dont want the webservice to be accessed using .asmx extesnion .I should be able to accesses the webservcie using the url something like http://localhost/myservice.sac I have tried configuring the web.config of the webservice like this <httpHandlers> <add path="*.sac" verb="*" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0,...
0
3012
by: Jeova Almeida | last post by:
Hello, I created a simple web service for testing purpose in Visual Studio 2005: <%@ WebService Language="C#" CodeBehind="~/App_Code/Service.cs" Class="WSTest" %> using System;
0
1326
by: Jeova Almeida | last post by:
Hello, I created a simple web service for testing purpose in Visual Studio 2005: <%@ WebService Language="C#" CodeBehind="~/App_Code/Service.cs" Class="WSTest" %> using System;
0
9666
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9512
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10201
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10147
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
9987
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
9023
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...
0
6770
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5552
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4100
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

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.