473,569 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SimpleAuthWebSe rvice/SimpleAuth.asmx ' does not exist error?????

3 New Member
hi ,i have an asp.net project runs on local intranet ,i use global.asax's onerror section to catch errors.so i got a simpleauth service does not exists error from some network clients .Error details are below.on my iis i have no virtual file such like this and nothing is installed like that.
so what this error means?
thanks.


Error in: /SimpleAuthWebSe rvice/SimpleAuth.asmx
Url: /SimpleAuthWebSe rvice/SimpleAuth.asmx

Error Message: The file '/SimpleAuthWebSe rvice/SimpleAuth.asmx ' does not exist.
Error Source: System.Web
Error StackTrace: at System.Web.UI.U til.CheckVirtua lFileExists(Vir tualPath virtualPath)
at System.Web.Comp ilation.BuildMa nager.GetVPathB uildResultInter nal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPre compile)
at System.Web.Comp ilation.BuildMa nager.GetVPathB uildResultWithN oAssert(HttpCon text context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPre compile)
at System.Web.Comp ilation.BuildMa nager.GetVPathB uildResult(Http Context context, VirtualPath virtualPath)
at System.Web.UI.W ebServiceParser .GetCompiledTyp e(String inputFile, HttpContext context)
at System.Web.Serv ices.Protocols. WebServiceHandl erFactory.GetHa ndler(HttpConte xt context, String verb, String url, String filePath)
at System.Web.Http Application.Map HttpHandler(Htt pContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.Http Application.Map HandlerExecutio nStep.System.We b.HttpApplicati on.IExecutionSt ep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean& completedSynchr onously) Error InnerException:
Error Target Site: Void CheckVirtualFil eExists(System. Web.VirtualPath )
Error HelpLink:

QueryString Data:
-----------------

Post Data:
----------

Exception Stack Trace:
----------------------
at System.Web.UI.U til.CheckVirtua lFileExists(Vir tualPath virtualPath)
at System.Web.Comp ilation.BuildMa nager.GetVPathB uildResultInter nal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPre compile)
at System.Web.Comp ilation.BuildMa nager.GetVPathB uildResultWithN oAssert(HttpCon text context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPre compile)
at System.Web.Comp ilation.BuildMa nager.GetVPathB uildResult(Http Context context, VirtualPath virtualPath)
at System.Web.UI.W ebServiceParser .GetCompiledTyp e(String inputFile, HttpContext context)
at System.Web.Serv ices.Protocols. WebServiceHandl erFactory.GetHa ndler(HttpConte xt context, String verb, String url, String filePath)
at System.Web.Http Application.Map HttpHandler(Htt pContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.Http Application.Map HandlerExecutio nStep.System.We b.HttpApplicati on.IExecutionSt ep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step, Boolean& completedSynchr onously)

Server Variables:
-----------------
ALL_HTTP: HTTP_CONNECTION :Keep-Alive
HTTP_CONTENT_LE NGTH:515
HTTP_CONTENT_TY PE:text/xml
HTTP_ACCEPT:tex t/xml
HTTP_HOST:idasp ortal
HTTP_USER_AGENT :Windows-Update-Agent
HTTP_SOAPACTION :"http://www.microsoft.c om/SoftwareDistrib ution/Server/SimpleAuthWebSe rvice/GetAuthorizatio nCookie"

ALL_RAW: Connection: Keep-Alive
Content-Length: 515
Content-Type: text/xml
Accept: text/xml
Host: idasportal
User-Agent: Windows-Update-Agent
SOAPAction: "http://www.microsoft.c om/SoftwareDistrib ution/Server/SimpleAuthWebSe rvice/GetAuthorizatio nCookie"

APPL_MD_PATH: /LM/W3SVC/1/Root
APPL_PHYSICAL_P ATH: g:\inetpub\wwwr oot\
AUTH_TYPE:
AUTH_USER:
AUTH_PASSWORD:
LOGON_USER:
REMOTE_USER:
CERT_COOKIE:
CERT_FLAGS:
CERT_ISSUER:
CERT_KEYSIZE:
CERT_SECRETKEYS IZE:
CERT_SERIALNUMB ER:
CERT_SERVER_ISS UER:
CERT_SERVER_SUB JECT:
CERT_SUBJECT:
CONTENT_LENGTH: 515
CONTENT_TYPE: text/xml
GATEWAY_INTERFA CE: CGI/1.1
HTTPS: off
HTTPS_KEYSIZE:
HTTPS_SECRETKEY SIZE:
HTTPS_SERVER_IS SUER:
HTTPS_SERVER_SU BJECT:
INSTANCE_ID: 1
INSTANCE_META_P ATH: /LM/W3SVC/1
LOCAL_ADDR: 144.253.232.22
PATH_INFO: /SimpleAuthWebSe rvice/SimpleAuth.asmx
PATH_TRANSLATED : g:\inetpub\wwwr oot\SimpleAuthW ebService\Simpl eAuth.asmx
QUERY_STRING:
REMOTE_ADDR: 144.253.232.153
REMOTE_HOST: 144.253.232.153
REMOTE_PORT: 1140
REQUEST_METHOD: POST
SCRIPT_NAME: /SimpleAuthWebSe rvice/SimpleAuth.asmx
SERVER_NAME: xxx
SERVER_PORT: 80
SERVER_PORT_SEC URE: 0
SERVER_PROTOCOL : HTTP/1.1
SERVER_SOFTWARE : Microsoft-IIS/5.0
URL: /SimpleAuthWebSe rvice/SimpleAuth.asmx
HTTP_CONNECTION : Keep-Alive
HTTP_CONTENT_LE NGTH: 515
HTTP_CONTENT_TY PE: text/xml
HTTP_ACCEPT: text/xml
HTTP_HOST: xxxx
HTTP_USER_AGENT : Windows-Update-Agent
HTTP_SOAPACTION : "http://www.microsoft.c om/SoftwareDistrib ution/Server/SimpleAuthWebSe rvice/GetAuthorizatio nCookie"
Apr 24 '07 #1
0 4347

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2625
by: Dirk Försterling | last post by:
Hi all, a few days ago, I upgraded from PostgreSQL 7.2.1 to 7.4, following the instructions in the INSTALL file, including dump and restore. All this worked fine without any error (message). Since then, I found lots of the following in the postmaster output: 2003-11-29 15:19:54 ERROR: large object 4838779 does not exist 2003-11-29...
7
5333
by: Kimi | last post by:
I am first time study the .NET, and write a .asmx file as the Book saying. But, when I access this .asmx file through the IE like http://localhost/abc.asmx, I can only open it or download it. I reinstall the ..NET again, but problem exist. Do I need some settings on IIS? -- Thinking&Coding
16
4962
by: lawrence k | last post by:
I've a file upload script on my site. I just now used it to upload a small text document (10k). Everything worked fine. Then I tried to upload a 5.3 meg Quicktime video. Didn't work. I've set the POST limit in php.ini to 8 megs. What reasons, other than the POST limit, would a large upload fail?
1
1955
by: Ido Flatow | last post by:
Here's the scenario: - Created a web service project - Added 2 services (asmx files) - Created a custom entity ("Customer") - Created a method in each service which returns/receives the above entity - Created a class library - Added 2 web references (one for each asmx) The created proxy contains the "Customer" class for each service...
0
1123
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...
5
70477
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...
1
7369
by: nish85 | last post by:
Hi, i have uploaded my sit to web server goddady.com i have a button to download dyanmically generated excel file.This button is ajax enabled.....When i am click on this button it will popup a message like "That assembly does not allow partially trusted callers" This is my web.config file Please help me on this issue? <?xml...
0
983
by: Lloyd Sheen | last post by:
In design view of an aspx page I have an Ajax Toolkit ToolkitScriptManager control. The markup for this is <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> .....
0
1332
by: asmx126453 | last post by:
Hey guys i have a question about those 2 funtions the error occures in 2 files my DataConnection.asmx.cs and Funtions.cs error 1 is this il also paste a part of the code were the error is DotNet.Functions' does not contain a definition for 'QuoteFix the filename were the code out is DataConnection.asmx.cs if (nieuw == true) {
0
7700
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...
0
7614
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...
0
7924
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. ...
1
7676
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...
1
5513
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...
0
5219
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...
0
3653
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...
1
1221
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.