I have an ASP.Net MVC application which works fine on IIS 6.0 / Windows Server 2003. When installed on IIS 7.5 / Windows Server 2008 (integrated mode), it works but when the application attempts to ge
I am trying to create a virtual directory and set it\'s permissions using IIS7 and C#. Here is a sample of my code:
Here is the error: System.TypeInitializationException: The type initializer for \'NHibernate.Cfg.Environment\' threw an exc开发者_开发百科eption.
I\'m building a few SharePoint sites, and I want to make use of zones so I may set security different in the various zones.
[Edited: After cross-testing on a fresh machine and some additional research, this appears to be an issue running in IIS 7. I\'ve read many accounts of problems online but none of the few resolutions
I have some issues with hosting a WCF service in IIS. The service was developed in VS2008(C#), and worked well when i hosted it in a console application However when i tried hosting it in IIS, I had i
Problem In our production environment, system occasionally delays the page response of an ASP.NET MVC application up to 30 seconds or so, even though same page renders in 2-3 seconds most of the time
I\'d like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application prev
Symptoms In IIS 7 and Dot Net 2.0 Integrated app pool:double clicking to view any web.config section results in an error dialog like this:
Setup: Windows 7, IIS7.I am working on an app that is being viewed through the local IIS server, not the built in debugging web server.So my app url is http://localhost/foo/bar.aspx.There is no <cu