First I ran it through the 'development server' that comes with VS. This was working fine, so I decided to try and put it on my IIS using the Build>>Publish thing, and since then I've been getting these 404 errors.
I now can't run it through IIS or the development server.
When I create a new web service I get the same thing, I can't even run the "Hello World" example through either the development server or IIS.
There is an App_Code.dll (which is as far as I know the only assembly i need) that is in the bin directory.. Do I need to set any permissions on the bin directory
Absent pdb files should not cause the 404. Did you check that the Web Service extensions are enabled on your system Start -> run -> inetmgr When Internet Information Services (IIS) Manager comes up, expend the (local computer) node and select the Web Service Extensions node; on the right hand side see the list of all extensions, make sure that ASP.NET v2.0.... is allowed.
404 Errors with ASP.NET v2.0 - dependency issues?
DoubleM
When I use filemon I get a number of problems with Opens..
Probably the ones that stand out for me are:
WebDev.WebServe:3800 reports an error accessing:
C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\ REPARSE
C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.pdb NOT FOUND
C:\WINDOWS\symbols\dll\System.Web.pdb NOT FOUND
C:\WINDOWS\dll\System.Web.pdb PATH NOT FOUND
C:\WINDOWS\System.Web.pdb NOT FOUND
Would this be causing it How can I fix it
If you want the complete log I can send it to you..
Thanks in advance,
Joe
Ritchy
I've tried to host the program a couple of ways..
First I ran it through the 'development server' that comes with VS. This was working fine, so I decided to try and put it on my IIS using the Build>>Publish thing, and since then I've been getting these 404 errors.
I now can't run it through IIS or the development server.
When I create a new web service I get the same thing, I can't even run the "Hello World" example through either the development server or IIS.
Steve Falzon
Also the service.asmx is like:
<%@ WebService Language="vb" CodeBehind="~/App_Code/Service.vb" Class="Service" %>
Do I need to change this when I use the compiled version
Either way it shouldn't affect me running the 'development server', should it
BeezelDub
Absent pdb files should not cause the 404. Did you check that the Web Service extensions are enabled on your system
Start -> run -> inetmgr
When Internet Information Services (IIS) Manager comes up, expend the (local computer) node and select the Web Service Extensions node; on the right hand side see the list of all extensions, make sure that ASP.NET v2.0.... is allowed.
Thanks,
Elena