Help on deploying webservice

A

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.
 
R

Robbe Morris [C# MVP]

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/adonet_source_code_generator.asp
 
A

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top