Forum Search Results for "" RSS 1—10 of 60

More Search Options

  • Re: lock violation

    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

    • http://forums.iis.net/p/1159721/1915836.aspx#1915836
  • Re: How to install the Administration Pack when Shared Configuration is turned on?

    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.

    • http://forums.iis.net/p/1157236/1912285.aspx#1912285
  • Re: Sharing session state information across worker processes

    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" ...

    • http://forums.iis.net/p/1152500/1887196.aspx#1887196
  • Re: colons in url

    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 ...

    • http://forums.iis.net/p/1152024/1880959.aspx#1880959
  • Re: colons in url

    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.

    • http://forums.iis.net/p/1152024/1880778.aspx#1880778
  • Re: colons in url

    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.

    • http://forums.iis.net/p/1152024/1880777.aspx#1880777
  • Re: synchronizing IIS on two servers?

    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/

    • http://forums.iis.net/p/1152008/1880543.aspx#1880543
  • colons in url

    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.

    • http://forums.iis.net/p/1152024/1880542.aspx#1880542
  • Re: Classic ASP not working

    Posted to IIS7 - Classic ASP by jimrPA on 09-26-2008, 4:31 PM

    ahhh, gotcha. Thanks

    • http://forums.iis.net/p/1151872/1880534.aspx#1880534
  • Re: Directory change notifications for web.config

    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.

    • http://forums.iis.net/p/1152020/1880528.aspx#1880528

1 2 3 4 5 Next > ... Last »

Microsoft Communities