473,748 Members | 2,214 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with WEB reference Windows Server 2003

The error is:
The proxy settings on this computer are not configured correctly for Web discovery.

MSDN states that this is caused by:
This error appears in the Add Web Reference dialog box if you are developing on a machine that is behind a firewall and a proxy server has not been explicitly specified for Internet Explorer connections. You need to explicitly specify the address and port of the proxy server on your network in order to make services outside the firewall available to the Web Browser in the Add Web Reference dialog box. The Auto-detect proxy option for Internet Explorer connections is ignored by .NET Framework. You may need to ask your network administrator for this proxy information.

But the client/development computer is on the same side of the firewall as the new server.

I am new to creating and using web services. My first web service reads and writes data from and to a database on a server. The first server is using Windows 2000 as the operating system and my VB .Net project can find the web service and consumes it when the project is run. I have purchased a new server what is running Windows 2003 as the operating system. I have created the same directories on the new server and tried to give the folders and files the same properties that they had in Windows 2000, but I cannot get the Windows 2003 server to recognize my web service in the VB .Net project. It seems that under Windows 2003 the operating system will not allow my .dll to run. Any suggestion would be welcome. Please tell me how you have gotten your web service to run from within a Windows 2003 operating system.

--
Message posted via http://www.dotnetmonster.com
Nov 21 '05 #1
2 2056
Here are a few things to check in IIS6

1. Did you create a application on the virtual directory for your webservice?
2. What are you allowing as far as web server extensions in IIS6.0? In IIS
Manager, check the Web Server Extensions Node.

A quick test would be to try to open the url of the web service in IE on the
server. See if you can run one of the methods.

Le MasterChief
"Jeffrey Tate via DotNetMonster.c om" wrote:
The error is:
The proxy settings on this computer are not configured correctly for Web discovery.

MSDN states that this is caused by:
This error appears in the Add Web Reference dialog box if you are developing on a machine that is behind a firewall and a proxy server has not been explicitly specified for Internet Explorer connections. You need to explicitly specify the address and port of the proxy server on your network in order to make services outside the firewall available to the Web Browser in the Add Web Reference dialog box. The Auto-detect proxy option for Internet Explorer connections is ignored by .NET Framework. You may need to ask your network administrator for this proxy information.

But the client/development computer is on the same side of the firewall as the new server.

I am new to creating and using web services. My first web service reads and writes data from and to a database on a server. The first server is using Windows 2000 as the operating system and my VB .Net project can find the web service and consumes it when the project is run. I have purchased a new server what is running Windows 2003 as the operating system. I have created the same directories on the new server and tried to give the folders and files the same properties that they had in Windows 2000, but I cannot get the Windows 2003 server to recognize my web service in the VB .Net project. It seems that under Windows 2003 the operating system will not allow my .dll to run. Any suggestion would be welcome. Please tell me how you have gotten your web service to run from within a Windows 2003 operating system.

--
Message posted via http://www.dotnetmonster.com

Nov 21 '05 #2
Here are a few things to check in IIS6

1. Did you create a application on the virtual directory for your webservice?
2. What are you allowing as far as web server extensions in IIS6.0? In IIS
Manager, check the Web Server Extensions Node.

A quick test would be to try to open the url of the web service in IE on the
server. See if you can run one of the methods.

Le MasterChief
"Jeffrey Tate via DotNetMonster.c om" wrote:
The error is:
The proxy settings on this computer are not configured correctly for Web discovery.

MSDN states that this is caused by:
This error appears in the Add Web Reference dialog box if you are developing on a machine that is behind a firewall and a proxy server has not been explicitly specified for Internet Explorer connections. You need to explicitly specify the address and port of the proxy server on your network in order to make services outside the firewall available to the Web Browser in the Add Web Reference dialog box. The Auto-detect proxy option for Internet Explorer connections is ignored by .NET Framework. You may need to ask your network administrator for this proxy information.

But the client/development computer is on the same side of the firewall as the new server.

I am new to creating and using web services. My first web service reads and writes data from and to a database on a server. The first server is using Windows 2000 as the operating system and my VB .Net project can find the web service and consumes it when the project is run. I have purchased a new server what is running Windows 2003 as the operating system. I have created the same directories on the new server and tried to give the folders and files the same properties that they had in Windows 2000, but I cannot get the Windows 2003 server to recognize my web service in the VB .Net project. It seems that under Windows 2003 the operating system will not allow my .dll to run. Any suggestion would be welcome. Please tell me how you have gotten your web service to run from within a Windows 2003 operating system.

--
Message posted via http://www.dotnetmonster.com

Nov 21 '05 #3

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

Similar topics

2
3538
by: Ian DeRock | last post by:
I'm fairly new to XML. As I can see it, XML is a way to organize data like in a table in a RDB, or the RDB itself. I have used XML in application data, but did not design the actual XML. I have a background in both hardware and software. I want to create an application that will regenerate a resume from the XML Resume that I have. I would like some people to look over my XML Resume data and give me suggestions on the XML. This...
1
3306
by: Amadelle | last post by:
Hi all, I am so desparately in need of some guidance! After two days of struggling I still can't connect to the Active Directory server. I have used so many different ways and so many different string paths and I still don't have a successful connection. Things I have tried: Using Directory Searcher: DirectorySearcher ds = new DirectorySearcher(); ds.SearchRoot = new DirectoryEntry();
7
597
by: kon george | last post by:
Can somebody assist. I build this code on a dev laptop and copied across the entire code to a Windows 2003 server with 1.1 framework. It is basic ASP.NE T that uses web service for SQL Server 2000 DB access. The code works fine on my dev laptop, just not on the non dev machine. Here is the full error page:
8
5478
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
4
1468
by: Scott C. Reynolds | last post by:
Hi. I have created a templated control, and I want to know how i can set it up so that the projects consuming it will have all the same intellisense benefits of using any other server control. It will be used by multiple projects.
2
2123
by: Erik | last post by:
Hi Everyone, I'm having real problems compiling some source for eVC4++. The errors I am getting are below: It all seems to be centred around winsock. If I move the afsock.h reference to before my other includes then I get lots of errors like C2011: 'fd_set' : 'struct' type redefinition warning C4005: 'FD_CLR' : macro redefinition which I understand are due to the fact that windows.h is being included in another header file as well as...
13
3630
by: Siegfried Heintze | last post by:
I refered the engineer at my hosting service to http://support.microsoft.com/default.aspx?scid=kb;en-us;825738 where he tried to follow the directions there. He said there was no such file: Document settings\ServerName\ASPNET\Local settings\Temp I said it must be a typo, they meant to say c:\Documents And Settings\Server Name\ASPNET\Local settings\temp.
6
4996
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing for long running reports. When the processing is complete it uses crystal reports to load a template file, populate it, and then export it to a PDF. It works fine so far....
0
248
by: Jeffrey Tate via DotNetMonster.com | last post by:
The error is: The proxy settings on this computer are not configured correctly for Web discovery. MSDN states that this is caused by: This error appears in the Add Web Reference dialog box if you are developing on a machine that is behind a firewall and a proxy server has not been explicitly specified for Internet Explorer connections. You need to explicitly specify the address and port of the proxy server on your network in order to make...
0
8991
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8831
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9249
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6796
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4877
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.