Hi,
when i try to install this SDK, at some point i get a prompt asking for the AzureTools.Notifications disk.
Any trick to fix this ?
Hi,
when i try to install this SDK, at some point i get a prompt asking for the AzureTools.Notifications disk.
Any trick to fix this ?
Hi Members,
I have hosted a webapplication in Windows Server 2012 with IIS 8.0.
If anyone had come across the same issue, please give some solution,
Thanks,
I am having serious problem with my local server, asp.net and visual studio. Things were working great until my website started displaying the following errors during local testing:
WRN:Assembly binding logging is turned OFF.To enable assembly bind failure logging,set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog](DWORD) to 1.Note:Thereis some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
I am trying to find alternatives ways to solve the problem without messing with the registers. I really don't know what to do here, your help and suggestions will be greatly appreciate. For more information about the particulars and what I have done already, please take a look a the following link: http://forums.asp.net/t/2085509.aspx?Application+is+crashing+frequently+with+following+message
Thanks
hello
trying to get ftp in a lab to work.
220 Microsoft ftp service
user anonymous 331 anonymous access allowed, send identity (email name) as password
530 user cannot log in, home directory inaccessible
login failed
tried setting up manually and with the wizard.
thanks
Hi,
We have application that uses IIS to perform HTTP POST. We would like to add Customer Variables ("Content-Type" and "FROM") to all HTTP Request Headers.
Please advise, how we can add these 2 variables to HTTP Request Headers with below values.
Content-Type = application/xml
FROM = Test
Environment: Windows 2008 R2
IIS Version: 6.1
Thank you for your help!!
Best Regards,
Saroj.
Hello there!
I am experiencing on of the issue which is related to "The directory specified for caching compressed content is invalid "
Could anyone help here to solve this issue. My question is why this error comes what cause this issue.
As I checked and found there were no folder existed related to the specific site. How the folder got deleted. Is there any log for that I can trace.
Regards,
Arjun Kumar
I've been trying to configure Default Document, but it has not bode well.. going to my site returns a 401 unauthorized, but when I go to my site and add /index to the URL I get routed correctly. Here's my web.config file:
<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><modules><remove name="UrlMappingsModule" /><remove name="UrlRoutingModule-4.0" /></modules><defaultDocument enabled="true"><files><clear /><add value="index.html" /><add value="favicon.ico" /></files></defaultDocument><directoryBrowse enabled="true" showFlags="Date, Time, Size, Extension, LongDate" /></system.webServer></configuration>
I enabled directory browsing because I thought that might have been the issue (it being disabled).
Index.html is my landing page, and I just don't know how to get this to work!
-Sean S
Hi All,
Can anyone help me How to extract the list of all virtual directories permissions (including Authorization rules) in iis7 through command line..
Extracted the list of virtual directories present in the sevrer by this way
(C:\windows\System32\inetsrv\APPCMD list VDir >> C:iis.txt
Thanks ,
Karthikeya
Our application app pool crashes randomly in a production environment and we are struggling to replicate this ourselves, we have enabled full trace logs and used DebugDiag to generate a crash dump which has allowed us to narrow it down to a particular thread here is a small chunk of the .NET call stack:-
System_Runtime_Serialization_ni!System.Runtime.Serialization.XmlObjectSerializerWriteContext.OnHandleIsReference(System.Runtime.Serialization.XmlWriterDelegator, System.Runtime.Serialization.DataContract, System.Object)+25770d System_Runtime_Serialization_ni!System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithXsiType(System.Runtime.Serialization.XmlWriterDelegator, System.Object, System.RuntimeTypeHandle, System.Type, Int32, System.RuntimeTypeHandle, System.Type)+232 System_Runtime_Serialization_ni!System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerialize(System.Runtime.Serialization.XmlWriterDelegator, System.Object, Boolean, Boolean, Int32, System.RuntimeTypeHandle)+257437 System_Runtime_Serialization_ni!System.Runtime.Serialization.XmlObjectSerializerWriteContext.InternalSerializeReference(System.Runtime.Serialization.XmlWriterDelegator, System.Object, Boolean, Boolean, Int32, System.RuntimeTypeHandle)+6f DynamicClass.WriteObjectListToXml(System.Runtime.Serialization.XmlWriterDelegator, System.Object, System.Runtime.Serialization.XmlObjectSerializerWriteContext, System.Runtime.Serialization.CollectionDataContract)+1ad
The stack is huge and doesn't really give us enough information to trace the problem? Has anyone got an ideas how we can fix this issue? The error in the crash dump is "The process crashed due to a Fatal Stack Overflow"
Hello there!
I am facing the subjected issue on one of my production server.
Could anyone help me why this error comes and what cause this issue.
A process serving application pool 'iiswesite1' failed to respond to a ping. The process id was '5984'.
Early response would be highly appreciated.
Regards,
Arjun Kumar
On IIS 7.5 when Failed Request Tracing was enabled (everything enabled with verbose) the evaluation of the request rules were logged.
On Windows 2012 with IIS 8.0 the rewrite processing is no longer logged.
The module itself is working (is used together with ARR) but its tracing output never goes to the FRT logs.
Does anyone know how to solve it ?
Regards
Markus
Hi,
I am very new to this subject, having just taken over a problem record from a newly retired colleague.
We are implementing a product called Control D Webaccess (from BMC) which is a GUI (via IE) to the mainframe in order to browse job output residing on the mainframe. We are using an SSL Required setting (Client certificates Required) on a Windows Server 2008 R2 Standard (with Service Pack1). Internet Explorer is V11.0.25 (KB3100773).
Everything seemed to be working fine. We are able to access the required data residing on the mainframe using Webaccess, however when staying within the Webaccess product we make 6 or 7 browses to different job logs, and on the 6th or 7th turn (always this many) we get an Error 403 Forbidden: Access is denied.
As we have made 6 successful accesses this doesn't make sense. If I were to "clear SSL state" before I get the 403, then I can continue with no problem and it will only be after 6 (or 7) attempts of accessing the job log without clearing the SSL state, that i then get the 403 again. I then have to log out of Webaccess, close down the IE web browser and go in again... (or clear the SSL state and refresh) - this will not be acceptable as workaround for our users.
This problem doesn't seem to happen on other browsers (e.g. Chrome) but just IE and as this is what is used as standard in my (large global) company this needs to be fixed for IE.
Could you give me pointers as to how I can find what product might be responsible... is it the Webaccess product? or Internet Explorer (whilst same scenario works for Chrome). My now retired colleague had already been to BMC but the problem record was closed as no progress was made.
We cannot disable SSL as we need to use this mechanism to provide a secure process for accessing production mainframe systems. Of course if I set SSL to not be required then everything works fine (not an option).
Thanks.
SR.
Hello,
i made following rule:
<rule name="Domain Rewrite for domain.uk" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^(www.)?domain1.*(uk)/reviews" />
</conditions>
<action type="Redirect" url="http://domain2/uk/dirtwo/dirthree/dirfour/" appendQueryString="false" redirectType="Temporary" />
</rule>
But this rule runs into an error. Any help much appreciated.
Tamer
hi to all,at first sorry for my english.
We have a LAN in our office with a NAS and 3 PC connected.
On NAS we have all our website.On IIS We find website like this "\\Nas\website\name-website"
On App Pool we have tried with Local System, Application Pool identity etc etc, but the response is always
Error HTTP 500.19
Impossible to read configuration file
We would to modify permission on folder, but the response is
"impossible to enumerate the items in the container"
Can you help us to resolve this problem?
Tx Tx Tx a lot
Where assembly is stored in asp.net. ?
for first mention, this question is extension to my previous question here. And my goal is still same. I have IIS7 server (where i running some PHP) on network drive (drive 1), when im trying acces another network drive (drive 2), where are need to acces PDF files with pdftotext.exe.
On drive 1 i also have a virtual/link directory (virDir) on directory (tarDir) on drive 2 when all files i need to acces are stored.
When i run pdftotext.exe by myself everything work like a charm, on drive 1 output file with pdfcontent is created and everyone lives happy till dead. But when im trying to execute PHP script, stored in drive 1 in virDir, which runs pdftotext.exe via exec command, it returns 1 and no file is created.
In my last question i figured out that it will be probably permission issue, but im bit confused how to set them. IIS7 have some internal users like IUSR and IIS_IUSRS and when i call
get_current_user();in php, its set to testUser.
So which permissions i need to set to both dirs(virDir and tarDir) so server can acces them?
I tried that testUser have set Modify, Read a Execute, List folder contents, Read, Write permissions on tarDir (drive 2), and IUSR, testUser and II_IUSRS have Read a Execute, List folder contents, Read, Write permissions on tarDir (drive 1).
When im trying to acces "normal" files, like txt, pptx, etc i can read them without problem (im using php library for it), but when i try to use pdftotext.exe it fails.
Can someone see what im doing wrong?
EDIT: So i made some other testing, and when i run this comand (im currious who is running command line)
echo "<br> who am i in command line? <br>";$out = array();exec('cmd /c whoami 2>&1',$out,$exitcode); echo "<br />EXEC: ( exitcode : $exitcode )"; echo "<hr /><pre>"; print_r($out); echo "</pre>";
Runned on drive 1 it shows that command line is runned by testUser, but when i run it in drive 1 virDir, it returns 1. So probably issue with permissions about executing commands in shell... i will apreaciaty any hint...
Hello,
I have a website, today after a routine deployment (Build Script + RoboCopy) the site stopped responding, Ive checked the code over which was a minor change, it runs 100% locally. I'm not sure if its related to a Windows update.
Ive tried following the How to follow the how to log like a pro thread, but it doesn't record anything , the server simply doesn't respond on home page (Routed) not 500, Running the Generic handler after a number of attempts to repair the server, throws this
error:
HTTP Error 500.0 - Internal Server Error Tracing area "Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,FastCGI,WebSocket,Rewrite" is not recognized
Application Error log says:
Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x52157ba0 Faulting module name: clr.dll, version: 4.6.1055.0, time stamp: 0x563c0f73 Exception code: 0xc00000fd Fault offset: 0x000130e1 Faulting process id: 0xb5c Faulting application start time: 0x01d16ee32da55fc4 Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Report Id: 724467c4-dad6-11e5-80cf-000d3ae002e4 Faulting package full name: Faulting package-relative application ID:
I looked this up and tried reinstalling the .NET framework with no success, have also reinstalled IIS, and nothing seems to be working?
And this delightful error entry, also
Version=1 EventType=APPCRASH EventTime=131007786291016565 ReportType=2 Consent=1 UploadTime=131007786294922785 ReportIdentifier=724467c5-dad6-11e5-80cf-000d3ae002e4 IntegratorReportIdentifier=724467c4-dad6-11e5-80cf-000d3ae002e4 WOW64=1 NsAppName=w3wp.exe Response.type=4 Sig[0].Name=Application Name Sig[0].Value=w3wp.exe Sig[1].Name=Application Version Sig[1].Value=8.5.9600.16384 Sig[2].Name=Application Timestamp Sig[2].Value=52157ba0 Sig[3].Name=Fault Module Name Sig[3].Value=clr.dll Sig[4].Name=Fault Module Version Sig[4].Value=4.6.1055.0 Sig[5].Name=Fault Module Timestamp Sig[5].Value=563c0f73 Sig[6].Name=Exception Code Sig[6].Value=c00000fd Sig[7].Name=Exception Offset Sig[7].Value=000130e1 DynamicSig[1].Name=OS Version DynamicSig[1].Value=6.3.9600.2.0.0.144.8 DynamicSig[2].Name=Locale ID DynamicSig[2].Value=1033 DynamicSig[22].Name=Additional Information 1 DynamicSig[22].Value=08d1 DynamicSig[23].Name=Additional Information 2 DynamicSig[23].Value=08d1093b9744b7fb6beffbba83a037ce DynamicSig[24].Name=Additional Information 3 DynamicSig[24].Value=bc3f DynamicSig[25].Name=Additional Information 4 DynamicSig[25].Value=bc3f2d5a6f3c9e27efdb768706555ebd UI[2]=C:\Windows\SysWOW64\inetsrv\w3wp.exe UI[5]=Check online for a solution (recommended) UI[6]=Check for a solution later (recommended) UI[7]=Close UI[8]=IIS Worker Process stopped working and was closed UI[9]=A problem caused the application to stop working correctly. Windows will notify you if a solution is available. UI[10]=&Close LoadedModule[0]=C:\Windows\SysWOW64\inetsrv\w3wp.exe LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll LoadedModule[2]=C:\Windows\SYSTEM32\KERNEL32.DLL LoadedModule[3]=C:\Windows\SYSTEM32\KERNELBASE.dll LoadedModule[4]=C:\Windows\SYSTEM32\ADVAPI32.dll LoadedModule[5]=C:\Windows\SYSTEM32\msvcrt.dll LoadedModule[6]=C:\Windows\SYSTEM32\combase.dll LoadedModule[7]=C:\Windows\SYSTEM32\inetsrv\iisutil.dll LoadedModule[8]=C:\Windows\SYSTEM32\sechost.dll LoadedModule[9]=C:\Windows\SYSTEM32\RPCRT4.dll LoadedModule[10]=C:\Windows\SYSTEM32\WS2_32.dll LoadedModule[11]=C:\Windows\SYSTEM32\SspiCli.dll LoadedModule[12]=C:\Windows\SYSTEM32\pcwum.DLL LoadedModule[13]=C:\Windows\SYSTEM32\NSI.dll LoadedModule[14]=C:\Windows\SYSTEM32\CRYPTBASE.dll LoadedModule[15]=C:\Windows\SYSTEM32\bcryptPrimitives.dll LoadedModule[16]=C:\Windows\SYSTEM32\kernel.appcore.dll LoadedModule[17]=C:\Windows\SYSTEM32\ntmarta.dll LoadedModule[18]=C:\Windows\SYSTEM32\user32.dll LoadedModule[19]=C:\Windows\SYSTEM32\GDI32.dll LoadedModule[20]=C:\Windows\SYSTEM32\inetsrv\w3wphost.dll LoadedModule[21]=C:\Windows\SYSTEM32\OLEAUT32.dll LoadedModule[22]=C:\Windows\SYSTEM32\inetsrv\nativerd.dll LoadedModule[23]=C:\Windows\SYSTEM32\XmlLite.dll LoadedModule[24]=C:\Windows\SYSTEM32\ktmw32.dll LoadedModule[25]=C:\Windows\SYSTEM32\inetsrv\IISRES.DLL LoadedModule[26]=C:\Windows\SYSTEM32\CRYPTSP.dll LoadedModule[27]=C:\Windows\system32\rsaenh.dll LoadedModule[28]=C:\Windows\SYSTEM32\bcrypt.dll LoadedModule[29]=C:\Windows\SYSTEM32\clbcatq.dll LoadedModule[30]=C:\Windows\system32\mlang.dll LoadedModule[31]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\webengine4.dll LoadedModule[32]=C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll LoadedModule[33]=C:\Windows\SYSTEM32\USERENV.dll LoadedModule[34]=C:\Windows\SYSTEM32\PSAPI.DLL LoadedModule[35]=C:\Windows\SYSTEM32\profapi.dll LoadedModule[36]=C:\Windows\SYSTEM32\mscoree.dll LoadedModule[37]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll LoadedModule[38]=C:\Windows\SYSTEM32\SHLWAPI.dll LoadedModule[39]=C:\Windows\SYSTEM32\VERSION.dll LoadedModule[40]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll LoadedModule[41]=C:\Windows\system32\inetsrv\iiscore.dll LoadedModule[42]=C:\Windows\SYSTEM32\inetsrv\W3TP.dll LoadedModule[43]=C:\Windows\SYSTEM32\inetsrv\w3dt.dll LoadedModule[44]=C:\Windows\SYSTEM32\HTTPAPI.dll LoadedModule[45]=C:\Windows\system32\napinsp.dll LoadedModule[46]=C:\Windows\system32\NLAapi.dll LoadedModule[47]=C:\Windows\System32\mswsock.dll LoadedModule[48]=C:\Windows\SYSTEM32\DNSAPI.dll LoadedModule[49]=C:\Windows\System32\winrnr.dll LoadedModule[50]=C:\Windows\System32\rasadhlp.dll LoadedModule[51]=C:\Windows\SYSTEM32\IPHLPAPI.DLL LoadedModule[52]=C:\Windows\SYSTEM32\WINNSI.DLL LoadedModule[53]=C:\Windows\System32\fwpuclnt.dll LoadedModule[54]=C:\Windows\System32\inetsrv\cachuri.dll LoadedModule[55]=C:\Windows\System32\inetsrv\cachfile.dll LoadedModule[56]=C:\Windows\System32\inetsrv\cachtokn.dll LoadedModule[57]=C:\Windows\System32\inetsrv\cachhttp.dll LoadedModule[58]=C:\Windows\System32\inetsrv\compdyn.dll LoadedModule[59]=C:\Windows\System32\inetsrv\compstat.dll LoadedModule[60]=C:\Windows\System32\inetsrv\defdoc.dll LoadedModule[61]=C:\Windows\System32\inetsrv\dirlist.dll LoadedModule[62]=C:\Windows\System32\inetsrv\protsup.dll LoadedModule[63]=C:\Windows\System32\inetsrv\redirect.dll LoadedModule[64]=C:\Windows\System32\inetsrv\iis_ssi.dll LoadedModule[65]=C:\Windows\System32\inetsrv\static.dll LoadedModule[66]=C:\Windows\System32\inetsrv\authanon.dll LoadedModule[67]=C:\Windows\System32\inetsrv\authbas.dll LoadedModule[68]=C:\Windows\System32\inetsrv\authsspi.dll LoadedModule[69]=C:\Windows\SYSTEM32\wkscli.dll LoadedModule[70]=C:\Windows\SYSTEM32\netutils.dll LoadedModule[71]=C:\Windows\System32\inetsrv\modrqflt.dll LoadedModule[72]=C:\Windows\System32\inetsrv\logcust.dll LoadedModule[73]=C:\Windows\System32\inetsrv\custerr.dll LoadedModule[74]=C:\Windows\System32\inetsrv\loghttp.dll LoadedModule[75]=C:\Windows\System32\inetsrv\iisetw.dll LoadedModule[76]=C:\Windows\System32\inetsrv\iisfreb.dll LoadedModule[77]=C:\Windows\System32\inetsrv\iisreqs.dll LoadedModule[78]=C:\Windows\System32\inetsrv\isapi.dll LoadedModule[79]=C:\Windows\System32\inetsrv\filter.dll LoadedModule[80]=C:\Windows\System32\inetsrv\cgi.dll LoadedModule[81]=C:\Windows\System32\inetsrv\iisfcgi.dll LoadedModule[82]=C:\Windows\SYSTEM32\shcore.dll LoadedModule[83]=C:\Windows\SYSTEM32\ole32.dll LoadedModule[84]=C:\Windows\System32\inetsrv\warmup.dll LoadedModule[85]=C:\Windows\System32\inetsrv\validcfg.dll LoadedModule[86]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll LoadedModule[87]=C:\Windows\system32\inetsrv\wbhst_pm.dll LoadedModule[88]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\webengine.dll LoadedModule[89]=C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\225759bb87c854c0fff27b1d84858c21\mscorlib.ni.dll LoadedModule[90]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System\390062ea3cc6b535aa353d21e968328b\System.ni.dll LoadedModule[91]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Core\7575dc8890f89a016e743b9c7c940bde\System.Core.ni.dll LoadedModule[92]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web\6a152c419c9feab68ad3c4a8735e1626\System.Web.ni.dll LoadedModule[93]=C:\Windows\SYSTEM32\sxs.dll LoadedModule[94]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.8dc504e4#\c98b6b568517d6eff34aeb9aea792830\System.Web.ApplicationServices.ni.dll LoadedModule[95]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\c8859df8566d01001d5b4fa6b5ae13b6\System.Configuration.ni.dll LoadedModule[96]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml\84ef7adc371442de58a2939d4f6361ff\System.Xml.ni.dll LoadedModule[97]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Runt19c51595#\605699553b1b92f16720c7aa975b32a1\System.Runtime.Caching.ni.dll LoadedModule[98]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.B83e9cb53#\5daeee0450ca67a34c13b55cce3e852b\Microsoft.Build.Utilities.v4.0.ni.dll LoadedModule[99]=C:\Windows\SYSTEM32\shell32.dll LoadedModule[100]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.V9921e851#\5bb69625626ac7cc12789887fe73e741\Microsoft.VisualBasic.ni.dll LoadedModule[101]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Data\96cef2b47e5ec6d5a491a629c5b80a03\System.Data.ni.dll LoadedModule[102]=C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll LoadedModule[103]=C:\Windows\SYSTEM32\CRYPT32.dll LoadedModule[104]=C:\Windows\SYSTEM32\MSASN1.dll LoadedModule[105]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Data7706cdc8#\1d6904f51d90094c1cc039a4ab3734d0\System.Data.DataSetExtensions.ni.dll LoadedModule[106]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Data.Linq\e7f14be1f8b392b0e37dbb8fb2a68cd7\System.Data.Linq.ni.dll LoadedModule[107]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\d623dc1fa6ef7cebdfd003f97178b9c9\System.Drawing.ni.dll LoadedModule[108]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll LoadedModule[109]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.28b9ef5a#\0cf6cbcc694d1ea7e2558207459a31ee\System.Web.Extensions.ni.dll LoadedModule[110]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.Mobile\8de36ea07cf668c933371727cbaa49ce\System.Web.Mobile.ni.dll LoadedModule[111]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.82d5542b#\bcce2af4aa3c44217400d59e1a76158f\System.Web.RegularExpressions.ni.dll LoadedModule[112]=C:\Windows\SYSTEM32\DPAPI.DLL LoadedModule[113]=C:\Windows\system32\inetsrv\gzip.dll LoadedModule[114]=C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.CSharp\82078ea83bd190983a9619b8b6908321\Microsoft.CSharp.ni.dll LoadedModule[115]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.Services\308cdfc1e8f3c9df234b0d87ce478266\System.Web.Services.ni.dll LoadedModule[116]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Ente96d83b35#\b87d62a05cbe5c2796b928e170caea00\System.EnterpriseServices.ni.dll LoadedModule[117]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.IdentityModel\2316a568596f11e8d7af160b471a6fb5\System.IdentityModel.ni.dll LoadedModule[118]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Runteb92aa12#\be404a3ae1d1f04eb646145fda7fbe12\System.Runtime.Serialization.ni.dll LoadedModule[119]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.ServiceModel\04d5ca05577a4fc4fd34e4afa230a701\System.ServiceModel.ni.dll LoadedModule[120]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Serv14b62006#\723b76a3793fca5579a876f41e720f40\System.ServiceModel.Activation.ni.dll LoadedModule[121]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Servf73e6522#\39e4e9ec6084f9158cc299482495fdb1\System.ServiceModel.Web.ni.dll LoadedModule[122]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Activities\098fe4c0512184d66835e9f5487cb674\System.Activities.ni.dll LoadedModule[123]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Serv14259fd9#\034d1e7a6541fc989a38e28dfd1f3c50\System.ServiceModel.Activities.ni.dll LoadedModule[124]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Workd8194f73#\d06ab82488afbbc2d49d5bbc70428fa4\System.WorkflowServices.ni.dll LoadedModule[125]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml.Linq\2be569ec4e592be4251ddd170dbc6638\System.Xml.Linq.ni.dll LoadedModule[126]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Comp46f2b404#\76c8e4b4165b430c9361afde6a51e59a\System.ComponentModel.DataAnnotations.ni.dll LoadedModule[127]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.2486c0f5#\b8c157d129a7bbfa9d2dd887733e5758\System.Web.DynamicData.ni.dll LoadedModule[128]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Data.Entity\2721075b105085331146815941adb961\System.Data.Entity.ni.dll LoadedModule[129]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Datab086ae17#\355b3158e303fed369a1e867810edffa\System.Data.Entity.Design.ni.dll LoadedModule[130]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Design\8cc428073c343b8c66935df5e47590f1\System.Design.ni.dll LoadedModule[131]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\b7d504c04b713af1047e3b48e78314f9\System.Windows.Forms.ni.dll LoadedModule[132]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Draw0a54d252#\37f29965ff6fb6f541806e2651b1716c\System.Drawing.Design.ni.dll LoadedModule[133]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Web.dc83ace6#\ec2767dc8d875c050ae0371de35deca6\System.Web.Extensions.Design.ni.dll LoadedModule[134]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xaml\42dfb0bd32a91461b4f1168f3b6fa62c\System.Xaml.ni.dll LoadedModule[135]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Transactions\fb7cc30d6d525ea71376ded98eeaa983\System.Transactions.ni.dll LoadedModule[136]=C:\Windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll LoadedModule[137]=C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Ente96d83b35#\b87d62a05cbe5c2796b928e170caea00\System.EnterpriseServices.Wrapper.dll LoadedModule[138]=C:\Windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll LoadedModule[139]=C:\Windows\system32\security.dll LoadedModule[140]=C:\Windows\SYSTEM32\SECUR32.DLL LoadedModule[141]=C:\Windows\SYSTEM32\schannel.dll LoadedModule[142]=C:\Windows\SYSTEM32\ncrypt.dll LoadedModule[143]=C:\Windows\SYSTEM32\NTASN1.dll LoadedModule[144]=C:\Windows\system32\ncryptsslp.dll LoadedModule[145]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll FriendlyEventName=Stopped working ConsentKey=APPCRASH AppName=IIS Worker Process AppPath=C:\Windows\SysWOW64\inetsrv\w3wp.exe NsPartner=windows NsGroup=windows8 ApplicationIdentity=167391AF18062487C22442480A45B443
I have other servers which have no issues running very similar code, I also ran some checks on the site, can get .css to feed and a generic handler, but not the default page, or any .aspx files Ive tried to reference? The AppPool crashes on error. Have
checked Dll compile types all code pushed (Reference Library works on another machine, very similar setup)
Spent hours on this and pretty over it, any help would be appreciated.
Hello,
I have a problem with IIS 10 and the local setup of our sites - recently I have installed Windows 10 together with Rewrite 2.0.
I have a site which has only 1 ISAPI module which handles all the requetss and this site has the folowing folder structure in it: /~~~/m/01/. Inside this "01" folder there are rewrite rules defined:
<rules><clear /><rule name="mini:: Menu" stopProcessing="true"><match url="menu/([^/.]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&catflt=0&splst=1&elst=0" /></rule><rule name="mini:: Match+Details" stopProcessing="true"><match url="m/([^/.]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/~~id/{R:2}/?encx=0&fmtv=9&tzout={R:3}&elgs=1&ecomm=max&eic=max&elu=1&esub=1&est=1&eodds=1" /></rule><rule name="mini:: MatchesList" stopProcessing="true"><match url="list/([^/.]+)/([^/]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&catflt=0&sttbl=0&elstFromX={R:3}&elstToX={R:3}&tz={R:4}&tzout={R:4}" /></rule><rule name="mini:: Fixtures" stopProcessing="true"><match url="fix/([^/.]+)/([^/]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&sttbl=0&stl={R:3}&tz={R:4}&tzout={R:4}" /></rule><rule name="mini:: Tables" stopProcessing="true"><match url="tbl/([^/.]+)/([^/]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&sttbl=1&elst=0&stl={R:3}&tz={R:4}&tzout={R:4}" /></rule><rule name="mini:: Stage" stopProcessing="true"><match url="stg/([^/.]+)/([^/]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&sttbl=1&stl={R:3}&tz={R:4}&tzout={R:4}" /></rule><rule name="mini:: Live" stopProcessing="true"><match url="live/([^/.]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&catflt=11&sttbl=0&tz={R:3}&tzout={R:3}" /></rule><rule name="mini:: Team" stopProcessing="true"><match url="team/([^/.]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/*$" /><action type="Rewrite" url="/scores/{R:1}/{R:2}/?encx=0&fmtv=9&tz={R:6}&tzout={R:6}&sttbl=1&sthid=1&pllst=1&gplst=1&ptflt={R:3}&gpevs=1&gpevsFromX={R:4}&gpevsToX={R:5}" /></rule></rules>
The problem is that I get 2 requests to handle in ISAPI module - the one rewritten "/scores/..." for which 200 is returned and the original "/~~~/m/01/..." for which I return 404.
The browser (a client for testing) sees only the 1st reply (the one with 200) which is fine but for me the 2nd request with the original URI before rewriting is the problem.
Could it be IIS 10 and Rewrite 2.0 issue?
Thank you.
Petr
Hi
I am having difficulties in configuring what is in most likelihood a very simple reverse proxy.
I have built a Windows Server 2012 R2 box in our DMZ and am trying to setup a reverse proxy to an internal domain joined SharePoint server.
We have an internal Sharepoint site (uatsite.company.com) and have created an external DNS entry (uatsite.company.com) which is NAT'd to the DMZ reverse proxy server. I have created a new website and assigned the appropriate certificate and bound the IP to this new site. At this point I have got lost in reading the method of accessing the site. Should I be using rewrite, redirect etc. On the platform I did setup I was receiving a message that their was a redirect loop with this configuration.
Thanks in advance.
hi,
i have 3 servers vm-rds-app1.xyz.com (ARR Server) , Applications servers =>vm-scale-app1.xyz.com
above 3 servers have their own self signed certificates
i have created server farm with vm-scale-app1.xyz.com as the sever in it
and the rule that have written is for https traffic actiontype will be routetofarm with https protocol
<div class="content-container">
</div> <div class="content-container">
</div> <div class="content-container">
</div> <div class="content-container">
</div>
any inputs on how to fix the issue