Answered by:
Website deployment problem to IIS

Question
-
User-658201581 posted
I want to show my website from localhost. My final terget is: I want to show my website from other pc through LAN. I have done this successfully from my class room, but I failed from my home pc. My process was(both class pc and home pc):
1. login as adminstrator:
2. Deploy website to IIS:
3. View in Browser:
How to deploy my website properly and view from other pc.
best regards
ehsan
Thursday, June 20, 2013 8:23 AM
Answers
-
User1815411410 posted
hi there,
please go to your IIS -> Application Pool and please make sure you set your website to operate on ASP.NET 4.0.
Hope this helps- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, June 24, 2013 11:37 PM
All replies
-
User477186420 posted
Check following link it may resolve your query
http://msdn.microsoft.com/en-us/library/cek8kw6e%28v=vs.100%29.aspx
let me know in case of any query
Thursday, June 20, 2013 8:50 AM -
User311508580 posted
Hi coderbd,
You need to setup .net 4 on your site and that fix your issue.
Monday, June 24, 2013 3:47 AM -
User-658201581 posted
Hi coderbd,
You need to setup .net 4 on your site and that fix your issue.
Thank you, I just sutup .net 4 by this process:
after that, restart the computer. But same problem :(
Monday, June 24, 2013 11:49 AM -
User1815411410 posted
hi there,
please go to your IIS -> Application Pool and please make sure you set your website to operate on ASP.NET 4.0.
Hope this helps- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, June 24, 2013 11:37 PM -
User-658201581 posted
hi there,
please go to your IIS -> Application Pool and please make sure you set your website to operate on ASP.NET 4.0.
Hope this helpsThank you so much. This Problem is solved. I just change the DefaultAppPool from v2.0 to v4.0
Wednesday, June 26, 2013 8:47 AM