I have created this web application in ASP.NET. The application was originally developed in MVC3 on VS2010, but recently we have migrated it to VS2012 MVC4.
The reason for the migration was that we needed to use SignalR which is supported in MVC4 and OS win 8. (SignalR works in the earlier version, I'm aware of that, but it uses the fallback method. Hence we had to migrate.)
We are also using Fluent Nhibernate. And it's currently locally hosted on IIS 8.
Now here's the question. The application loads perfectly the first time. In fact, it does so for the first few requests. But after a few requests it replies too slow. And sometimes it just crashes. Refreshes always crash.
Has anyone else come across such problem?
Any help will be really helpful. Thankx :)
EDIT:
Something like what this guy here is facing but it happens for me only after few requests Why is the ASP.NET/Visual Studio Web Development Server so slow?