.Net Production Support Interview Question

Posted by Raju83788 under IIS on 9/13/2013 | Points: 10 | Views : 51011 | Status : [Member] | Replies : 3
hi,
1) What are the steps you do in IIS Server, when the client says 'products.aspx' page has error?
2) Default page setting in IIS Server?
I can't find more Real time .Net Production Support Interview Question and answers any where.
Please provide the .Net Production Support interview questions, related blogs and websites if possible...

Thanks & Regards
Ch Raju

Ch Raju


Responses

Posted by: Bandi on: 9/13/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer this link
http://www.glassdoor.com/Interview/production-support-interview-questions-SRCH_KO0,18.htm
http://dotnetxpt.wordpress.com/2010/11/01/dot-net-projects-marathahalli/

1) This error happens when ISAPI and CGI restrictions have not been set to Allowed for .NET 4. Here's what you will want to do to solve this problem:
a) Open IIS
b) Click on the server from the tree on the left
c) Double click on ISAPI and CGI Restrictions
d) Click on both ASP.NET v4 options in this list (one at a time) and click Allow from the actions menu on the right.
reference: http://forums.smartertools.com/threads/the-page-or-resource-that-you-are-accessing-is-unavailable-or-an-error-has-occurred.28263/

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Raju83788, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 9/13/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
For 2nd question: Default page setting in IIS Server?
In Windows 20008, IIS 7.0
Administrative Tools-> IIS Manager -> You Server Name -> Your site name -> Under HTTP features -> Default document -> Add MyDefaultPage.aspx
http://www.youtube.com/watch?v=5L5W9tdTB-4

To change default page setting in IIS
http://stackoverflow.com/questions/5623681/setting-default-webpage-in-iis-7-5

Support links:
http://stackoverflow.com/questions/5623681/setting-default-webpage-in-iis-7-5

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Raju83788, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 9/13/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Troubleshooting IIS errors
http://msdn.microsoft.com/en-us/library/ms524996(v=vs.90).aspx#websrvext
http://stackoverflow.com/questions/4168128/we-have-a-aspx-page-on-our-iis7-server-which-fails-to-work-on-production-but-wo

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Raju83788, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response