-
Posted to
IIS7 - Classic ASP
by
jimrPA
on
09-03-2009, 11:35 PM
Hi,
If you open up configuration editor, goto system.webServer/httpErrors and unlock the defaultPath.
Thanks,
Jimmy
-
Posted to
IIS7 - Administration Pack
by
jimrPA
on
08-02-2009, 2:07 AM
Just note that the web installer and the direct download link on MS's webpage installs different versions into the assembly folder. This makes it tricky when adding nodes in or thinking about R2 upgrading. Make sure the correct version is being used in the administration.config file else it will not load the module.
-
Posted to
IIS7 - Performance
by
jimrPA
on
12-10-2008, 2:28 PM
you could also use a sql server to store your session state..
C:\Windows\Microsoft.NET\Framework64\v2.0.50727>aspnet_regsql.exe -ssadd -sstype c -d sessionDB -E -S ServerName
Put this in your web.config...
sessionState allowCustomSqlDatabase="true" cookieless="false" mode="SQLServer" ...
-
Posted to
IIS7 - General
by
jimrPA
on
10-01-2008, 5:50 PM
if i goto www.domain.com/ff:ff.aspx, I get a bad request, but once I put in a ff::ff.aspx I get a 500.19 error.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error ...
-
Posted to
IIS7 - General
by
jimrPA
on
09-30-2008, 12:48 PM
Yeah, I am pretty sure it is a cifs thing. It throws an 500.19 saying Config Error Cannot read configuration file..I am positive at this point since it works on my vm. Interesting. Oh well.
-
Posted to
IIS7 - General
by
jimrPA
on
09-30-2008, 12:43 PM
Hrm, I am wondering then if it is my san using cifs because I do get a 500.19. I am not using any custom manage modules, etc. I am wondering if the :: opens up an iostream or something goofy.
-
Posted to
IIS7 - General
by
jimrPA
on
09-26-2008, 7:11 PM
yeah, you should read up on iis7 shared configuration. You can point all the boxes to a master config file. You can even create a 'master' box to test out changes, etc and if all goes well, copy out the applicationhost.config to the web farm. You can use robocopy, etc
http://learn.iis.net/page.aspx/264/shared-configuration/
-
Posted to
IIS7 - General
by
jimrPA
on
09-26-2008, 7:09 PM
IE) http://microsoft.com/ff::ddd:::d.aspx I am guessing they have have some sort of module looking at the requests or using urlscan? Since .net does not like ::'s, curious how they handle that. Since iis7 sees the :: and treats it as a folder, it throws a 500.19 error saying it is an invalid folder.
-
Posted to
IIS7 - Classic ASP
by
jimrPA
on
09-26-2008, 4:31 PM
ahhh, gotcha. Thanks
-
Posted to
IIS7 - Performance
by
jimrPA
on
09-26-2008, 2:51 PM
http://blogs.iis.net/ksingla/archive/2007/12/30/list-of-registry-keys-affecting-iis7-behavior.aspx
Can check out the w3wp section..All I can really find as nothing is in the reference kit.