<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'problem'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=problem&amp;orTags=0</link><description>Search results matching tag 'problem'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Real Life Scenario, would WebDeploy Help?</title><link>http://forums.iis.net/p/1162673/1924913.aspx#1924913</link><pubDate>Mon, 16 Nov 2009 14:41:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924913</guid><dc:creator>argon0</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>We have a live web site which has to be live 24x7....

We are currently going through a large rebuild program, and are trying to decide on the best ongoing deployment solution.

We regularly have changes which require the site to &amp;quot;recompile&amp;quot; - leading to up to 10 minutes downtime during an update - this is unacceptable.

So we need a deployment solution which will lead to a maximum of 1 minutes downtime.

So far we think the best way to do this is:
1) set up a 2nd site on the Live IIS
2) Upload all new code to the 2nd site
3) Allow DFS to synchronise all web servers
4) Run recompile on all web servers
5) Test new code/site
6) Manually change IIS to point to the new code rather than the old one.


And repeat for each deployment.

I can see that webdeploy could help in points 2 &amp;amp; 3 (sync rather than dfs), and possibly 6 to switch over. Are there any other ways that WebDeploy could help, and/or any better/other tools.

BTW all running on IIS 6.0


Thanks

Argon0</description></item><item><title>Re: UrlScan 3.0 Querystring Scans Not Working For Me - Solution</title><link>http://forums.iis.net/p/1151407/1922935.aspx#1922935</link><pubDate>Sat, 31 Oct 2009 14:57:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922935</guid><dc:creator>odempsey</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I couldn&amp;#39;t get the ScanQueryString to work so I put the values that I wanted to block in the QueryString below [DenyQueryStringSequences] as follows:-&lt;/p&gt;&lt;p&gt;&amp;nbsp;[DenyQueryStringSequences]&lt;br /&gt;;&lt;br /&gt;; If any character sequences listed here appear in the query&lt;br /&gt;; string for any request, that request will be rejected.&lt;br /&gt;;&lt;br /&gt;&lt;br /&gt;&amp;lt;&amp;nbsp;&amp;nbsp; ; Commonly used by script injection attacks&lt;br /&gt;&amp;gt;&amp;nbsp;&amp;nbsp; ; Commonly used by script injection attacks&lt;br /&gt;--&lt;br /&gt;%3b ; a semicolon&lt;br /&gt;/*&lt;br /&gt;@ ; also catches @@&lt;br /&gt;char ; also catches nchar and varchar&lt;br /&gt;alter&lt;br /&gt;begin&lt;br /&gt;cast&lt;br /&gt;convert&lt;br /&gt;create&lt;br /&gt;cursor&lt;br /&gt;declare&lt;br /&gt;delete&lt;br /&gt;drop&lt;br /&gt;end&lt;br /&gt;exec ; also catches execute&lt;br /&gt;fetch&lt;br /&gt;insert&lt;br /&gt;kill&lt;br /&gt;open&lt;br /&gt;select&lt;br /&gt;sys ; also catches sysobjects and syscolumns&lt;br /&gt;table&lt;br /&gt;update&lt;br /&gt;&lt;/p&gt;&lt;p&gt;seems to be working ok now.&amp;nbsp; I couldn&amp;#39;t find this problem covered anywhere else so if anyone has any further comments or suggestions please reply here or contact oliver at barrowvale dot com forward slash contact dot asp &lt;/p&gt;&lt;p&gt;Many Thanks&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Oliver&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS 5.1 in XP Pro SP3 (Login Password Popup)</title><link>http://forums.iis.net/p/1161268/1920371.aspx#1920371</link><pubDate>Mon, 12 Oct 2009 08:04:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920371</guid><dc:creator>ADLFForestGump</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;Hello Everybody,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thx G.Tas for your solution! I was wondering&amp;nbsp;when I would have find&amp;nbsp;how to fix this&amp;nbsp;(strange)&amp;nbsp;problem.&amp;nbsp;Did you fixed the Firefox problem ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Bye&lt;/p&gt;</description></item><item><title>UnexpectedEntryType</title><link>http://forums.iis.net/p/1160370/1914805.aspx#1914805</link><pubDate>Thu, 27 Aug 2009 14:21:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1914805</guid><dc:creator>spyrosn</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>Good afternoon everyone,&lt;p&gt;

I have encountered a problem while trying to deploy a project to a remote PC in a different domain. My commandline is as follows (the names have been changed to protect the innocent):&lt;p&gt;

&lt;b&gt;msdeploy -verb:sync -source:contentPath=c:\source -dest:contentPath=c:\dest,computerName=remotePC,userName=REMOTEDOMAIN\user,password=pass&lt;/b&gt;&lt;p&gt;

And the output is:&lt;br /&gt;
Error:  UnexpectedEntryType &amp;#39;7&amp;#39;.&lt;br /&gt;
Error count: 1&lt;p&gt;

What gives? I have search the length and breadth of the Internets, but this &amp;quot;UnexpectedEntryType 7&amp;quot; is shrouded by darkness.  &lt;p&gt;

Some additional info: The REMOTEDOMAIN\user is part of the Administrators group on remotePC. So no permissions issue here (probably...).&lt;p&gt;

Would appreciate some input! :-) &lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Spyros.</description></item><item><title>Two identical iis sites: one says 'The query is not updateable'</title><link>http://forums.iis.net/p/1160027/1913441.aspx#1913441</link><pubDate>Thu, 13 Aug 2009 13:19:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913441</guid><dc:creator>Buzz15</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;font size="2"&gt;
&lt;p&gt;I have an intranet webserver functioning fine on a PC with windows 2000 and a hacked version of IIS 4.0 to give 40 connections. The machine is not on a domain and does not log onto the network but is obviously accessible to site. &lt;/p&gt;
&lt;p&gt;There is now a requirement where certain site users wish to VPN to the network and connect to the sites and the route taken was to move everything over to a dedicated webserver that is on Windows server 2003 and IIS 6. but the resulting site is sooo slow that, at present, it is not usuable ( think it may be due to it being a virtual server run by VMWare but that is another issue).&lt;/p&gt;
&lt;p&gt;Whilst we address that, I created another site on a network XP Machine, running iis 5.1 and mapped a drive to the original Windows 2000 machine. The result is I have two sites running from the same databases: the windows 2000 is stable and fast and the XP slower and a little wobbly.&lt;/p&gt;
&lt;p&gt;The issue I have is the XP machine will display pages but will not update any and gives the &amp;#39;The query is not updateable&amp;#39;. The exact same web pages run fine on the other server and so I have concluded it is a permissions issue BUT...&lt;/p&gt;
&lt;p&gt;i) I have setup/changed the IIS anonymous user of both machines to use the same name and password.&lt;/p&gt;
&lt;p&gt;ii) Given full access to the anonymous user to the entire Windows 2000 machine that hosts the original site and MSAccess databases.&lt;/p&gt;
&lt;p&gt;iii) The XP anonymous user has access to the Windows 2000 machine.&lt;/p&gt;
&lt;p&gt;Does anybody have suggestions?&lt;/p&gt;
&lt;p&gt;Many Thanks in advance&lt;/p&gt;
&lt;p&gt;Buzz&lt;/p&gt;&lt;/font&gt;</description></item><item><title>IIS6: Upload limit of 64Mb? Error 400 Bad Request</title><link>http://forums.iis.net/p/1159859/1912735.aspx#1912735</link><pubDate>Thu, 06 Aug 2009 16:16:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912735</guid><dc:creator>sybit</dc:creator><cs:applicationKey>configuration__scripting--1</cs:applicationKey><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;For the past two days I have tried various ways to solve this problem, but without succes.&lt;/p&gt;
&lt;p&gt;I have IIS6 on a Windows 2003 Server with a classic ASP application. The purpose of this application is to upload large files. The first things I changed in the Metabase, was AspMaxRequestEntityAllowed. I&amp;#39;ve set this to 2Gb. Also I&amp;#39;ve changed MaxRequestEntityAllowed, AspBufferLength, SessionTimout, ConnectionTimeout, Script Timeout.&lt;/p&gt;
&lt;p&gt;When I upload a file of 63Mb everything works fine. When I upload a file larger than 64Mb I get an error: &amp;quot;Error 400 Bad request&amp;quot;. I&amp;#39;ve searched the web (a lot!) but still no solution. Who can help me?&lt;/p&gt;
&lt;p&gt;Debugging, I have tried: &lt;br /&gt;AspMaxRequestEntityAllowed=2Mb. Upload a file of 5Mb-&amp;gt; ERROR 500. AspMaxRequestEntityAllowed=6Mb-&amp;gt; no error. &lt;br /&gt;AspMaxRequestEntityAllowed=100Mb. Upload a file of 60Mb -&amp;gt; no error&lt;br /&gt;AspMaxRequestEntityAllowed=100Mb -&amp;gt; ERROR 400&lt;/p&gt;
&lt;p&gt;For me it is very strange that I get a Bad Request error. Could this be a differrent setting I am missing?&lt;/p&gt;</description></item><item><title>MOBILE PHONE (Windows MOBILE 6.1)  does not connect to server.</title><link>http://forums.iis.net/p/1159851/1912702.aspx#1912702</link><pubDate>Thu, 06 Aug 2009 13:19:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912702</guid><dc:creator>dkissinger</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;I had changed cache setting on all websites to try to reduce the amount of memory being used by IIS which backfired.&amp;nbsp; It caused my working perfectly phone to nolonger connect to my server for email and even after I set cache back to what it was in the beginning it still does not connect and when I log into Exchange Web Client I get a directory list of users instead of webpages.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;HELP!!&lt;/p&gt;</description></item><item><title>Problem with W3WP.EXE</title><link>http://forums.iis.net/p/1158406/1906860.aspx#1906860</link><pubDate>Sat, 13 Jun 2009 12:21:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906860</guid><dc:creator>nettscore</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;HI everyone,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a problem where after page inactivity anything from 30 seconds onwards, the next click on any part of the site seems to take ages.&lt;/p&gt;&lt;p&gt;&amp;nbsp;It looks to me like the above exe is recycling and causing the app to have to reload???&lt;/p&gt;&lt;p&gt;I have set the inactivity time out to 12 hours in the application pool.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestion greatly received &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS stopped logging after reinstall</title><link>http://forums.iis.net/p/1157217/1902077.aspx#1902077</link><pubDate>Tue, 28 Apr 2009 07:32:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902077</guid><dc:creator>Gertsen</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m running 32Bit Windows Server 2003 Standard IIS 6.0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reinstalling Windows on the server, as usual I made a backup of all IIS settings by using the &amp;quot;Backup/Restore Configuration&amp;quot; tool, and copying the two backup-files&lt;/p&gt;&lt;p&gt;C:\Windows\System32\inetsrv\MetaBack\&amp;lt;backupname&amp;gt;.MD0&lt;br /&gt;C:\Windows\System32\inetsrv\MetaBack\&amp;lt;backupname&amp;gt;.SC0&lt;/p&gt;&lt;p&gt;After reinstalling Windows, I copied those files back in, and restored the backup.&lt;/p&gt;&lt;p&gt;I got all my sites and settings back, and everything was good.&lt;/p&gt;&lt;p&gt;Now, a few weeks later, I noticed a problem: &lt;span style="font-weight:bold;"&gt;IIS has stopped logging&lt;/span&gt;.&lt;br /&gt;Even new sites created after the reinstall dosen&amp;#39;t log.&lt;/p&gt;&lt;p&gt;I tried disabling logging in IIS settings, running IISReset, then re-enable it, run IISReset again, but no luck, still no logfiles are created.&lt;/p&gt;&lt;p&gt;Also I verified that both the Administrators-group and the System-account has write-access to the folder used for logfiles storage. &lt;/p&gt;&lt;p&gt;I suspect something bad has happened to the metabase, but I don&amp;#39;t know how to debug or repair that. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;m quite lost, there aren&amp;#39;t even any hints to be found in Windows&amp;#39; event logs... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>unable to enumerate websites: object already exists</title><link>http://forums.iis.net/p/1155231/1893234.aspx#1893234</link><pubDate>Thu, 12 Feb 2009 23:35:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893234</guid><dc:creator>glaze</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have been having some issues with my server since last week. Let me start from the beginning. It started when I went to boot up the server after a update install. When the computer started I got a config error while trying to load win2k server. I did as it told me, and I put in the CD and ran a repair of Win2k. This all seemed to work grand, it loaded the files and kept everything in tact DNS, MySql, Email, etc. except for IIS and my drive lettering.&amp;nbsp;Now when I click on the computer name in IIS it gives me the following error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Unable to enumerate FTP/Web Sites: Object already exists. &lt;/p&gt;
&lt;p&gt;I reassigned the drive letters to the&amp;nbsp;appropriate drives, thinking that was the problem, it wasn&amp;#39;t. I googled the error and came up with MSKB solution here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/246459"&gt;http://support.microsoft.com/kb/246459&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This solution still did not help. I have yet to try uninstalling IIS, copying all but the newest file from the \Documents and settings\All Users\Application Data\Microsoft\Crypto\RSA\Machinekeys directory (which I will try this evening when I get home) to a backup, and reinstalling. &lt;/p&gt;
&lt;p&gt;I have googled up and down and through this forum and that forum, all of these solutions seem to help everyone but myself. I really would not want to have to start fresh with a formatted partition, but right now, it seems that is going to be the case, if the uninstall/reinstall doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If anyone has any suggestions it would be greatly appreciated. Currently I have 3 clients whose sites are down, not to mention my own. I will post the results of my latest attempts when I get home later tonight.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;Update: &lt;/strong&gt;The reinstall seems to have worked, but now when the server starts all of the web services are stopped, and when I try to start them I get another error: &amp;quot;Address already in use&amp;quot;. I think it is becuase on of the other machines in my local network is running apache. I am going to try and uninstall apache and see if that makes a difference.&lt;/p&gt;</description></item></channel></rss>