I recently got curious about use of SSL in SSRS. I mean I know that it has an option to…
IIS
Easy URL Rewrite in IIS
URL rewriting is a process of shortening URL of web pages and making them more user friendly. If you have…
Setting up SMTP server in Windows .. to use Gmail
Email notification is one of the most common method to provide update to users for various system events be it…
.NET Framework 4 and Could Not Load Type ‘System.ServiceModel.Activation.HttpModule’ Error …
So, day before yesterday I was working on some app. And I deployed it on my IIS (v7.5) server.…
IIS 7.5 + Multiple websites = troubles
Today when I was trying to work on an ASP.NET application which I was saving on my “Default Web Site”…
Accessing file in filestream using ASP.NET
Like I posted last time, we can use cool feature of SQL Server called “File Stream” which practically allows…
Bulk Insert into SQL Server with ASP.NET …
As title is self explanatory … lets image you have some web application (that maintains an inventory of goods for…