Membership API and Database Access (& Installation of infrastructure)
-
4 มีนาคม 2555 7:13
Hi all,
This question is placed at a wrong place. Sorry.
It will be remove soon.
Tony
- แก้ไขโดย Tony1407 5 มีนาคม 2555 18:13
ตอบทั้งหมด
-
4 มีนาคม 2555 19:05ผู้ดูแลPlease ask ASP.NET questions at http://forums.asp.net.
John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects -
5 มีนาคม 2555 7:09
Hi John,
thanks very much for your feeback. I'm afraid that my problem is much simpler than your presumption, as I formulated my question a little bit complicate and put it to the wrong category. Sorry.
Here is again the question in a simple form:
Newly formulated question:
I used to run the following command line:
[RootPath]\Windows\Microsoft.NET\Frameworkxx\Versionxx\aspnet_regsql.exe –S <RemoteDbServer> -U <MyUserID> -P <MyPassword> -A All –d <MyDBName>
to establish the remote connection to the database server and to set up the Membership API infrastructure(it’s simply some tabes, stored procedures and the stuff). It always works well, if the database server accepts my request on remote connection. Now, my web hoster tells me that it’s their policy not to allow remote connections, except FTP.
My question is, how to overcome this hurdle?
Please take a look and help me so far you can.
Thanks a lot.
Tony
-
5 มีนาคม 2555 13:55ผู้ดูแลHow is this not an ASP.NET question?
John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects