Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help deploying a simple Web Service
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Help deploying a simple Web Service
Divers
Thread ID:
00853840
Message ID:
00853840
Vues:
67
Hi all,

I have a simple web service. It reads an Access table and returns an XML string containing the data for the provided ID.

It runs fine on my machine using the local IIS.

To deploy it, I copied the entire folder (..\wwwroot\WSDemo2) to a remote server. Now I know that the system will have a problem with the hard coded path to the data (which was the only thing I thought I would need to fix) but I can't even get the .asmx page to display on IE.

When I do, I get an error:

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

But I have the following in my web.config file:

[ customErrors mode= "Off" ]
[!-- [customErrors mode="RemoteOnly" /] --]

(Note I used the square brackets instead of angle brackets in the example since the UT doesn't allow me to use the angle brackets in messages.)

Any ideas why I can't see the correct error message?

Also:
- Any ideas on what path I should use for the .MDB file so it can be found on the server?
- Am I deploying this the wrong way? Note that I copied the entire folder to the web server. And the server supposedly has all the Dot Net framework installed and is used by others to demo Dot Net code.

Thanks,

Fletcher
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform