473,405 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

WebServices - Problem to run remote.

Hi All,
I did a webservice, and this webservice work normally in my localhost, but
when I upload it in remote server it don't work.
See this is my link: http://www.trinitysystems.net/dbservices.asmx

How I fix this...
Thanks
Nov 16 '05 #1
8 1031
is asp.net installed on the server?
--
Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
Hi All,
I did a webservice, and this webservice work normally in my localhost, but
when I upload it in remote server it don't work.
See this is my link: http://www.trinitysystems.net/dbservices.asmx

How I fix this...
Thanks

Nov 16 '05 #2
Yes, the pages .aspx run normally...

"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
is asp.net installed on the server?
--
Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
Hi All,
I did a webservice, and this webservice work normally in my localhost,
but
when I upload it in remote server it don't work.
See this is my link: http://www.trinitysystems.net/dbservices.asmx

How I fix this...
Thanks


Nov 16 '05 #3
but the asmx pages goes to the download window?

--
HTH

Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:Oq**************@TK2MSFTNGP12.phx.gbl...
Yes, the pages .aspx run normally...

"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
is asp.net installed on the server?
--
Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
Hi All,
I did a webservice, and this webservice work normally in my localhost,
but
when I upload it in remote server it don't work.
See this is my link: http://www.trinitysystems.net/dbservices.asmx

How I fix this...
Thanks



Nov 16 '05 #4
Retf <dy***@terra.com.br> wrote:
"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
"Retf" <dy***@terra.com.br> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
Hi All,
I did a webservice, and this webservice work normally in my localhost,
but when I upload it in remote server it don't work. See this is
my link: http://www.trinitysystems.net/dbservices.asmx

is asp.net installed on the server?


Yes, the pages .aspx run normally...


It would appear however that the .asmx pages are not being handled by
the aspnet_isapi.dll - you can fix this manually through the IIS manager
or update the script maps with the aspnet_regiis.exe utility.

/J\
Nov 16 '05 #5
YES!!! exactly, open download window...

"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:eS**************@tk2msftngp13.phx.gbl...
but the asmx pages goes to the download window?

--
HTH

Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:Oq**************@TK2MSFTNGP12.phx.gbl...
Yes, the pages .aspx run normally...

"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
> is asp.net installed on the server?
>
>
> --
> Ollie Riches
> http://www.phoneanalyser.net
>
> Disclaimer: Opinions expressed in this forum are my own, and not
> representative of my employer.
> I do not answer questions on behalf of my employer. I'm just a programmer > helping programmers.
> "Retf" <dy***@terra.com.br> wrote in message
> news:u0**************@TK2MSFTNGP10.phx.gbl...
>> Hi All,
>> I did a webservice, and this webservice work normally in my localhost,
>> but
>> when I upload it in remote server it don't work.
>> See this is my link: http://www.trinitysystems.net/dbservices.asmx
>>
>> How I fix this...
>> Thanks
>>
>>
>
>



Nov 16 '05 #6
Hi, Thanks for help..

I have a problem: my site is hosted in networksolutions, and I don't have
access to iis.
Can I do this remotely? if yes, how to?

"Jonathan Stowe" <jn*@gellyfish.com> escreveu na mensagem
news:11****************@nnrp-t71-03.news.uk.clara.net...
Retf <dy***@terra.com.br> wrote:
"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
"Retf" <dy***@terra.com.br> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
Hi All,
I did a webservice, and this webservice work normally in my localhost,
but when I upload it in remote server it don't work. See this is
my link: http://www.trinitysystems.net/dbservices.asmx

is asp.net installed on the server?


Yes, the pages .aspx run normally...


It would appear however that the .asmx pages are not being handled by
the aspnet_isapi.dll - you can fix this manually through the IIS manager
or update the script maps with the aspnet_regiis.exe utility.

/J\

Nov 16 '05 #7
reinstalled the asp.net then from the command line using aspnet_regiis

http://msdn.microsoft.com/library/de...us/cptools/htm
l/cpgrfASPNETIISRegistrationToolAspnet_regiisexe.asp
--
HTH

Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:ec**************@tk2msftngp13.phx.gbl...
YES!!! exactly, open download window...

"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:eS**************@tk2msftngp13.phx.gbl...
but the asmx pages goes to the download window?

--
HTH

Ollie Riches
http://www.phoneanalyser.net

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer helping programmers.
"Retf" <dy***@terra.com.br> wrote in message
news:Oq**************@TK2MSFTNGP12.phx.gbl...
Yes, the pages .aspx run normally...

"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
> is asp.net installed on the server?
>
>
> --
> Ollie Riches
> http://www.phoneanalyser.net
>
> Disclaimer: Opinions expressed in this forum are my own, and not
> representative of my employer.
> I do not answer questions on behalf of my employer. I'm just a

programmer
> helping programmers.
> "Retf" <dy***@terra.com.br> wrote in message
> news:u0**************@TK2MSFTNGP10.phx.gbl...
>> Hi All,
>> I did a webservice, and this webservice work normally in my localhost, >> but
>> when I upload it in remote server it don't work.
>> See this is my link: http://www.trinitysystems.net/dbservices.asmx
>>
>> How I fix this...
>> Thanks
>>
>>
>
>



Nov 16 '05 #8
Retf <dy***@terra.com.br> wrote:
"Jonathan Stowe" <jn*@gellyfish.com> escreveu na mensagem
news:11****************@nnrp-t71-03.news.uk.clara.net...
Retf <dy***@terra.com.br> wrote:
"Ollie Riches" <ol**********@phoneanalser.net> escreveu na mensagem
news:uH**************@TK2MSFTNGP09.phx.gbl...
"Retf" <dy***@terra.com.br> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
> Hi All,
> I did a webservice, and this webservice work normally in my localhost,
> but when I upload it in remote server it don't work. See this is
> my link: http://www.trinitysystems.net/dbservices.asmx
>
is asp.net installed on the server?
>

Yes, the pages .aspx run normally...


It would appear however that the .asmx pages are not being handled by
the aspnet_isapi.dll - you can fix this manually through the IIS manager
or update the script maps with the aspnet_regiis.exe utility.


I have a problem: my site is hosted in networksolutions, and I don't have
access to iis.
Can I do this remotely? if yes, how to?


Nope you cannot run it remotely. You will have to contact the support
desk at your ISP to have it fixed - if they will not fix it you should
consider moving to another ISP.

/J\
Nov 16 '05 #9

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

Similar topics

1
by: cyberstrike | last post by:
Hi guys, my company was wondering if it's possible to develop ASP.NET/Webservices easily using a IIS installed on a server instead of installing IIS locally on the development boxes. Can you...
2
by: Daniel Santana | last post by:
Hi, about Java WebServices, accessed by C#, I have two questions: 1) what I have to do, in order to use java webservices? 2) I search and I guess I must type the wsdl path in "add web reference"....
1
by: cyberstrike | last post by:
Hi guys, my company was wondering if it's possible to develop ASP.NET/Webservices easily using a IIS installed on a server instead of installing IIS locally on the development boxes. Can you...
0
by: Pasho | last post by:
hi I have been facing problem using C# webservices (secured using SSL). In my webservice(secured with SSL) It works fine if I try to access data from database through dataset. If I try to...
5
by: ChrisM | last post by:
Hi, I have written a stand alone WinForms application with an MS Access back-end for the (small)company I work for. They are now talking about moving a part of their operations into a second...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
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...

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.