Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
320 views
in Programming by (95.2k points)
closed by
When an ASP.NET file is placed on an IIS sever and viewed through a browser, the resulting HTML Page contains?  
1. All ASP.NET code 
2. As much ASP.NET code as is in the ASP.NET file 
3. all HTML code
4. A mix of ASP.NET and HTML code 

1 Answer

0 votes
by (95.4k points)
selected by
 
Best answer
Correct Answer - Option 3 : all HTML code

Concept:

IIS stands for internet information services. IIS is a protocol server which is used to host a website on a server. IIS can be configured to serve up ASP.NET related files.

Explanation:

Steps that are followed to configure an ASP.net file on IIS are:

1) IIS installation

2) Enable ASP.NET features on IIS

3) Install .NET framework

4) Hosting a site

5) Database connectivity

Internet Information services manager tends to create web. config all over the place. All the ASP.Net file handlers are removed to lose their special meaning to IIS and to be served like any other static file. When requesting a file, IIS will look to see if that folder contains a default document such as index.html.When an ASP.NET file is placed on an IIS server and viewed through a web browser and then the resulting HTML page contains all the HTML code.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...