Click here to Skip to main content
16,018,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to write code for logging in to a web host and adding an Addon domain using asp.net(C#).
Posted
Updated 17-Jan-11 23:22pm
v2
Comments
R. Giskard Reventlov 18-Jan-11 8:06am    
Explain: your question is hard to understand.

1 solution

You will need to contact the web host and see if they support this. Typically, if they do, they will provide a webservice with authentication that would be tied to your account, and you would program against that.

If you are trying to automate a site that does not support API/SDK/webservice integration, you have a lot longer of a road. You will need to request pages manually, parse them and then construct POST responses to fill out forms. You will also be at their mercy as if they change any form field or have anti-scripting/automation security you will not be able to do this.

Check with your host. If it is an open-source based host, their might be more information out on the webs.

Cheers.
 
Share this answer
 
Comments
Shining Legend 24-Jan-11 0:25am    
Thanks for your response. I have done the coding similar way and it works.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900