0% found this document useful (0 votes)
21 views

50+ ASP - Net Interview Questions and Answers (2024)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

50+ ASP - Net Interview Questions and Answers (2024)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.

html

1 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

2 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

3 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

4 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

System.Web.Mvc

System.Web.Razor

System.ComponentModel.DataAnnotations

MailMessage mailMess = new MailMessage ();


mailMess.From = "[email protected]";
mailMess.To = "[email protected]";
mailMess.Subject = "Test email";
mailMess.Body = "Hi This is a test mail.";
SmtpMail.SmtpServer = "localhost";

5 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

SmtpMail.Send (mailMess);

Response.Cache.SetNoStore ();
Response.Write (DateTime.Now.ToLongTimeString ());

6 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

7 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

<AUTHORIZATION>< authorization >


< allow roles="Domain_Name\Administrators" / > < !-- Allow
Administrators in domain. -- >
< deny users="*" / > < !-- Deny anyone
else. -- >
< /authorization >

<configuration>

<system.web>

<pages theme="Windows7" />

</system.web>

</configuration>

8 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

9 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

10 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

<em><configuration>
<appSettings>
<add key="ConnectionString" value="server=local; pwd=password;
database=default" />
</appSettings></em>

11 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

12 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

13 of 15 12-07-2024, 10:26
50+ ASP.NET Interview Questions and Answers (2024) https://www.guru99.com/asp-net-interview-questions-answers.html

14 of 15 12-07-2024, 10:26
English

You might also like