When deploying asp.net application to host on live server or IIS server, you might get this type of parser error. Parser error occurs while some resources are required to serve the request but not able to get the source.
Unable to Serialize the Session State Error in Asp.net
When switching the sessionState from InProc mode to SQLServer mode, you might get error of unable to serialize the session state as shown below image: Sometimes we need to switch sessionState from InProc mode to SQLServer mode to store session objects into a SQL Server.
What is the difference between String and StringBuilder in Asp.net C# Vb.net?
Now here in this tutorial, I’ll explain the main difference between String and StringBuilder with examples for understanding in asp.net c# as well as vb.net. In my previous tutorials, I’d explained the difference between string and String, difference between executereader executenonquery and executescalar, difference between dataset datareader dataadapter and dataview and other similar tutorials on Difference, Asp.net here.
How to Convert SqlDataReader to DataTable in Asp.net?
Now here in this tutorial, I’ll explain how you can convert SqlDataReader to DataTable using Load() method with example code in asp.net c# as well as vb.net. Make sure you check out other tutorials as well if you liked this one! In my previous tutorials, I’d explained how to bind gridview using executereader, difference between executereader executenonquery and executescalar, how to export gridview data to word excel text pdf, gridview inline insert update delete and other more cracking tutorials on Gridivew, Asp.net here.
Difference: Website vs Web Application – Which is best?
Now here in this tutorial, I’ll explain the main differences between the website vs web application in asp.net. In my previous tutorials, I’d explained the difference between string and String, main difference between string and stringbuilder, difference between executereader executenonquery and executescalar, OOP concepts with examples, difference between dataset datareader dataadapter and dataview and other similar tutorials on difference here.
Difference: A Complete Guide DataSet vs DataTable in .NET
Now here in this tutorial, I’ll explain the main differences between dataset vs datatable as well as show you how to use dataset or datatable with an example. In my previous tutorials, I’d explained the difference between dataset and datareader, difference between string and stringbuilder, difference between dataset datareader dataadapter and dataview, difference between executereader executenonquery and executescalar, OOP concepts with examples and other similar tutorials on difference here.