active questions tagged iis7 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-07T12:30:45Zhttp://stackoverflow.com/feeds/tag/iis7http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1859552/wcf-authenticationservice-in-iis7-error0WCF AuthenticationService in IIS7 Errorgermandb2009-12-07T11:54:22Z2009-12-07T12:09:22Z
<p>I have a WCF Server running on IIS 7 using default application pool, with SSL activate, the services is installed in a SBS Server 2008.
I implement client application services with wcf and SQL 2005 for setting the access control in my application. The application run under windows vista and is make with WPF.
In my developer machine the application and the WCF services run well, the IIS i'm use for the trials is the local IIS 7 and the database is the SQL Server 2005 database hosting in my server. I'm using Visual Studio Project Designer to enable and configure client application services. using <code>https://localhost/WcfServidorFundacion</code>.
When i'm change the authentication services location to <code>https://WcfServices:5659/WcfServidorFundacion</code> and recompile the application, the following error show up.
Message:
The web service returned the error status code: InternalServerError. Details of service failure: {"Message":" Error while processing your request ","StackTrace":"","ExceptionType":""}</p>
<p>Stack Trace:
en System.Net.HttpWebRequest.GetResponse()
en System.Web.ClientServices.Providers.ProxyHelper.CreateWebRequestAndGetResponse(String serverUri, CookieContainer& cookies, String username, String connectionString, String connectionStringProvider, String[] paramNames, Object[] paramValues, Type returnType)</p>
<p>InnerException: System.Net.WebException
Message="Remote Server Error: (500) Interal Server Error."</p>
<p>I can access the WCF service from the navigator using the url mentioned above and even make a webReference in my project. I make a capture of the response but I'cant post it because i don't have 10 reputation points </p>
<p>I activate the error log in the IIS 7 server, and the result is a Warning in the ManagedPipilineHandler. I appreciate if any one can help me </p>
<p>Errors & Warnings
No.↓ Severity Event Module Name<br>
132. view trace Warning -MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName ManagedPipelineHandler
Notification 128
HttpStatus 500
HttpReason Internal Server Error
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo<br>
Notification EXECUTE_REQUEST_HANDLER
ErrorCode La operación se ha completado correctamente. (0x0)</p>
http://stackoverflow.com/questions/1857077/page-intermittently-takes-2-minutes-to-load0Page intermittently takes 2 minutes to loadchief_wampum2009-12-06T23:57:19Z2009-12-07T03:14:40Z
<p>We're getting ready to switch our ASP.Net application to a new web farm environment. However, our testing has revealed an intermittent problem whereby a page takes up to 2 minutes to finish loading, where normally it would take less than 2 seconds. Browser diagnostic tools (like Firebug) show that the delay occurs when the page is loading the jQuery library and our style sheet. I don't really think there is a problem with those files, but I really don't know what the problem is so I can't be sure.</p>
<p>Here's some more information about our environment. Our web servers are running Windows Server 2008 (64-bit), IIS 7, .Net 3.5. We're using a Cisco CSS load balancer configured to send traffic to whichever server currently has the least load (i.e. the load balancer is not using sticky sessions). The web servers are configured to use a third server as the session store (3rd server is running ASP.Net Session State Service).</p>
<p>Any ideas about what could be causing the delay?</p>
http://stackoverflow.com/questions/533089/issue-with-the-aspcompat-attribute0Issue with the 'AspCompat' attributeMaky292009-02-10T16:35:35Z2009-12-07T02:00:05Z
<p>One of my client's website (I didn't code it) was migrated to a new server yesterday by his host. All this aspx code that uses the aspcompat attribute now bombs -</p>
<p><%@ Page Language="VB" AspCompat="true" %>
'Next we need to create a database connection object on the server using the ADO Database connection object.
'Create an ADO connection object
adoCon = Server.CreateObject("ADODB.Connection")</p>
<p>'Set an active connection to the Connection object using DSN connection
adoCon.Open ("DSN=Application")</p>
<p>So he's obviously using the old ADO objects and is banking on COM compatibility for it to work.</p>
<p>I tried setting up a new application pool at this folder level and set it to use the Classic pipeline but that didn't help either. </p>
<p>Short of rewriting all his ADO code to ADO.NET, what can I do to have him up and running? This is a production issue for him at this time, so time for him, is of the essence.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/942802/gzip-static-compression-with-iis7-and-php-running-under-fast-cgi0GZIP (static compression) with IIS7 and PHP running under Fast CGIJim2009-06-03T02:27:48Z2009-12-06T19:27:17Z
<p>Does anyone have gzip (static compression) working with IIS7 and PHP running under Fast CGI? The gzip works on our server with ASP.NET apps compressing JS and CSS files but doesn't seem to work with a PHP application.</p>
http://stackoverflow.com/questions/1680076/iis7-and-clientcaching-with-asp-net-mvc0IIS7 and clientCaching with ASP.Net MVCSharePoint Newbie2009-11-05T11:53:29Z2009-12-06T18:52:29Z
<p>Hi,</p>
<p>Is it possible to declaratively set clientCaching for an Action using the web.config in IIS7.<br />
We need to set an expiry value of 1 day for our Home/Index Action. As of now we are doing this using a filter attribute. Is it possible to accomplish the same declaratively?<br />
We are able to do it for static content, but not for Action Methods through the Location and system.webServersections in the web.config.</p>
<p><code>
[location path="Content"]<br />
[system.web]<br />
[authorization]<br />
[allow users="*"/]<br />
[/authorization]<br />
[/system.web]<br />
[system.webServer]<br />
[staticContent]<br />
[clientCache httpExpires="Sat, 28 Nov 2009 09:00:00 GMT" cacheControlMode="UseExpires" /]<br />
[/staticContent]<br />
[/system.webServer]<br />
[/location]<br />
</code></p>
http://stackoverflow.com/questions/1128014/ssl-sharing-on-iis0SSL Sharing on IISVince2009-07-14T21:00:09Z2009-12-06T15:47:59Z
<p>Im trying to share a wildcard SSL cert across many applications. The way it would work is users would have websites with thier domain, but when they need a secure connection they would be redirected to a designated SSL site like <a href="https://client422.domain.com" rel="nofollow">https://client422.domain.com</a></p>
<p>Can session data be shared across the domains even if I place both domains on a single site and a single App Pool?</p>
http://stackoverflow.com/questions/1854244/iis7-url-rewrite-with-pixel-tracking0IIS7 URL rewrite with pixel tracking?yummm2009-12-06T03:22:25Z2009-12-06T03:22:25Z
<p>I'm trying to setup a PNG image to handle pixel tracking in IIS7 Url Rewrite, but it doesn't seem to be working with the way I'm entering it. Any idea what I am doing wrong?</p>
<pre><code><rule name="PixelTracking">
<match url="^pixel([0-9]*).png?OrderTotal=([0-9]*)&amp;OrderID=([0-9]*)" />
<action type="Rewrite" url="^Confirm.aspx?StoreID={R:1}&amp;OrderTotal={R:2}&amp;OrderID={R:3}" />
</rule>
</code></pre>
http://stackoverflow.com/questions/838665/permission-denied-error-when-uploading-files-in-fckeditor0Permission Denied error when uploading files in FCKEditorStuart2009-05-08T07:44:56Z2009-12-05T18:43:00Z
<p>I recently moved my asp.net appliaction from windows 2003 / IIS 6 to windows IIS7.
No other changes, but now the file upload for the fckeditor doesn't work anymore.
Anyone know the obvious mistake I made here. :)</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1851286/cannot-run-asp-net-mvc-websites-on-iis70Cannot run ASP.NET MVC Websites on IIS7Malcolm2009-12-05T06:02:05Z2009-12-05T10:32:12Z
<p>I have Windows 7 professional running IIS7. I have installed ASP.NET MVC 1.0 and VS2008. When I run the app with Cassini it runs fine. When I create a virtual directory and run it on IIS7, the app comes up with a blank web page and no errors at all.</p>
<p>How do I get ASP.NET MVC projects running on IIS7?</p>
http://stackoverflow.com/questions/1851148/flex-upload-problem-on-iis70flex upload problem on IIS7zeroonea2009-12-05T04:38:11Z2009-12-05T04:38:11Z
<p>i get the flash upload here: <a href="http://www.codeproject.com/KB/aspnet/FlashUpload.aspx?msg=3262818" rel="nofollow">http://www.codeproject.com/KB/aspnet/FlashUpload.aspx?msg=3262818</a></p>
<p>i'm using vista and IIS7, visual 2008</p>
<p>ASP.NET development server http handler url: <strong><a href="http://localhost:8080/Upload.axd" rel="nofollow">http://localhost:8080/Upload.axd</a></strong></p>
<p>IIS7 http handler url: <strong><a href="http://localhost:81/Upload.axd" rel="nofollow">http://localhost:81/Upload.axd</a></strong></p>
<p>Problem:</p>
<p>When running this on ASP.NET development server, everything just fine. The upload is working perfect.</p>
<p>But when i move this to IIS7:</p>
<ol>
<li><p>First, the flash show me error (IO Exception).
Handler url: <a href="http://localhost:81/Upload.axd" rel="nofollow">http://localhost:81/Upload.axd</a> return resource not found on iis7.
Then i find out the problem is i need add Handler Mappings in IIS7.
I have done this step and i can see the handler now.</p></li>
<li><p>Next, the flash dont cause error anymore, it show successful message when uploaded files. But files doesn't appear in upload folder. I try again with development server (the same settings, config). It work well.</p></li>
<li><p>I change http handler to aspx file. It work on development server but IIS7 again.</p></li>
<li><p>I made a html form at the root (<strong><a href="http://localhost:81/Upload.aspx" rel="nofollow">http://localhost:81/Upload.aspx</a></strong>) and upload to <strong><a href="http://localhost:81/Upload.axd" rel="nofollow">http://localhost:81/Upload.axd</a></strong>. Does not cause any error and files was really uploaded.</p></li>
<li><p>I have no idea the problem is on flash uploader or IIS7. Because everything just perfect on development server.</p></li>
</ol>
<p>I'm really stuck :(</p>
http://stackoverflow.com/questions/913052/simple-way-of-moving-root-web-application-to-child-application-of-another-site0Simple way of moving root web application to child application of another site?maxp2009-05-26T22:19:39Z2009-12-05T04:00:03Z
<p>We have an IIS 7 site that is really very complicated, and also undocumented (lots of virtual directories, child applications etc).</p>
<p>We want to move it from its current position (www.xyz.com) to be a child folder of another site (www.abc.com), effectively making something like www.abc.com/xyz/<<em>site files</em>></p>
<p>Obviously you cant drag and drop it to another site so i was wondering if there was an 'easier' way to copy this web application to another folder, rather than going through each folder/iis 7 setting.</p>
http://stackoverflow.com/questions/583932/attempted-to-read-or-write-protected-memory-at-system-web-hosting-unsafeiismethod0Attempted to read or write protected memory at System.Web.Hosting.UnsafeIISMethods.MgdGetSiteNameFromIdDoug2009-02-24T22:35:55Z2009-12-04T18:00:03Z
<p>I'm getting an AV when I hit a COM interop ASP page (that calls managed .NET code). Feels like this has something to do with IIS 7 / Windows 2008.</p>
<p>Google can't figure this out. Any ideas?</p>
<p>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</p>
<pre><code> at System.Web.Hosting.UnsafeIISMethods.MgdGetSiteNameFromId(UInt32 siteId, IntPtr& bstrSiteName, Int32& cchSiteName)
at System.Web.Configuration.ProcessHostConfigUtils.GetSiteNameFromId(UInt32 siteId)
at System.Web.Configuration.ProcessHostServerConfig..ctor()
at System.Web.Configuration.ProcessHostServerConfig.GetInstance()
at System.Web.Configuration.ServerConfig.GetInstance()
at System.Web.Caching.CacheMemoryPrivateBytesPressure.ReadConfig(CacheSection cacheSection)
at System.Web.Caching.CacheMemoryStats.ReadConfig(CacheSection cacheSection)
at System.Web.Caching.CacheCommon.ReadCacheInternalConfig(CacheSection cacheSection)
at System.Web.HttpRuntime.get_Cache()
</code></pre>
http://stackoverflow.com/questions/1848459/you-are-not-authorized-to-view-this-page0You are not authorized to view this pageSmartestVEGA2009-12-04T17:28:10Z2009-12-04T17:33:31Z
<p>I am getting the following error while browsing the my webpage </p>
<p>i checked and seen anaymous access has been enabled and integrated aunthentication has been turned off ...</p>
<p>Could you please help?</p>
<pre><code>You are not authorized to view this page
You do not have permission to view this directory or page using the credentials that you supplied.
--------------------------------------------------------------------------------
Please try the following:
Contact the Web site administrator if you believe you should be able to view this directory or page.
Click the Refresh button to try again with different credentials.
HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)
Open in New WindowSelect All
Tags:
Add Tags
Add Tags
Zones:
Microsoft IIS Web Server, .Net Application Servers, Programming for
</code></pre>
<p>My web.conf look like below:</p>
<pre><code><!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Windows"/>
</code></pre>
http://stackoverflow.com/questions/1847239/sql-server-and-windows-authentication-in-iis71SQL Server and windows authentication in IIS7gerrod2009-12-04T14:21:10Z2009-12-04T16:35:36Z
<p>I'm trying to get an ASP.NET website running on Vista (IIS7), using SQL Server and Windows Authentication. No matter what I do, when I connect to the database, I get the exception:</p>
<pre>
SqlException was unhandled
Login failed for user 'MyDomain\MachineName$'.
</pre>
<p>It doesn't seem to matter what settings I apply, I cannot get IIS7 to pass through my Windows login credentials.</p>
<p>Extra details:</p>
<ul>
<li>Both the SQL Server and my local machine are on ActiveDirectory</li>
<li>Vista Enterprise, IIS7</li>
<li>SQL Server 2005</li>
<li>Anonymous Authentication disabled, Windows Authentication enabled</li>
<li>Impersonation on/off makes no difference</li>
<li>All Identities (NetworkService, LocalSystem, etc) give the same result</li>
<li>Classic and integrated pipelines give the same result</li>
</ul>
<p>Help!</p>
http://stackoverflow.com/questions/930947/administrator-cannot-administer-sql-server-reporting-services0Administrator cannot administer sql server reporting servicesChristopher Morley2009-05-31T00:32:13Z2009-12-04T16:28:41Z
<p>I am running SQL Server Reporting Services on SQL Server 2008 Standard and trying to get the web pages to work.</p>
<p><hr /></p>
<p>What do I have to do to get RS (Report Manager, Reporting Services Connection), to see me as an admin in the first place so that I can make then change my role and look at the Web Service URL properly?</p>
<p><hr /></p>
<p>I have Windows authentication Enabled in II7 and I have anonymous authentication disabled.</p>
<p>I am logged in as a local Administrator (however the pages don't seem to realize that I am an admin).</p>
<p>Through the tables in ReportServer db, I can tell that BUILTIN\Administrators is in there.</p>
<p>I have my local machine in Trusted Sites in Internet Explorer.</p>
<p>Using Chrome instead of IE, I get similar results. I have not tried Firefox.</p>
<p>Most of the help I have found online assumes that you can add your login as an administrator explicitly from the perspective of RS. I cannot figure out how to do that because everyway I try to administer roles I cannot get to work....</p>
<p>At:</p>
<p><a href="http://machine/ReportServer_DEPAHELIX" rel="nofollow">http://machine/ReportServer_DEPAHELIX</a></p>
<p>I get:</p>
<p>Reporting Services Error</p>
<p>The permissions granted to user 'Chris-PC\Chris' are insufficient for performing this operation. (rsAccessDenied) Get Online Help </p>
<p><hr /></p>
<p>SQL Server Reporting Services </p>
<p>At:
<a href="http://machine/Reports_DEPAHELIX/Pages/Folder.aspx" rel="nofollow">http://machine/Reports_DEPAHELIX/Pages/Folder.aspx</a>
I see only Home, with Home, My Subscriptions, Help and cannot really do anything. There are no reports there yet because when I try to deploy from BIDS, I get Error 1 The permissions granted to user 'Chris-PC\Chris' are insufficient for performing this operation. 0 0 </p>
<p><hr /></p>
<p>At:
<a href="http://machine/Reports_DEPAHELIX/Pages/SystemSecurity.aspx" rel="nofollow">http://machine/Reports_DEPAHELIX/Pages/SystemSecurity.aspx</a>
I see
You do not have permission to access this page.</p>
<p><hr /></p>
<p>And when I connect to Reporing Services through SQL Server Management Studio, I see Jobs, Security and Shared Schedules, and that's it. I can expand Security>Roles and see 5 built in roles, however
when I right click on a Role, the context menu has Properties grayed out.</p>
<p><hr /></p>
<p>What do I have to do to get RS to see me as an admin?</p>
<p><hr /></p>
http://stackoverflow.com/questions/1847247/visual-studio-2010-beta-does-not-attach-to-w3wp-exe-automatically-on-debugging-ii0Visual Studio 2010 Beta does not attach to w3wp.exe automatically on debugging IIS7Markus Wolters2009-12-04T14:22:43Z2009-12-04T14:22:43Z
<p>I don't know if this a bug of VS2010 Beta, but right now breakpoints don't get hit, when I start an ASP.NET debug session by pressing F5 (Web settings configured to "Use Local IIS Web server".)</p>
<p>I always have to switch back to Visual Studio, press Alt+Ctrl+P and manually attach to w3wp.exe process. Then, after reloading the website in Internet explorer, my breakpoints are working.</p>
<p>What is the catch? Am I missing something?</p>
http://stackoverflow.com/questions/1742701/iis7-slow-apppool-startup-compared-to-iis61IIS7 slow appPool startup compared to IIS6DarkViper2009-11-16T15:01:22Z2009-12-04T12:44:28Z
<p>Hi all,</p>
<p>I have recently purchased some new windows server 2008 boxes all running IIS7.</p>
<p>I have moved some of my websites across to them, but they seem to be running VERY slow when the app pool first kicks in.
All the sites are precompiled (using webdeploy) and in IIS6 they were lightening fast, I thought it might have been just because the web apps are fairly large but I get the same issue on smaller ones too.</p>
<p>The app pools are set to Classic mode, as we couldnt get the urlMapping to work in integrated mode.</p>
<p>I have seen a few posts about the slowness on the net and one post on here about it and people throwing stupid answers around such as its because your code isnt compiled or its to do with JIT, and both answers are pretty much a word that rhymes with JIT but has an extra letter. I say this because I have run much larger web apps in IIS6 and not experienced this lag.</p>
<p>Thanks for anything that you bring to the table on this.</p>
<p>edit:
just done some timings and it can take up to 28seconds for the first request to return a page...</p>
http://stackoverflow.com/questions/1837758/classic-asp-on-iis7-adodb-stream-error-file-could-not-be-opened-accessing-outs0Classic ASP on IIS7: ADODB.Stream error File could not be opened - accessing outside the webrootmike nelson2009-12-03T05:00:44Z2009-12-04T11:31:39Z
<p>I've just reinstalled a server, it is a new machine, same OS verion (Win2008) and same IIS version (7.0). The app was working perfectly (and then the machine blew up).</p>
<p>I'm getting this error when I try to access a file outside the webroot:</p>
<p>ADODB.Stream error '800a0bba' File could not be opened</p>
<p>I can access it fine using FileSystemObject, but cannot open it with ADODB.Stream.</p>
<p>Also, I can create a PDF using abcPDF, but I cannot create one again with the same name and overwrite it (this used to work). This works fine inside the website folder structure but not outside.</p>
<p>Also, I cannot attach a file using JMail any more. This applies to files BOTH inside and outside the webroot. So that is weird. </p>
<p>I've assigned Full Control to Everyone on the whole drive to isolate whether it is a permissions problem and it made no difference.</p>
<p>Any ideas anyone?</p>
<p><strong>UPDATE:</strong> The problem with attaching files inside the site does not appear to be happening any more, since I mucked round with several things. I'm not sure what did it unfortunately. I got nowhere on this and lost hours over it, so I ended up move all the files inside the webroot and now everything works. This is not ideal and I would still like to get to the bottom of it, but the workaround is acceptable.</p>
<p>Updated question as I accidentally wrote Win2003 instead of 2008.</p>
http://stackoverflow.com/questions/1844473/asp-net-iis-7-web-site-hanging-after-reboot0ASP .net (IIS 7) web site hanging after reboot [closed]Russell2009-12-04T02:14:06Z2009-12-04T04:52:36Z
<p>I have an ASP .net web site hosted on IIS 7 using SQL session state.
We have 2 web site servers used for network load balancing.</p>
<p>When we reboot the server (not the nlb, either of the web site servers), the web site appears to have hung.</p>
<p>Here are the specifics of the infrastructure:
Windows 2008 Server
IIS 7.0
ASP .Net 3.5
SQL Server 2008</p>
<p>In IIS 7 the web site is started, the application pool has started and I can see w3wp.exe in task manager.</p>
<p>Has anyone come across anything like this before?
Can anyone shed any light on solving this issue?</p>
<p>Thanks, from a distressed developer</p>
<p>[Edit: Solved: Some issue with the network settings of the NLB gateway thing (passed responsibility to system admins)]</p>
<p>Thanks for your ideas and clues, I really appreciate it :) We are going into production next Friday so tension is getting higher lol I know most developers have been there</p>
http://stackoverflow.com/questions/1843041/recreate-defaultwebsite-on-iis7-windows-web-server-20080Recreate DefaultWebsite on IIS7 / Windows Web Server 2008dlang2009-12-03T21:27:11Z2009-12-03T22:46:00Z
<p>Dear All,</p>
<p>I have accidently deleted the default-website on an "experimental" machine.
It is a standard-installation of "Windows Web Server 2008" with II7 running.</p>
<p>I have already tried to create a custom website on my own, but this always fails when I try to access the website in the browser (remote and locally). There is an endless number of permission- and setting - errors.</p>
<p>Could you please show me a link to a tutorial on what to do in my case?
Or possibly any suggestions what common pitfalls are in such situations?</p>
<p>Thank you!
Daniel Lang</p>
http://stackoverflow.com/questions/1842885/modifying-headers-with-iis7-application-request-routing0Modifying headers with IIS7 Application Request RoutingAdrian Cox2009-12-03T20:59:43Z2009-12-03T20:59:43Z
<p>I'm using IIS7 Application Request Routing in front of Tomcat as a replacement for ISAPI redirection. The basic reverse proxy function is working well, but I don't have enough information in the final request headers. My application exists on several subdomains: customerone.ourservice.com, customertwo.ourservice.com, etc. Each subdomain runs the same application, but with different branding graphics.</p>
<p>The application currently looks at the Host header to tell which branding to display. When I use the IIS7 reverse proxy, that information is lost. My headers are now:</p>
<pre><code>accept = text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-charset = ISO-8859-1,utf-8;q=0.7,*;q=0.7
accept-encoding = gzip,deflate
accept-language = en-gb,en;q=0.7,en-us;q=0.3
cookie = JSESSIONID=......
host = 127.0.0.1:8080
max-forwards = 10
user-agent = Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15
x-original-url = /
x-forwarded-for = [iis7ip]:47567
x-arr-log-id = affbf81c-a5cf-4212-a43b-901cd9adcee6
connection = Keep-Alive
</code></pre>
<p>Is there any way I can insert the original Host header into the request headers passed on by the reverse proxy?</p>
http://stackoverflow.com/questions/1841702/iis7-nhibernate-illegal-operation-attempted-on-a-registry-key-that-has-been-ma0IIS7 + NHibernate: Illegal operation attempted on a registry key that has been marked for deletionJames Hollingworth2009-12-03T17:55:10Z2009-12-03T17:58:05Z
<p>We have an asp.net MVC app using Fluent Nhibernate running on top of IIS7 & Windows Sever 2008. Frequently (although so far we have yet to consistently reproduce it) after a build we get a yellow screen of death with this exception: </p>
<pre><code>[COMException (0x800703fa): Illegal operation attempted on a registry key that has been marked for deletion. (Exception from HRESULT: 0x800703FA)]
System.Reflection.Assembly._nDefineDynamicModule(Assembly containingAssembly, Boolean emitSymbolInfo, String filename, StackCrawlMark& stackMark) +0
System.Reflection.Emit.AssemblyBuilder.DefineDynamicModuleInternalNoLock(String name, Boolean emitSymbolInfo, StackCrawlMark& stackMark) +381
System.Reflection.Emit.AssemblyBuilder.DefineDynamicModuleInternal(String name, Boolean emitSymbolInfo, StackCrawlMark& stackMark) +105
System.Reflection.Emit.AssemblyBuilder.DefineDynamicModule(String name, Boolean emitSymbolInfo) +83
Castle.DynamicProxy.ModuleScope.CreateModule(Boolean signStrongName) +206
Castle.DynamicProxy.ModuleScope.ObtainDynamicModuleWithWeakName() +63
Castle.DynamicProxy.Generators.Emitters.ClassEmitter.CreateTypeBuilder(ModuleScope modulescope, String name, Type baseType, Type[] interfaces, TypeAttributes flags, Boolean forceUnsigned) +78
Castle.DynamicProxy.Generators.Emitters.ClassEmitter..ctor(ModuleScope modulescope, String name, Type baseType, Type[] interfaces, TypeAttributes flags, Boolean forceUnsigned) +69
Castle.DynamicProxy.Generators.Emitters.ClassEmitter..ctor(ModuleScope modulescope, String name, Type baseType, Type[] interfaces) +36
Castle.DynamicProxy.Generators.BaseProxyGenerator.BuildClassEmitter(String typeName, Type parentType, Type[] interfaces) +140
Castle.DynamicProxy.Generators.ClassProxyGenerator.GenerateCode(Type[] interfaces, ProxyGenerationOptions options) +648
Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(Type classToProxy, Type[] additionalInterfacesToProxy, ProxyGenerationOptions options, Object[] constructorArguments, IInterceptor[] interceptors) +139
Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(Type classToProxy, Type[] additionalInterfacesToProxy, IInterceptor[] interceptors) +39
NHibernate.ByteCode.Castle.ProxyFactory.GetProxy(Object id, ISessionImplementor session) +416
[HibernateException: Creating a proxy instance failed]
NHibernate.ByteCode.Castle.ProxyFactory.GetProxy(Object id, ISessionImplementor session) +642
NHibernate.Tuple.Entity.AbstractEntityTuplizer.CreateProxy(Object id, ISessionImplementor session) +49
NHibernate.Persister.Entity.AbstractEntityPersister.CreateProxy(Object id, ISessionImplementor session) +102
NHibernate.Event.Default.DefaultLoadEventListener.CreateProxyIfNecessary(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options, IPersistenceContext persistenceContext) +255
NHibernate.Event.Default.DefaultLoadEventListener.ProxyOrLoad(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options) +400
NHibernate.Event.Default.DefaultLoadEventListener.OnLoad(LoadEvent event, LoadType loadType) +923
NHibernate.Impl.SessionImpl.FireLoad(LoadEvent event, LoadType loadType) +169
NHibernate.Impl.SessionImpl.InternalLoad(String entityName, Object id, Boolean eager, Boolean isNullable) +310
NHibernate.Type.EntityType.ResolveIdentifier(Object id, ISessionImplementor session) +211
NHibernate.Engine.TwoPhaseLoad.InitializeEntity(Object entity, Boolean readOnly, ISessionImplementor session, PreLoadEvent preLoadEvent, PostLoadEvent postLoadEvent) +527
NHibernate.Loader.Loader.InitializeEntitiesAndCollections(IList hydratedObjects, Object resultSetId, ISessionImplementor session, Boolean readOnly) +544
NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +1158
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +105
NHibernate.Loader.Loader.LoadEntity(ISessionImplementor session, Object id, IType identifierType, Object optionalObject, String optionalEntityName, Object optionalIdentifier, IEntityPersister persister) +472
NHibernate.Loader.Entity.AbstractEntityLoader.Load(ISessionImplementor session, Object id, Object optionalObject, Object optionalId) +77
NHibernate.Loader.Entity.AbstractEntityLoader.Load(Object id, Object optionalObject, ISessionImplementor session) +30
NHibernate.Persister.Entity.AbstractEntityPersister.Load(Object id, Object optionalObject, LockMode lockMode, ISessionImplementor session) +182
NHibernate.Event.Default.DefaultLoadEventListener.LoadFromDatasource(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options) +174
NHibernate.Event.Default.DefaultLoadEventListener.Load(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options) +194
NHibernate.Event.Default.DefaultLoadEventListener.OnLoad(LoadEvent event, LoadType loadType) +923
NHibernate.Impl.SessionImpl.FireLoad(LoadEvent event, LoadType loadType) +169
NHibernate.Impl.SessionImpl.Get(String entityName, Object id) +191
NHibernate.Impl.SessionImpl.Get(Type entityClass, Object id) +139
NHibernate.Impl.SessionImpl.Get(Object id) +136
Huddle.DataAccess.Persistence.Repository`1.FindById(Int32 id) +281
Huddle.WebSite.Global.GetWorkspace() +241
Huddle.WebSite.Global.Application_BeginRequest(Object sender, EventArgs e) +437
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
</code></pre>
<p>It seems a few other <a href="https://forum.hibernate.org/viewtopic.php?f=25&t=1001163" rel="nofollow">people</a> have found the same problem although no one seems to have a solution, any ideas?</p>
http://stackoverflow.com/questions/1645562/using-anonymous-and-basic-authentication-in-the-same-folder-under-iis70Using anonymous and basic authentication in the same folder under IIS7Fredrik2009-10-29T18:08:24Z2009-12-03T16:47:25Z
<p>I have a have Winforms client that uses Web services on a IIS7 (W2008)</p>
<p>The client will first access a first.asmx page with anonymous aaccess, then access second.asmx with basic authentication (over SSL). This works fine in IIS6 where I can set first file to have anonymous authentication and the second file to have basic authentication.</p>
<p>When I move to IIS7 there seems to be a problem having two different authentication modes in the same virtual folder. Does anyone know how this is intended to work?</p>
<p>I have thought about fixing this with ACLs but it seems tricky.. or maybe move the anonymous first.asmx file to its own virtual folder. Any thoughts?</p>
<p>Regards
Fredrik</p>
http://stackoverflow.com/questions/349405/iis7-error-when-calling-non-activex-dll-from-com-activex-dll-called-by-classic-a0IIS7 error when calling non-activeX dll from COM+ activeX dll called by classic aspNils2008-12-08T12:42:41Z2009-12-03T16:00:22Z
<p>Hi, I hope someone can help me out with this:</p>
<p>I have a classic ASP application that works fine on older versions of IIS but not on IIS7.</p>
<p>The asp code calls COM+ activeX dll's (written in VB6) and I have managed to get everything running fine except for one program where the ActiveX dll calls another 3rd party non-activeX dll. </p>
<p>At that point, I get <strong>"error 800706be"</strong>.</p>
<p>I'm not sure what to do here - here's what I have tried </p>
<ul>
<li><p>I thought it may have something to do with permissions so, just to test, I have granted "Full Control" to IIS_IUSRs for the non-activeX dll - That hasn't solved the problem</p></li>
<li><p>I know that the COM+ component that calls the non-activeX dll is not the problem because I am able to call other methods in that component without any problems. Then I see the component running in Component Services.</p></li>
</ul>
<p>Can anyone help me out?</p>
<p>Thanks, Nils</p>
<p><strong>Edit</strong>: 8000706BE translates to "The remote procedure call failed", not very helpful is it.</p>
<p><strong>Edit</strong>
Hi - thanks for the comments. I got the providers of the 3rd party dll to recompile it as an activeX dll and now it works fine on IIS7. </p>
<p>The 3rd party dll was written in delphi - at first they tried recompiling it with the latest delphi version but that also didn't work</p>
http://stackoverflow.com/questions/1835929/need-to-find-default-web-sites-home-directory-in-iis1Need to find Default Web Site's Home Directory in IISpduncan2009-12-02T21:26:14Z2009-12-03T14:33:41Z
<p>Hi,</p>
<p>My InstallShield installer needs to install a file in the IIS Default Web Site's Home Directory, and set it to the default web page. </p>
<p>Unfortunately, in our environments, I can't assume that the home directory is C:\Inetpub\wwwroot, but I need to find out what it is.</p>
<p>Any idea on how I can do this with a script? We need to support XP, 2003 and 2008. </p>
http://stackoverflow.com/questions/1796798/mixing-windows-and-forms-authentication-in-asp-net-mvc0Mixing Windows and Forms Authentication in ASP.NET MVCChris Meek2009-11-25T13:06:56Z2009-12-03T12:34:01Z
<p>I'm currently trying to set up a website that uses both windows authentication and forms authentication. I am using ASP.NET MVC and both IIS6 and 7 need to be supported. How would I go about letting known AD users into the app (their AD id is stored against their user record in the application database) and directing everyone else to a standard username/password page. </p>
http://stackoverflow.com/questions/1274018/system-security-securityexception-when-writing-to-event-log2System.Security.SecurityException when writing to Event Logroyrules222009-08-13T19:15:50Z2009-12-03T12:22:16Z
<p>I’m working on trying to port an ASP.NET app from Server 2003 (and IIS6) to Server 2008 (IIS7). </p>
<p>When I try and visit the page on the browser I get this:</p>
<p>Server Error in ‘/’ Application.</p>
<p>Security Exception</p>
<p>Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application’s trust level in the configuration file.</p>
<p>Exception Details: System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security</p>
<p>Source Error:</p>
<p>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and the location of the exception can be identified using the exception stack trace below.</p>
<p>Stack Trace:</p>
<p>[SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.]</p>
<p>System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly) +562 <br />
System.Diagnostics.EventLog.SourceExists(String source, String machineName) +251
<br />[snip]</p>
<p>These are the things I’ve done to try and solve it:</p>
<p>1) Give “Everyone” full access permission to the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Security. This worked. But naturally I can’t do this in production. So I deleted the “Everyone” permission after running the app for a few minutes and the error re-appeared.</p>
<p>2) I created the source in the Application log and the Security log (and I verified it exists via regedit) during installation with elevated permissions but the error remained.</p>
<p>3) I gave the app a full trust level in the web.config file (and using appcmd.exe) but to no avail.</p>
<p>Does anyone have an insight as to what could be done here?</p>
<p>PS: This is a follow up to this <a href="http://stackoverflow.com/questions/1261919/problem-in-accessing-writing-to-eventlog/1261960#1261960">question</a>. I followed the given answers but to no avail (see #2 above).</p>
http://stackoverflow.com/questions/1431143/point-virtural-directory-in-iis7-at-a-different-url-domain0Point Virtural Directory in IIS7 at a different URL/DomainEv2009-09-16T05:44:46Z2009-12-03T01:41:25Z
<p>When I used to use IIS 6 (or so) I'd often make a virtual directory on my local dev machine that pointed to the production assets/content directory(s). That way I could see all the most up to date content off live, without having to download it.</p>
<p>Now I'm trying to do it in IIS 7 and can't see it.</p>
<p>Does anyone know how to do this?</p>
<p>Or has it been removed and I should use the IIS rewriter module?</p>
<p>Thanks in advance everyone!</p>
<p>-Evan</p>
http://stackoverflow.com/questions/1834142/website-encrypted-url-does-not-work-in-iis70Website encrypted url does not work in IIS7?unknown (google)2009-12-02T16:34:48Z2009-12-02T16:34:48Z
<p>Website (asp.net) is running fine under II6. But under II7, pages where URL is encrypted do not work and and throwing Application_Error Exception of type "System.Web.HttpUnhandledException" was thrown. Request Path: /</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1441246/how-do-i-enable-mutual-ssl-in-iis7-with-a-self-signed-certificate0How do I enable mutual SSL in IIS7 with a self-signed certificate? Kant2009-09-17T20:46:02Z2009-12-01T19:29:58Z
<p>I've created a self-signed certificate in IIS7. Then I exported this certificate to a .pfx and then installed it on the client machine's IE browser. Then I set "Require Client Certificate" on the server's IIS configuration. When I try to visit the site with IE, a dialog box comes up for me to choose a certificate, however, there are no certs in that dialog box. When I click "OK" without choosing any certs, I get a 403 forbidden error. How can I make this work? Appreciate the help in advance. </p>