Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ahmed_3esam
Starting Member
9 Posts |
Posted - 2007-07-12 : 11:43:42
|
Hi All,I'm using WinHttp.dll to send a hit to another page.the problem that i can hit ONLY the LOCAL-Intranet Pages, but I need to hit a page in another Server(Internet)I use these two MethodsWinHttp.Open();WinHttp.Send();Thanks in advance |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-07-12 : 12:09:47
|
use HttpWebRequest_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
|
|
ahmed_3esam
Starting Member
9 Posts |
Posted - 2007-07-12 : 12:25:32
|
If this will solve my problem,So please tell me how to use this Class to send the HIT |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
ahmed_3esam
Starting Member
9 Posts |
Posted - 2007-07-16 : 06:28:23
|
DONE!Thanks for your help, my problem is completely solvedBest Regards |
|
|
|
|
|