an unhandled win32 exception occurred in w3wp.exe
I get the following exception when trying to load an ASP.NET MVC website:
I get the following exception when trying to load an ASP.NET MVC website:
I’m setting up a very basic demo of SQL Server Session State, but am having some trouble getting it working. I’m trying to test this out locally running Windows 7 with IIS 7.5 and SQL Server 2008 R2.
Coding Platform ASP.NET 4.0 WebForms on IIS7.5
i´m trying to use the asp.net web api in WEB FORMS with visual studio 2010 (sp1)
i have done this steps http://myrandomykien.blogspot.com/2012/02/simplest-web-api-site-with-nuget.html
I used code below to get client ip with asp.net before but after I moved to VDS this function begin returning only my subnet mask which is 178.18.198.1 or 178.18.198.2.
Can anyone help me with this problem?
First off, answers to this question,do NOT solve my error:
I’m developing a MVC2 application and using Forms Authentication on it.
I’m in the process of building an ASP.Net/C# site on IIS 7.5 and I would like to block all mobile phones from accessing this website.
On our website certain sections or pages deal with sensitive user or account information. I want to force the users to browse those pages under HTTPS. Whereas other pages with public content should be available under HTTP. I was planning to install url Rewrite module on IIS and write rules to achieve this. I am not sure how to write the rules in web.config for redirection.
I was trying to track down why my site was so painfully slow in IE9 when I pulled out Fiddler and realised that every request is being sent 3 times (twice I get 401.2 and then a success). I verified this happens on all browsers, its just that Chrome’s speed was masking this (or it could be that this has nothing to do with my sites performance issues in IE).