ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How do you make  your site SSL enabled ?
 Question Submitted By :: Sweety
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do you make your site SSL enabled ?
Answer
# 1
ssl-secure sockets layer
If you want user certificate authentication enabled, figure 
out who should have access to your site, and how to 
distinguish this group from all other users. Some examples 
of groupings:

Fermi people (i.e., FNAL.GOV Kerberos domain users eligible 
for KCA certificates) 
DOE-affiliated people (i.e., anyone who has DOEGrids 
certificate) 
Specific individuals with certificates from a known set of 
CAs 
Anyone with a certificate issued by a particular CA and 
connecting from a particular domain (e.g., fnal.gov) 
Some combination of the above
 
Is This Answer Correct ?    4 Yes 4 No
Kishore Reddy
 
  Re: How do you make your site SSL enabled ?
Answer
# 2
Secure Socket Layer(SSL) is used for secured communication 
over the internet. Banking services, e-commerce etc. 
websites implement SSL so that they can be accessible 
through Https protocol for secured communication. If you 
wish, you can configure only a section of your website 
should be accessible through https and rest of the website 
can be accessed through http protocol. Like in the online 
shopping website only the payment section of the website 
can be configured to be access through https protocol.

In order to make website SSL enabled, we need a 
certificate. There are many different web sites that 
provide certificates for use on IIS like www.verisighn.com.
Although, windows comes pre-installed with some 
certificates of trusted companies. These certificates can 
be viewed by running certmgr.msc from the comsole window. 
For any certificate in the list of trusted certificates 
your program(IE), will not give you warning when you access 
their website with SSL enabled.

To show how to setup an SSL website we will use a trial 
certificate that Verisign provides to anyone. Before that 
create the certificate request.

Follow these steps:

1. Open the IIS manager window.
2. Right click on the website/virtual directory and choose 
property window.
3. In the Property window choose Directory Security tab and 
click on server certificate button.
4. Certificate Wizard window will open, click on next and 
choose Create a new certificate option. Now follow the 
wizard steps.
5. The web server certificate wizard will create a 
certificate request and it will ask you where you want to 
save it to. Save it somewhere where you can easily access 
it because you will need to open up the file and submit it 
to Verisign in order for a certificate response to be sent 
back to you.
6.Open the text file that contains certificate request and 
copy its content.
7. Now open http://www.verisign.com/ in IE. Once the page 
has loaded up find the link "SSL Trial ID" and click on it.
8. The Verisign web site will now take you though the 
process of obtaining a certificate.
9. In this process on the step "Submit CSR" enter in the 
certificate request that you copied earlier and click on 
continue.
10. After the process steps complete, your certificate 
response will be e-mailed to you. 
11. Now check your mail account for the certificate 
response,At the bottom of the e-mail Verisign sent you is 
the certificate that you need. Copy this text from the 
BEGIN CERTIFICATE to the END CERTIFICATE include those 
lines. 
12. Open notepad, paste the text into it and save the file 
as response.txt. 
13. Go back to your web site's Properties dialog and click 
on the Directory Security tab. Click on the Server 
Certificate button. Click "Next" until you come to the 
screen shown. Make sure the "Process the pending request 
and install the certificate" option is selected. Click Next.
14.In the next screen click on browse to browse the 
response.txt file, click on next and complete the rest of 
the steps.
15. Click on the "Edit" button located in the Directory 
Security tab of the web site's Properties dialog. 
16. Check the "Require secure channel (SSL)" checkbox and 
click on OK.

Now Our site have become SSL enabled.To access your SSL 
enabled website use https instead of http.


To configure a perticular web page inntead of whole site to 
be accessed using https protocol, right click on that 
perticular web page in the IIS manager and open its 
property window.Click on the "Edit" button located in the 
Directory Security tab of the web site's Properties dialog 
and Check the "Require secure channel (SSL)"
 
Is This Answer Correct ?    8 Yes 0 No
Renganathan
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
can sn.exe can be used before gacutil.exe Accenture2
Difference between ASP Session and ASP.NET Session?  1
Is it possible to use two versions of assembly at the same time?If possible explain with code? Tech-Mahindra3
Types of caching. How to implement caching? Microsoft2
How can you achieve nested Masterpages in 2.0? Microsoft1
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.  2
how can u display multi language (i.e english,spanish...) web site?  2
Can you edit data in the Repeater control?  3
Where is ViewState information stored? HCL6
how to convert from sql2000 numeric to int in asp.net with sqlparameter?  1
Types of object in asp ? Accenture1
what are partial classes and their use? Microsoft2
What is JIT, what are types of JITS and their purpose ? Infosys3
how can i am search the data from database? just like google  2
what r the Templeats in ASP.net? Intel5
what is strong name? Microsoft2
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions) Microsoft4
What is Http handler? Accenture4
Tell about WebService in Asp.Net? Accenture4
Features in ASP.NET ? Microsoft1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com