Urgent- Web service problem

look4anand

Newcomer
Joined
Feb 19, 2004
Messages
2
Hi all,

I have created a web service which is performing Zipping Process.
I am calling this webservice from client side script(using userService()). The process is working fine in certain clients. In certain clients,it is throwing an error message "Service Unavailable". I spent around 2 days to fix this bug.But I couldn't...
Anybody encouter this kind of problem before...
Is there any settings need to be changed in IE?...

I 'm using MSXML2.DOMDocument.3.0.

pls help me to fix this problem...

:mad:
 
Some things to make sure of:

You have actually configured the web site through IIS

You have done 'regsvr32 aspnet_isapi.dll' on the PC/Server running the web site. When you install .Net 1.1, it doesn't always get registered

Your ASPNet user has read/write rights to the Inetpub subdirectory, as wel as the IWAM and IUSR users

The end user is running the web site in a folder named for the site's project. So if the name of the project and its folder under wwwroot is 'awesome', he hasn't saved it to 'test_site', as end users will often do
 
Back
Top