PDA

View Full Version : Web Services?


David4FSU
07-10-2003, 01:12 AM
OK, I think I figured out where my problem lies. It seems like the Web Service is cached for a long time on the server. I will make some changes to my code, ftp it up to my server, and then clear out all my cache files in my browser to make sure it is not cached locally. Then when I run the Web Service on the server it still runs the old version.

Anyone know how I can decrease the time that my Web Service is cached on the server?

Thanks,
David

David4FSU
07-10-2003, 01:45 AM
OK, we can delete this thread now... I realized my newbie mistake... I was copying the VB file over instead of the contents of the BIN directory...

I guess everyone has to start somewhere, right????[:)]

David4FSU
07-10-2003, 10:41 AM
I am experimenting with some of the ASPNetPop3 stuff to receive mail and store the attachment. Everything works fine as a Web Form, but when I try to make a Web Service that does the same thing, I get a server error 500 whenever I Invoke the operation. Then I started thinking, does discountASP.net even support Web Services???? I commented out every line in the program except the return of the text string and still get the error.

Any suggestions? Thanks!
David

David4FSU
07-10-2003, 11:00 AM
Whoops, the Internal Error 500 has seemed to go away so I guess the Web Services are supported... Now I just have to debug where my attachments is getting stored, but that is another post for another day....

Thanks,
David

bruce
07-11-2003, 11:52 AM
Yes... that's the drawback if you are using VS.net and code behind. THis is a fairly common problem among our users.


[b]quote:Originally posted by David4FSU

OK, we can delete this thread now... I realized my newbie mistake... I was copying the VB file over instead of the contents of the BIN directory...

I guess everyone has to start somewhere, right????[:)]
</blockquote id="quote"></font id="quote">