Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
I am working on a asp.net project having a deault.aspx with default.aspx.cs and other .aspx files.
I want to host these on a server so that the client can access it from remote location.
What is the procedure to achieve this?
kindly advice
thanks!
Posted
Comments
ZurdoDev 20-Nov-12 11:09am    
You'll need to use IIS. Have you used it before?
Ash29 20-Nov-12 11:34am    
I have configured IIS
but that is for localhost
I want to get remote access
ZurdoDev 20-Nov-12 11:36am    
IIS is how you host aspx files. You need to configure IIS on a server that your client can access, either over the internet or a LAN.
Ash29 20-Nov-12 11:38am    
ok thanks for the reply
well can u provide me the steps on accomplishing the same
or a link for the setup?
thanks
ZurdoDev 20-Nov-12 11:44am    
You do it the same way you did on localhost. In fact, if the client is on your same network they can get to it by going to http://yourcomputername instead of going to http://localhost. Where is the client?

1 solution

Look at http://www.asp.net/hosting[^] to find someone who can host on the internet for you.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Nov-12 15:23pm    
Hm. Some offers look quite attractive at first glance. My 5.
--SA

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