What is the maximum size of a cookie file?
Are there any limitations on the size of the cookie? Also, is this browser dependent?
Are there any limitations on the size of the cookie? Also, is this browser dependent?
When uploading a new DLL for a large web application (dll is around 1mb) IIS throws an error because the DLL is ‘in-use’, meaning the website is down while the DLL is being uploaded. Is there a way to stop this behaviour?
I have an existing ASP.NET application that implements Forms Authentication site-wide. The application is deployed in multiple instances (e.g., customer1, customer2, test, dev, etc…), with a separate database per instance. SSL is in play. Instance configuration is via an XML config file.
I’ve deployed to a server a web application that uses NHibernate. The application compiles and runs fine on my local dev machine, but there’s an issue with NHibernate on the new server. I get the following error:
What is the best practice for deciding how many worker processes to allow for an ASP.NET web application?
How do I benchmark the performance of my web applications?
I cannot found Web Site Administration Tool in visual studio 2015.
where is it?
This question is a follow up to my question about sharing resources between web applications, because I have not yet found a good solution.
A client of mine is looking to convert a critical ‘application’ based on multiple (very complex) spreadsheets into a web app. As part of this they’d like some of the web pages they use to enter/model data to resemble a spreadsheet as much as possible. I’d be interested to know if anyone has any experience/recommendations … Read more
Our company has a fairly large ASP.NET web application. The app is already broken up into distinct ‘areas’ of business functionality. I’m looking for some strategies we can use to split this web application into separate buildable/versionable modules.