Wednesday, March 28, 2012
Web Service 405 - method not allowed
Apologies for this lame post, but he's leaving soon and I'm running out of time to get it working on his machine. Have been googling. Just not sure what permissions or whatever, don't even know what tool would be used to set it up.
If anyone can help me out, I'd really appreciate it (read as: I'll buy you a beer).
Sorry for being desperate,
MikeJust in case anyone else is an idiot like me and tries to rush deployment. Needed to run aspnet_regiis.exe. I ran it twice, once with -enable and then again with -ir, not sure which one really needed to be done.
Then, since I just copied over the folder, I needed to set up the virtual directory in IIS.
I would imagine a proper setup routine would take care of this.
Thursday, March 22, 2012
web service setup project missing "primary output"
I've seen this same question in a few places but no answers so I'm really hoping someone can help cause it's kinda urgent (i.e. my boss is really on my case about it!)
I have created an asp.net web service project with Visual Studio 2005. Tested and works when run within the Studio environment. I now need to deploy it and have added a web setup project to my solution. But when I try to add the "Primary Output" the only option I am presented with is the "Content Files". Where is the "Primary output"?
Everything I've read indicates there should be one and trying to install my web service onto my PC doesn't give me a working Web Service. The implication is that I'm missing something missing from my msi ? or have I failed to configure something in the IIS correctly?
Kind Regards
Hi..
Please check this site:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=616784&SiteID=1 and
http://www.dotnet247.com/247reference/msgs/17/88848.aspx
Hope it helps. Thanks