473,668 Members | 2,755 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help on deploying webservice

adi
Hi

I only have this situation at one of my client's site.
I install the webservice setup prog. Usually, i may access the asmx
file from an IE browser.
Not this time.
My webservice uses .NET Framework 1.1
The machine is an Windows Server 2003 Standard Edition.
The IIS and WWW service is up & running; also run "aspnet_reg iis -i"
command to make sure IIS is registered with dotnet.

I also gave full access to ASPNET user to the entire webservice folder
& files (also subfolders & files)

When accessing asmx file, I receive the following error:

"The page cannot be found

The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable. " etc

I also tried accessing the file using the IP - no success.
Note: all the time, I tried accessing the asmx file from the same
machine
I have also noticed w3wp.exe process is never started.

What else could be wrong.

Dec 12 '06 #1
3 2231
adi
Forgot to mention: no error message shown in Event Viewer
adi a scris:
Hi

I only have this situation at one of my client's site.
I install the webservice setup prog. Usually, i may access the asmx
file from an IE browser.
Not this time.
My webservice uses .NET Framework 1.1
The machine is an Windows Server 2003 Standard Edition.
The IIS and WWW service is up & running; also run "aspnet_reg iis -i"
command to make sure IIS is registered with dotnet.

I also gave full access to ASPNET user to the entire webservice folder
& files (also subfolders & files)

When accessing asmx file, I receive the following error:

"The page cannot be found

The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable. " etc

I also tried accessing the file using the IP - no success.
Note: all the time, I tried accessing the asmx file from the same
machine
I have also noticed w3wp.exe process is never started.

What else could be wrong.
Dec 12 '06 #2
In IIS 6.0, you have application pools assigned your
web application. Is it set to run under asp.net 1.1?

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/..._generator.asp

"adi" <ad***********@ ikonsoft.rowrot e in message
news:11******** **************@ n67g2000cwd.goo glegroups.com.. .
Hi

I only have this situation at one of my client's site.
I install the webservice setup prog. Usually, i may access the asmx
file from an IE browser.
Not this time.
My webservice uses .NET Framework 1.1
The machine is an Windows Server 2003 Standard Edition.
The IIS and WWW service is up & running; also run "aspnet_reg iis -i"
command to make sure IIS is registered with dotnet.

I also gave full access to ASPNET user to the entire webservice folder
& files (also subfolders & files)

When accessing asmx file, I receive the following error:

"The page cannot be found

The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable. " etc

I also tried accessing the file using the IP - no success.
Note: all the time, I tried accessing the asmx file from the same
machine
I have also noticed w3wp.exe process is never started.

What else could be wrong.
Dec 13 '06 #3
adi
Hi, thanks

Indeed, ASP.NET v1.1.4322 was prohibited on the server side.
I have allowed it, but now I have another security problem: when i try
to access the asmx page through webbrowser, I get the "Connect to
server" dialog box asking the me the credentials to connect.
Note: NTFS permissions are set for ASPNET user.

What's wrong?

Robbe Morris [C# MVP] a scris:
In IIS 6.0, you have application pools assigned your
web application. Is it set to run under asp.net 1.1?

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/..._generator.asp

"adi" <ad***********@ ikonsoft.rowrot e in message
news:11******** **************@ n67g2000cwd.goo glegroups.com.. .
Hi

I only have this situation at one of my client's site.
I install the webservice setup prog. Usually, i may access the asmx
file from an IE browser.
Not this time.
My webservice uses .NET Framework 1.1
The machine is an Windows Server 2003 Standard Edition.
The IIS and WWW service is up & running; also run "aspnet_reg iis -i"
command to make sure IIS is registered with dotnet.

I also gave full access to ASPNET user to the entire webservice folder
& files (also subfolders & files)

When accessing asmx file, I receive the following error:

"The page cannot be found

The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable. " etc

I also tried accessing the file using the IP - no success.
Note: all the time, I tried accessing the asmx file from the same
machine
I have also noticed w3wp.exe process is never started.

What else could be wrong.
Dec 14 '06 #4

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

Similar topics

2
336
by: Peter Schmitz | last post by:
Hi, I just created my first .net web service and now I want to create an installation program for it. That's why I added a WebSetup project to my current solution and added the primary output of my web service project to it. But when I run this setup on a different computer (with IIS of course) the whole thing does not seem to work properly: Only the main Dll of my service is copied - and AFAIK this isn't sufficient. So: - What files...
4
1360
by: Fred Hebert | last post by:
30 minutes ago my boss asked me to develop a proof of concept application, using .NET, that runs in a browser. The idea is that we want an easier way to deploy application updates. We are thinking of having users connect to our web server and execute a .NET app that would execute in the browser. We could then upgrade all of the users just by updating the web server. I don't expect anyone to do my work for me, but can you just point me...
1
1736
by: dansan | last post by:
We have a webservice that we have been deploying using the deployment project in Visual Studio. Now we are trying to deploy this service to a server that has multiple sites. I have looked everywhere in the deployement project to see where I can allow the person installing to choose the root, but I can't find anything. Is there a way to install in a desired root using the deployment project? or is Visual Studio installer more of a...
2
1854
by: timsohn | last post by:
I am trying to deploy the most basic web service (Hello World) example to my website, but am having significant trouble doing so. Here is what I am doing: 1) Create a New Web Service in VS 2005 2) Build the website 3) Verify that it works by clicking "View in Browser" 4) Click Copy Website to copy to my webserver 5) Navigate to the website where I just deployed the service
0
1157
by: lmm | last post by:
Here are the steps that I used to deploy the project: -right-clicked on my solution project and selected add new project -I selected "Web Setup project" - right-clicked on the "Web Application Folder" and added Project Output..."Primary Output" -Then, I built the web setup Then, to get the project to another server: -I found my Visual Studio .Net project in the filesystem and copied and pasted it in the other server.
0
1234
by: Riga | last post by:
Hi guys, I'm trying to deploy a WebService on a server. Here's what I did so far: 1) Created a new website in IIS (on the port I want to use) 2) Shared that directory through windows so that I can upload stuff 3) Used the "Copy Website" function in VS2005 to copy the files to that folder My error is as follows... Any ideas?:
1
2772
by: Duncan | last post by:
Guys a little please, I'm creating a windows application that uses a webservice and WSE1.0 to talk to a database, currently this works fine when using localhost, I now want to test the deployment of this webservice on another server (inhouse) so I know it will work when I come to put the webservice on to the webserver (external), I have used the copy project wizard in VB2K3 using file share and it puts the files on to the server, when I...
2
1565
by: hulinning | last post by:
Hi, I create my Webservice in 2003 VS and test in Windows 2000 and Windows XP Pro without any problem. When I deploy it over Windows 2003 server, It fails to connect to the WS. I got Anonymous access check, and integerated Windows authentication check. My client, WinCE 4.2 device, still cannot access the web service. I got a WebException return to WinCE. The same setting is always work in Windows 2000/XP Pro.
0
1072
by: Nerd | last post by:
I have created a webservice in dotnet using VS2005. When I run the solution I can see the webservice. But it does not create any virutal directory in my server. How do I deploy this webservice in another server? What all files need to be copied ? Thanks
0
8462
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
8797
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8583
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
8656
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...
0
7401
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6209
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
5681
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
4205
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
4380
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.