Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created ASP.NET application. it is Deployed on server it runs on my m/c. But when i Deploy this to client m/c it gives web page inacessible error. i installed client certificate, In ACL Allow all user to access. but still it is haveing same error.
Posted
Comments
Tim Corey 6-Jun-12 8:39am    
What do you mean you "deploy" it to the client machine? If it is an ASP.NET application, shouldn't it run on the server? Usually clients just get a URL to access the site. Also, how are you running the site on the client's machine (IIS, IIS Express, etc.)?

1 solution

But when i Deploy this to client m/c it gives web page inacessible error
For hosting a web application: MSDN: Walkthrough: Publishing a Web Site[^]

IIS Specific:
1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^]
2. In IIS6: Deployment of a Website on IIS[^]

Try, follow the steps mentioned and see.
 
Share this answer
 
Comments
Maciej Los 6-Jun-12 18:29pm    
Good answer, my 5!

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