Quantcast
Channel: Troubleshooting
Viewing all 1814 articles
Browse latest View live

HTTP 500.19 0x80070005 Error - Cannot read configuration files

$
0
0

(I was using Chrome - I redid this in  IE)

I have this site in my Default Website Folder and outside the website Default Folder. When I try to browse to the site in my Default Folder it gives me this error.

Server Error in Application "application name" HTTP Error 500.19 – Internal Server Error HRESULT: 0x80070005

Description of HRESULT :The requested page cannot be accessed because the related configuration data for the page is invalid.

 It says * You are using IIS 7.0 on a computer that is running Windows Vista. Additionally, you configure the Web site to use UNC Passthrough authentication to access a remote Universal Naming Convention (UNC) share.

* The IIS_IUSRS group does not have the appropriate permissions for the ApplicationHost.config file or for the Web.config file.

To fix this:

 Method 1 Do not configure the Web site to use UNC Passthrough authentication to access the remote UNC share. Instead, specify a user account that has the appropriate permissions to access the remote UNC share.

Method 2 Grant the Read permission to the IIS_IUSRS group for the ApplicationHost.config file or for the Web.config file.

To do this, follow these steps: 1. In Windows Explorer, locate the ApplicationHost.config file that is associated with the Web site, or locate the Web.config file that is associated with the Web site. 2. Right-click the ApplicationHost.config file, or right-click the Web.config file. 3. Click Properties. 4. Click the Security tab, and then click Edit. 5. Click Add. 6. In the Enter the object names to select box, type computername\IIS_IUSRS, click Check Names, and then click OK.

Neither of these will work. There is no security tab in web.config file and when I try to change the Password Authentication by entering a User Name/Password - it tells me the Password is invalid.


what is the different between WebMatrix and command-line tool to start a website

$
0
0

I use the default configuration to start a site, but the site start with the WebMatrix can load some of my. NET class libraries, but the command line can not, what is the difference when they start it? How can they start site is the same way? Namely how to write the command line, thank you!

Restarting the server removes IIS web sites

$
0
0

Hi everyone,

I have problem when I do restart my WS2012 it removes all my web sites inside the IIS.

Could you help me where is the problem?

Thank you for your replies.

IIS site doesn't reacts after IIS reset

$
0
0

Hello,

 My problem is:

When I make iis reset on my iis server, the site will not open from a normal windows client.

 Then I must login to the iss server over rdp, open the iis manager and browse this site direct on local server. It opens immedeatly on sever without any problem.

 Then I went bake to my client, try to open the site, now it also opens the site on windows client.

 I don’t know why the site doesn’t come up after iis reset is done or the application pool goes into idle mode. I s there any setting, to change this?

I get an error in application log:

 -------------------------------------------------

Log Name:      System

Source:        Microsoft-Windows-WAS

Date:          05.06.2013 12:41:09

Event ID:      5137

Task Category: None

Level:         Warning

Keywords:      Classic

User:          N/A

Computer:      ZPRE01.domian.corp

Description:

A worker process '3768' serving application pool ZPRE01_Server' failed to start a listener channel for protocol 'net.tcp' in the allotted time.  The data field contains the error number.

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />

    <EventID Qualifiers="32768">5137</EventID>

    <Version>0</Version>

    <Level>3</Level>

    <Task>0</Task>

    <Opcode>0</Opcode>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2013-06-05T10:41:09.000000000Z" />

    <EventRecordID>65452</EventRecordID>

    <Correlation />

    <Execution ProcessID="0" ThreadID="0" />

    <Channel>System</Channel>

    <Computer> ZPRE01.domain.corp</Computer>

    <Security />

  </System>

  <EventData>

    <Data Name="AppPoolID"> ZPRE01_Server</Data>

    <Data Name="ProcessID">3768</Data>

    <Data Name="param3">0</Data>

    <Data Name="ProtocolID">net.tcp</Data>

    <Binary>B4050780</Binary>

  </EventData>

</Event>

 -----------------------------------------------

I hope somebody can help me,

bad request url redirect rule after it matches

$
0
0

I've got a url that ends in this:

saws-table-saws/table-saws/fay%20%2526%20egan

However, i have a redirect rule to catch anything that starts with saws-table-saws/table-saws and redirect
^saws-table-saws/table-saws(.*) 

When i look at the fail request tracing, it looks like the rewrite works. Under redirect action, substitution it says redirectURL /saws/table-saws and it says the same thign under RequestUrl and succeeded says True.  But i get a 400 Bad Request error in the browser. Why is it giving me a 400 error if it correctly finds the redirect URL? and Yes, the url it's redirecting to does work. It's just the funky ending on the original requested url that's messing it up. if i remove fay%20%2526%20egan from the url, the redirect works.

I realize that contains some funky characters, but i don't understand why it fails if it's correctly matching and coming up with a valid url to redirect them to. Also, if i change the rule from a redirect to a rewrite, it works. So why is IIS blowing up on a redirect but working on a rewrite?

Shared IIS - Pool Recycling causes Error 1325

$
0
0

Hi, as I solved one issue I am back with another piece.

I found that pool recycling causes Error Event ID 1309, with that text:

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 31.5.2013 8:39:35
Event time (UTC): 31.5.2013 6:39:35
Event ID: 58b10f60943943feb895ff9643fd763a
Event sequence: 33642
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1/ROOT-1-130144410084179546
    Trust level: Full
    Application Virtual Path: /
    Application Path: \\XXXXXX\XXX
    Machine name: XXXXXXX
 
Process information:
    Process ID: 13896
    Process name: w3wp.exe
    Account name: XXXXXX\XXXXXXX
 
Exception information:
    Exception type: NullReferenceException
    Exception message: Object reference not set to an instance of an object.
   at ASP.global_asax.Application_End(Object sender, EventArgs e)

 
 
Request information:
    Request URL:  
    Request path:  
    User host address:  
    User:  
    Is authenticated: False
    Authentication Type:  
    Thread account name: XXXXXXX
 
Thread information:
    Thread ID: 106
    Thread account name: XXXXXXX
    Is impersonating: False
    Stack trace:    at ASP.global_asax.Application_End(Object sender, EventArgs e)
 
 

Followed with this error:



An unhandled exception occurred and the process was terminated.

Application ID: DefaultDomain

Process ID: 13896

Exception: System.AppDomainUnloadedException

Message: Attempted to access an unloaded AppDomain.

StackTrace:

So I have created a minidump and found this:

ErrorIn w3wp__DefaultAppPool__PID__13044__Date__05_31_2013__Time_08_39_44AM__756__First chance exception 0XE0434352.dmp the assembly instruction atkernel32!RaiseException+39 in C:\Windows\System32\kernel32.dll fromMicrosoft Corporation has caused a CLR Exception on thread9 with the following error information:
Type:System.Globalization.CultureNotFoundException
Message:Culture is not supported.

This exception originated from mscorlib_ni+fbf3f8.
Review the faulting call stack for thread 9 to determine root cause for the exception.


Please follow up with vendor Microsoft Corporation for problem resolution concerning the following file:C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\4f52500ab48877b85e71430f4f46670f\mscorlib.ni.dll.

And thread 9 contains this:

Thread 9 - System ID 13108

Entry pointw3tp!THREAD_MANAGER::ThreadManagerThread
Create time5/31/2013 8:39:43 AM
Time spent in user mode0 Days 0:0:0.78
Time spent in kernel mode0 Days 0:0:0.187




.NET Call Stack

Function
System.Globalization.CultureInfo..ctor(System.String, Boolean)
System.Web.HttpServerUtility.CreateReadOnlyCultureInfo(System.String)
System.Web.UI.Util.IsCultureName(System.String)
System.Web.Compilation.StandardDiskBuildResultCache.FindSatelliteDirectories()
System.Web.Compilation.BuildManager.PrecompiledAppRuntimeModeInitialize()
System.Web.Compilation.BuildManager.Initialize()
System.Web.Compilation.BuildManager.InitializeBuildManager()
System.Web.HttpRuntime.HostingInit(System.Web.Hosting.HostingEnvironmentFlags, System.Security.Policy.PolicyLevel, System.Exception)
System.Web.Hosting.HostingEnvironment.Initialize(System.Web.Hosting.ApplicationManager, System.Web.Hosting.IApplicationHost, System.Web.Configuration.IConfigMapPathFactory, System.Web.Hosting.HostingEnvironmentParameters, System.Security.Policy.PolicyLevel, System.Exception)
System.Web.Hosting.HostingEnvironment.Initialize(System.Web.Hosting.ApplicationManager, System.Web.Hosting.IApplicationHost, System.Web.Configuration.IConfigMapPathFactory, System.Web.Hosting.HostingEnvironmentParameters, System.Security.Policy.PolicyLevel)
System.Web.Hosting.HostingEnvironment.Initialize(System.Web.Hosting.ApplicationManager, System.Web.Hosting.IApplicationHost, System.Web.Configuration.IConfigMapPathFactory, System.Web.Hosting.HostingEnvironmentParameters, System.Security.Policy.PolicyLevel)
System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(System.String, System.Web.Hosting.IApplicationHost, System.Web.Hosting.HostingEnvironmentParameters)
System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(System.String, System.Web.Hosting.IApplicationHost, System.Web.Hosting.HostingEnvironmentParameters)
System.Web.Hosting.ApplicationManager.GetAppDomainWithHostingEnvironment(System.String, System.Web.Hosting.IApplicationHost, System.Web.Hosting.HostingEnvironmentParameters)
System.Web.Hosting.ApplicationManager.CreateObjectInternal(System.String, System.Type, System.Web.Hosting.IApplicationHost, Boolean, System.Web.Hosting.HostingEnvironmentParameters)
System.Web.Hosting.ProcessHost.StartApplication(System.String, System.String, System.Object ByRef)
DomainNeutralILStubClass.IL_STUB_COMtoCLR(IntPtr, IntPtr, IntPtr ByRef)


Full Call Stack

FunctionArg 1Arg 2Arg 3Arg 4Source
kernel32!RaiseException+3900000000`023cc0d000000000`0000000100000000`ff32148000000000`ff322120
clr!RaiseTheExceptionInternalOnly+36300000000`ff32212000000001`9f41e168000007fe`f14c100000000000`ff322120
clr!IL_Throw+14600000000`ff321e3800000000`ff3216f800000000`ff31fdd800000000`ff3213f0
mscorlib_ni+fbf3f800000000`ff3216f800000000`ff32148000000000`7c74520100000000`00000000
System_Web_ni+8fe76e00000000`ff32148000000000`ff32148000000000`0000000000000000`00000000
System_Web_ni+8d64fa00000000`ff310d9000000000`ff2b000000000000`0000000000000000`023ceeb0
System_Web_ni+d3fc7800000000`ff30206000000000`0000000000000000`01e1b9e800000000`01e1ba70
System_Web_ni+8d99a700000001`7f3eebb800000000`0000000000000000`ff30124c00000001`9f2bfda4
System_Web_ni+d3f84000000001`7f3eebb800000000`0000006700000000`0000000000000000`00000000
System_Web_ni+24202b00000000`0000000600000000`0000000600000000`56e9ace000000000`00000000
System_Web_ni+20943600000001`9f47f03800000000`0000000000000000`0000000000000000`00000000
System_Web_ni+20738400000001`9f4747d000000001`9f478a0800000001`9f47a12000000001`9f47a158
System_Web_ni+206f3600000001`9f4747d000000001`9f478a0800000001`9f47a12000000001`9f47a158
clr!CallDescrWorker+84000007fe`f152f6d000000000`0000000f000007fe`f14c100000000000`00000000
clr!CallDescrWorkerWithHandler+a900000000`01e1c8c0000007fe`0000000600000000`0000000000000000`12121200
clr!DispatchCallDebuggerWrapper+74ffffffff`0000000000005fef`02b72542000007fe`f547e8b000000000`01e1c2d8
clr!DispatchCall+c500000000`01e1c80800000000`0000000500000000`0000000000000000`00000000
clr!CrossDomainChannel::MarshalAndCall_Wrapper+40200000000`0000000000000000`0237987000000000`1546498000000000`01e1e680
clr!MakeCallWithAppDomainTransition+b800000000`0000000200000000`0000000000000000`01e1c7d800000000`01e1e910
clr!CrossDomainChannel::MarshalAndCall+5b7000007fe`ec84b838000007fe`f4ed1bc800000000`0000000100000000`01e1e820
clr!CrossDomainChannel::ExecuteCrossDomainCall+5100000000`023bfbc000000000`0000000000000000`01e1eba000000000`00000001
clr!CrossDomainChannel::CheckCrossDomainCall+f500000000`01e1eae800000000`01e1eae000000000`15431f2800000000`023cc0d0
clr!CTPMethodTable::OnCall+c300000001`9f2ba44800000001`9f476e6800000000`01e1ec2000000001`9f2ba448
clr!TransparentProxyStub_CrossContext+6400000001`9f476e6800000001`9f2b997800000001`9f2ba44800000001`9f476ea0
System_Web_ni+205d6400000001`9f2b997800000001`9f2ba35000000001`9f2ba44800000000`00000000
System_Web_ni+204c2500000001`9f2b997800000001`9f2ba35000000001`9f2ba44800000000`00000000
System_Web_ni+204ba200000001`9f2b997800000001`9f2ba35000000001`9f2ba44800000000`00000000
System_Web_ni+204ab800000001`9f2b997800000001`9f2ba35000000001`9f2bdab000000001`9f2ba448
System_Web_ni+9d74ea00000001`9f2b6cf800000001`9f2ba35000000001`9f2ba39000000000`01e1ef78
System_Web_ni+9d490200000000`0221ffa000000000`022e709000000000`022e40f000000000`01e1f5d8
clr!COMToCLRDispatchHelper+4e00000000`023cc0d000000000`0000000100000000`01f41800000007fe`f4ee6f39
clr!COMToCLRWorkerBody+1ca00000000`00000000000007fe`ec9d3b9000000001`9f2b6cf800000000`01e1f520
clr!COMToCLRWorkerBody+d600000000`01e1f52000000000`01f4180000000000`0000000000000000`772b9915
clr!COMToCLRWorkerDebuggerWrapper+2200000000`0000000000000000`01f417b800000004`03c8000700000000`00000000
clr!COMToCLRWorker+5ba00000000`023cc0d000000000`01e1f52000000000`0000000000000000`00000000
clr!GenericComCallStub+5700000000`0221ffa000000000`022e709000000000`022e40f000000000`01e1f5d8
webengine4!W3_MGD_APP_CONTEXT::CreateAppDomain+8200000000`01ab17c000000000`0000000100000000`0000000000000000`00000000
webengine4!W3_MGD_APP_CONTEXT::OnApplicationStart+aa00000000`0000000000000000`0225e0d800000000`0000000000000000`022ef3d0
iiscore!memcmp+1f000000000`03300000000007fe`0000000200000000`0000014000000000`00000150
iiscore!memcmp+565100000000`0012eb0000000000`0000000000000000`0000000100000000`022ed408
iiscore!W3_APPLICATION::ResolveModules+2b00000000`00000000000007fe`fac41b1c00005fef`0a8d22b100000000`01e1f810
iiscore!memcmp+6a9b000007fe`fc0064f800000000`00000004000007fe`fbfd877c00000000`00000000
iiscore!W3_CONTEXT::SetupStateMachinePhase2+3b300000000`022ed40800000000`022ed40000000000`022ed498000007fe`fc0064f8
iiscore!W3_CONTEXT::SetupStateMachine+b4000000000`022ed40000000000`022ed40000000000`0000000000000000`00000001
iiscore!W3_MAIN_CONTEXT::OnNewRequest+1b400000000`000c25f000000000`0000000000000000`0000000100000000`002f2a28
w3dt!UL_NATIVE_REQUEST::DoWork+12600000000`000c25f000000000`0000000100000000`0000000100000000`0000051e
w3dt!OverlappedCompletionRoutine+1c00000000`000c25f000000000`0000000000000000`01911e00000007fe`fca00000
w3tp!THREAD_POOL_DATA::ThreadPoolThread+d000000000`0000000000000000`0000051e00000000`022ec7e8000007fe`fc0e1080
w3tp!THREAD_MANAGER::ThreadManagerThread+5d00000000`0000000000000000`0000000000000000`0000000000000000`00000000
kernel32!BaseThreadInitThunk+d00000000`0000000000000000`0000000000000000`0000000000000000`00000000
ntdll!RtlUserThreadStart+1d00000000`0000000000000000`0000000000000000`0000000000000000`00000000



Exception Information

In w3wp__DefaultAppPool__PID__13044__Date__05_31_2013__Time_08_39_44AM__756__First chance exception 0XE0434352.dmp the assembly instruction atkernel32!RaiseException+39 in C:\Windows\System32\kernel32.dll fromMicrosoft Corporation has caused a CLR Exception on thread9 with the following error information:

Type:System.Globalization.CultureNotFoundException
Message:Culture is not supported.


This exception originated from mscorlib_ni+fbf3f8.

Module Information

Image Name:C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\4f52500ab48877b85e71430f4f46670f\mscorlib.ni.dllSymbol Type:PDB
Base address:0x00000000`00005a4dTime Stamp:Thu Sep 06 07:52:34 2012
Checksum:0x00000000`00000000Comments:Flavor=Retail
COM DLL:FalseCompany Name:Microsoft Corporation
ISAPIExtension:FalseFile Description:Microsoft Common Language Runtime Class Library
ISAPIFilter:FalseFile Version:4.0.30319.296 (RTMGDR.030319-2900)
Managed DLL:FalseInternal Name:mscorlib.dll
VB DLL:FalseLegal Copyright:© Microsoft Corporation. All rights reserved.
Loaded Image Name:mscorlib.ni.dllLegal Trademarks:
Mapped Image Name:C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\4f52500ab48877b85e71430f4f46670f\mscorlib.ni.dllOriginal filename:mscorlib.dll
Module name:mscorlib_niPrivate Build:DDBLD538
Single Threaded:FalseProduct Name:Microsoft® .NET Framework
Module Size:18.47 MBytesProduct Version:4.0.30319.296
Symbol File Name:c:\symcache\mscorlib.pdb\421E599E4DFC495AB136388E11E01F001\mscorlib.pdbSpecial Build:&

Any help appretiated, thanks.

Mira

Troubleshooting 500 Error

$
0
0

I'm having major problems uploading files and I don't understand the logged error from a 500 Internal Server Error.

This is the error logged in W3SVC12:

2013-05-23 12:45:46 W3SVC12 DSVR017177 213.171.205.235 POST /account/test/server/php/ - 80 - 88.202.236.161 HTTP/1.1 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.31+(KHTML,+like+Gecko)+Chrome/26.0.1410.64+Safari/537.31 PHPSESSID=d828b568c8c122e45b4b376ff1287a74;+__atuvc=0%7C13%2C0%7C14%2C0%7C15%2C0%7C16%2C18%7C17;+__utma=11234787.1386610922.1366208206.1369298491.1369306266.65;+__utmc=11234787;+__utmz=11234787.1366208206.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) http://www.free2read.co.uk/account/test/ www.free2read.co.uk 500 0 2147500037 1572 7786458 105114


2013-05-23 12:46:03 W3SVC12 DSVR017177 213.171.205.235 POST /account/test/server/php/ - 80 - 88.202.236.161 HTTP/1.1 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.31+(KHTML,+like+Gecko)+Chrome/26.0.1410.64+Safari/537.31 PHPSESSID=d828b568c8c122e45b4b376ff1287a74;+__atuvc=0%7C13%2C0%7C14%2C0%7C15%2C0%7C16%2C18%7C17;+__utma=11234787.1386610922.1366208206.1369298491.1369306266.65;+__utmc=11234787;+__utmz=11234787.1366208206.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) http://www.free2read.co.uk/account/test/ www.free2read.co.uk 500 0 2147500037 1572 8804902 123031

If somebody could help me understand what this means, that would be great. I've been trying to resolve this issue since last Friday.

A little background on the issue:

I'm writing a file upload script, and this error occurs on 10MB+ files most of the time. Occasionally the file gets through but mostly I receive the 500 error. The PHPINI file has the following attributes set:

max_execution_time 300
max_file_uploads 20
max_input_time 600
memory_limit 128M
post_max_size 70M
upload_max_filesize 50M
upload_tmp_dir C:\Windows\Temp\

The file uploads to the Temp directory but crashes out 500 before moving the file to the correct directory. I've tried various different scripts, domains, client machines and it always crashes out. If I upload it from remote connection to the server it uploads fine.


Please help!


Thanks.

webpi installation

$
0
0

Dear i have traing to install the webpi 4.1 for buillding a wordpress webside by it. but the problem is that it takes lot of time and not been installed so how can i installed it easylly give me a full step by step direction.thank you.


Cannot Create a File When That File Already Exists

$
0
0

I have this error in my FailedReqLogFiles, how can I tell which file already exists?

 33. -MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName RewriteModule
Notification 1
HttpStatus 500
HttpReason URL Rewrite Module Error.
HttpSubStatus 50
ErrorCode 2147942583
ConfigExceptionInfo 
Notification BEGIN_REQUEST
ErrorCode Cannot create a file when that file already exists. (0x800700b7)

This is Server 2008, IIS7 and I am trying to get to the FPSE admin page.  The error message is 500.50.

Any help is greatly appreciated. 


 

IIS 7.5 inconsistent with restarts

$
0
0

Hi everybody,

I have configuration with two simple websites, each of them one simple rewrite rule in main website context.

When I try access specific URL - static directory I got 500.50 error (URL Rewrite Module Error).

Then I disable the rewrite rule, and URL starts working.

After enabling rewrite rule again the URL keeps working fine (!). I checked the applicationhost.config, and there is no change¨after disabling and enabling rewrite rule again.

And this is cool: after restart of IIS the URL stops working again (again my favourite 500.50) .

OMG

There something screwed up in that rewrite module obviously.

Please Microsoft fix that, or somebody clever let me know how to workaround that.

HTTP Error 503 - Service is Unavailable

$
0
0

We are running Windows Server 2008 64 bit and IIS 7.0 

I have Enabled 32 bit applications, but the app pool fails when I try and load the app.  I received the following errors in Event Viewer in this order.

App log - 2280 Event Error 5 times

The Module DLL C:\Windows\System32\RPCProxy\RPCProxy.dll failed to load.  The data is the error.  This has an error of 0000007E (In Words)

System Log - 5139 Error 5 times

A listener channel for protocol 'http' in worker process '4040' serving application pool 'AppPool' reported a listener channel failure.  The data field contains the error number.  This has an error of 8007007E (In Words)

Then I receive Event 5002
Application pool 'AppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.  No Detailed Error.

 I am running a TS Gateway / Server on this same server, but even if I stop these services I still receive all of the same errors in the Event Viewer.

 

incorrect apppool selected

$
0
0

Hi All

Im in the process of repairing my server from a virus attack. One of the problems Im having is my exchange server.

When I run the exchange best practice analyser, I get A warning stating incorrect apppool selected, sbs web workplace apppool is selected for virtual directory on root"/LM/W3SVC/3/ROOT/OAB". it is recomended that you select application pool DefaultAppPool.

One of the reasons Im asking this is, my client computers under RWW can't send EMail, The mail that is sent goes directly into the draft folder and not to the outboox.

From what Im understanding is, how do you change an apppool from one apppool to another.

Local profiles created when users login to our portal website

$
0
0

Hi, I'm hoping this is the right place to post this question. I'm a sysadmin, and we have a product that is handled by another department within our organization. The unfortunate part is that those people barely know the product and anytime something out of the ordinary occurs they either contact us or the product developer to fix it.

So, my issue is that this product has a portal login for users, so we have two front end web servers that handle that website. The developers for the product recently migrated this portal website from Server 2003 to Server 2008 R2 servers. A few months after the install the servers were running out of disk space. Turns out that users logging into the website are having a local profile created on the server, and there were thousands of profiles on the server.

So, I'm wondering if anyone knows how to figure out why a website would be creating local profiles for the users that are logging into it. I'm not an IIS guy and barely know the basics of it. 

The users that are logging in do have active directory accounts within our system.  When they create an account to login with it creates and AD account as well.  

Also, not every users that logs on gets a profile created.  If I test by logging into the site myself or someone else it will not necessarilly create a profile in C:\Users.  

I'm happy to provide more information if anyone needs it, just let me know what you need to know.  Here is some info I can provide:

Authentication = Anonymous Authentication & Forms Authentication are enabled.  The latter has a response type of "HTTP 302 Login/Redirect"

TL;DR - How do I found out why a website in IIS is creating local profiles on the webserver for users who login to the website portal? Thanks in advance for any assistance.

Failed to connect to IIS

$
0
0

Hi,

1) Whenever I open the IIS in the Computer Management, I got this error message below: 

Failed to connect

There was an error when trying to connect.  Do you want to retype your credentials and try again?

Details:

Filename:

\\??\C:\Window\system32\inetsrv\config\applicationHost.config

Error:Configuration file is not well-formed XML.

 

2) Also, I can't open the web application because it fails to connect to the IIS.  The error message I got from the Microsoft Visual Studio as follow:

Unable to open the Web.  To access local IIS Web Sites, you must install all following Windows components: 

Internet Information Services.  IIS 6 Metabase and IIS 6 Configuration Compatibility ASP.NET.

I doubled check the Window Features, the IIS 6 Metabase and IIS 6 Configuration Compatibility ASP.NET. is already checked and installed under the Internet Information Services. I'm not sure what cause it and now I can't open my web application or open the IIS. 

Anyone here can help me with this issue?  Thank you so much

 

 

IIS 7.0 not working properly on Windows 7.0 .NET 4.0

$
0
0

I installed IIS 7.0 on windows 7 with .NET 4 and the Default Application pool still 2.0. I tried to run local host and I got error. Changed the Default App Pool to 4.0 and the application pools stopping automatically. I got HTTP Error 503. How to setup the Default Application Pools to 4.0 without stopping the application pools.

Thank you


IIS Forces Trailing Slash

$
0
0

I am unable to remove the trailing slash my site's URLs even with the URL rewrite from:http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/.

Frustrating really since it should be so simple but my attempts have not produced any results.

I even went as far as to create a test directory and added file called desktops.aspx and and sub folder called desktops.

without the sub directory "/test/desktops" loads fine since i set the default document to look at desktops.aspx.

with a subfolder created and still referencing "/test/desktops" it forces the slash and looks at the sub directory.

Why does IIS does this since its supposed to look for the file first then the sub directory correct? Are there any settings on the server side that would force back the slash?

URL Rewrite Snippet

<rule name="SEO - Remove trailing slash" stopProcessing="false"><match url="^.*/$" /><conditions><add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /><add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /></conditions><action type="Redirect" url="{R:1}" /></rule>



any help would be welcome

IIS has no Bindings

$
0
0

New installation of Win 8 and IIS. Forgot to select Windows Authentication, adding back in as a feature would not add in to IIS.  Reinstalled IIS.

Now IIS does not have any bindings.

 

The dropdownlist for binding type is blank.

 

Any ideas how to fix

Error afer deploying

$
0
0

Hi,

We developed asp.net application using Visual studio 2012 . After deploying in IIS 7  we are getting error message

'An ASP.NET setting has been detected that does not apply in Integrated managed  pipeline mode'

 

Regards

 

FTP Server Problem IIS8

$
0
0

First of all Hello from Georgia (east Europe) Smile

And now about my question. I have Windows server 2012 and have FTP server. I used this tutorial and everything is very clear to understand:http://technet.microsoft.com/en-us/library/hh831655.aspx

So and now what is my problem. Me and my friend have one router. my friend already have Linux server and server Ip address is 192.168.1.100 port range: 1-1000. My server Ip address is 192.168.1.99 and port range: 1001-1100. As i said I installed ftp server and everything works fine in local lan. for example: ftp://192.168.1.99:1050 and I can enter here using username and password which i have or guest user but i can't use my ISP(external IP) ip address and this ftp port 1050 which I assigned my ftp server. for example 95.XX.104.XX:1050. browser loading and after this page not found.

Also at this moment windows server firewall is disabled so this isn't a problem. I thin I must enter new ftp port somewhere to make working. I can't use port 20,21 so any idea how replace this default ftp ports with my new ports which i have in router. range 1001:1100

Thanks

--
Best Regards Dude :)

URL Rewrite not reading Web.config

$
0
0

I moved a website from one location to another. The rewrite rules are all in the web.config however they are not working and they do not show up in IIS. The site is running on Windows 2008 R2 Datcenter. How can I get the site to recognize the several hundred rewrite rules that are in the web.config? This is a production web site issue so any help is appreciated.

Jim

Viewing all 1814 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>