473,386 Members | 1,795 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

request format is unrecognized

running server 2003, .net 1.1, developing with vs 2003. i have a simple one
function webservice that takes 4 string inputs. calling it with http post
from simple form made by cutting out the demo page made from vs 2003. it
works fine on the server itself, but when accessed from another machine it
comes back with:

Exception Details: System.InvalidOperationException: Request format is
unrecognized.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Request format is unrecognized.]
System.Web.Services.Protocols.WebServiceHandlerFac tory.CoreGetHandler(Type
type, HttpContext context, HttpRequest request, HttpResponse response) +388
System.Web.Services.Protocols.WebServiceHandlerFac tory.GetHandler(HttpContext
context, String verb, String url, String filePath) +94
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig) +696
System.Web.MapHandlerExecutionStep.System.Web.Http Application+IExecutionStep.Execute()
+95
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously) +173
i haven't installed the server components of vs 2003, not sure if i want to
as this server is exposed to the world. i have tried playing with
permissions and got it messed up enough now that anonymous access doesn't
work for that site at all(but that is another problem i hope). i have even
tried commenting out all my code so it didn't do anything which didn't help.
any ideas where to start looking?
Dec 23 '05 #1
2 11418
something simple must be wrong here... i have backed up all the way to about
what the 'hello world' demo app does and still get the error from the remote
machine. i have created my own app pool, played with different accounts for
both the app pool and web site authentication, and still get this. what
else would cause this error from a remote computer but it works ok on the
server.

"Dave" <no***@nowhere.com> wrote in message
news:u$**************@TK2MSFTNGP11.phx.gbl...
running server 2003, .net 1.1, developing with vs 2003. i have a simple
one function webservice that takes 4 string inputs. calling it with http
post from simple form made by cutting out the demo page made from vs 2003.
it works fine on the server itself, but when accessed from another machine
it comes back with:

Exception Details: System.InvalidOperationException: Request format is
unrecognized.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Request format is unrecognized.]

System.Web.Services.Protocols.WebServiceHandlerFac tory.CoreGetHandler(Type
type, HttpContext context, HttpRequest request, HttpResponse response)
+388

System.Web.Services.Protocols.WebServiceHandlerFac tory.GetHandler(HttpContext
context, String verb, String url, String filePath) +94
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig)
+696

System.Web.MapHandlerExecutionStep.System.Web.Http Application+IExecutionStep.Execute()
+95
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously) +173
i haven't installed the server components of vs 2003, not sure if i want
to as this server is exposed to the world. i have tried playing with
permissions and got it messed up enough now that anonymous access doesn't
work for that site at all(but that is another problem i hope). i have
even tried commenting out all my code so it didn't do anything which
didn't help. any ideas where to start looking?

Dec 24 '05 #2
yep, too simple. finally found how to enable get/post from remote machines
in web.config.

"Dave" <no***@nowhere.com> wrote in message
news:ur****************@tk2msftngp13.phx.gbl...
something simple must be wrong here... i have backed up all the way to
about what the 'hello world' demo app does and still get the error from
the remote machine. i have created my own app pool, played with different
accounts for both the app pool and web site authentication, and still get
this. what else would cause this error from a remote computer but it
works ok on the server.

"Dave" <no***@nowhere.com> wrote in message
news:u$**************@TK2MSFTNGP11.phx.gbl...
running server 2003, .net 1.1, developing with vs 2003. i have a simple
one function webservice that takes 4 string inputs. calling it with http
post from simple form made by cutting out the demo page made from vs
2003. it works fine on the server itself, but when accessed from another
machine it comes back with:

Exception Details: System.InvalidOperationException: Request format is
unrecognized.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: Request format is unrecognized.]

System.Web.Services.Protocols.WebServiceHandlerFac tory.CoreGetHandler(Type
type, HttpContext context, HttpRequest request, HttpResponse response)
+388

System.Web.Services.Protocols.WebServiceHandlerFac tory.GetHandler(HttpContext
context, String verb, String url, String filePath) +94
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig)
+696

System.Web.MapHandlerExecutionStep.System.Web.Http Application+IExecutionStep.Execute()
+95
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously) +173
i haven't installed the server components of vs 2003, not sure if i want
to as this server is exposed to the world. i have tried playing with
permissions and got it messed up enough now that anonymous access doesn't
work for that site at all(but that is another problem i hope). i have
even tried commenting out all my code so it didn't do anything which
didn't help. any ideas where to start looking?


Dec 24 '05 #3

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

Similar topics

7
by: qbsu21th | last post by:
Dear Sir/Madam, I'm writing a small VB6.0 and Access 2002 application in XP OS. I selected the data control property RecordSource, I got the "Unrecognized database format 'xxx/xx/*.mdb' " error....
14
by: L Mehl | last post by:
I tested a FE/BE application developed in A2000 on a A2002 machine and got this message when exiting the app. Clicking the only available button "OK", exits the application, as intended. The FE...
7
by: timmso | last post by:
I'm using Ado.net in an asp.net project with an Access backend. Whenever I try to do a simple Select or Update, I inevitably see the error "Unrecognized database format". I'm using Access 2000. ...
1
by: Trygve Lorentzen | last post by:
Hi, my webservice is running on Win2000 SP4, IIS 5.0 fully patched, connecting to a MySQL database and mainly returning Typed DataSet's from webmethods. After running for a while, generally a...
0
by: Merighi | last post by:
I've this problem: i'm trying to build a method that outputs an object like this: public class Autenticazione { public string Username { set { Username=value;
1
by: Rabbit | last post by:
Can anyone tell me why my web developed in .net 2.0, using Access database (.mdb). working fine at my development machines, but when I deploy it onto new Windows Server 2003, the web returns...
6
by: James12345 | last post by:
i have created a database for our advisors to log their call types. It is being run on about 10 different machines. Every couple of weeks, when someone tries to open it, the error Unrecognized...
1
by: syed_razi | last post by:
I have a VB 6.0 application using Access as backend. It is being used on a local area network. The backend database is password protected. The problem is that the database gives me a run time...
4
by: Hepburn08 | last post by:
Hi, I need some help opening a corrupt Microsoft Access database file. I get an error message that says "unrecognized database format". Since I can't open it, I can't export the data to another new...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...

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.