Current location: Hot Scripts Forums » Programming Languages » ASP.NET » Web Service not authorized


Web Service not authorized

Reply
  #1 (permalink)  
Old 03-10-08, 12:05 PM
m.timoney's Avatar
m.timoney m.timoney is offline
Newbie Coder
 
Join Date: Jan 2007
Location: Leicester - UK
Posts: 76
Thanks: 1
Thanked 0 Times in 0 Posts
X_X Web Service not authorized

okay i have a .Net 1.1 Web Service it works on the dev pc but not the live server.

the anonymous access is on.

file has read permissions as does the virtual folder

both IIS and the anonymous account have file access and folder access to the source. under anonymous access i can see the folder. i can browse it if i turn on folder browsing but get

You are not authorized to view this page


every time i try to access the asmx file

any ideas?
__________________
Definition of a Beginner, Someone who doesn't know the rules.

Definition of an Expert, Someone who knows when to ignore the rules.
Reply With Quote
  #2 (permalink)  
Old 03-10-08, 12:13 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
Here is something that has worked for me in .NET 2.0, and "should" work for you in .NET 1.1 as well.

Open your web.config file, and add the following XML at the end of the file, inside the "<system.web>" node:

Code:
<webServices>
        <protocols>
          <add name="HttpSoap"/>
          <add name="Documentation"/>
          <add name="HttpPostLocalhost"/>
        </protocols>
      </webServices>
__________________
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outsourcing web design to Bulgaria - Marin Todorov gal_flower Job Offers & Assistance 4 02-14-06 08:05 PM
Reseller Web Hosting Needed! LandonCowling General Advertisements 3 02-21-05 09:48 AM
Error On Registeration timmy408 ASP 2 09-05-04 02:53 PM


All times are GMT -5. The time now is 02:36 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.