473,513 Members | 2,480 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_regiis -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 2222
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_regiis -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.rowrote in message
news:11**********************@n67g2000cwd.googlegr oups.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_regiis -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.rowrote in message
news:11**********************@n67g2000cwd.googlegr oups.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_regiis -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...
4
1345
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...
1
1729
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...
2
1851
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...
0
1147
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...
0
1220
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...
1
2761
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...
2
1551
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...
0
1067
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...
0
7260
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,...
0
7161
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...
0
7384
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7539
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...
0
7525
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...
0
5686
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,...
0
3222
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1596
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 ...
1
802
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.