Asp.Net & Interview Questions
This Blog Lists Asp.Net C# Programs and Interview Questions of different technologies.
Pages
Home
Asp.net Project List
Seminar List
Interview Tips
Common Interview Questions
C# Coding Standards
Thursday, 2 February 2017
Elmah (Error Logging)
1. Open visual studio
2. Create a new project.
3. Right Click solution and select Manage Nuget Packages
4. Search Elmah and add the elmah package.
6. Click Install to install Elmah. 7. Now run application and check for the 404 Error.
8. You can see error log by entering URL http://localhost:56571/Elmah.axd
No comments:
Post a Comment
Thanks
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
SQL server tricky questions
30 - ADO.Net - multiple choice questions
1. DateSet contains one or more DataTables? A. True B. False C. Can't say D. None of the above ----------------------------------...
16 - XML multiple choice questions
1. What s the full form of XML? A. XML markup language B Extensible markup language C. Xaml markup language D. Example markup language ...
Multiview and View Example in Asp.net
1. Open Visual Studio 2. Create a New Website 3. Create Web Page 4. Place MultiView on a page and two View inside Multiview Control 5. ...
No comments:
Post a Comment
Thanks