<?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 'IIS 7.0'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS+7.0&amp;orTags=0</link><description>Search results matching tag 'IIS 7.0'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Migrating from IIS 5.0 to IIS 7.0</title><link>http://forums.iis.net/p/1150814/1926611.aspx#1926611</link><pubDate>Mon, 30 Nov 2009 23:55:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926611</guid><dc:creator>strovek123</dc:creator><cs:applicationKey>iis7_-_setup__migration-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;HI!&amp;nbsp; I finally managed to get access to Windows 2008.&amp;nbsp; It seems that the tools available are different but the basic approach of my previous article still works.&amp;nbsp; Only difference is that you need to use a command tool called appcmd to perform the migration.&lt;/p&gt;&lt;p&gt;&amp;nbsp;The details can be found in my new article below:&lt;/p&gt;&lt;p&gt;&amp;nbsp;http://programmersjournal.blogspot.com/2009/12/migrating-from-iis-56-to-iis-7.html&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Server Error in '/FormsAuthorization' Application...System.Web.AspNetHostingPermission</title><link>http://forums.iis.net/p/1162998/1926307.aspx#1926307</link><pubDate>Thu, 26 Nov 2009 20:51:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926307</guid><dc:creator>psalm3_3</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;Please note that&amp;nbsp;I have been abled to get a forms authorization website working&amp;nbsp;without a problem using Visual Studio 2008&amp;nbsp;with IIS 6.0 on Microsoft Windows Xp (cf. &lt;a href="http://www.codeproject.com/KB/web-security/RolesFormsAuthorization.aspx"&gt;&lt;font color="#0033cc"&gt;http://www.codeproject.com/KB/web-security/RolesFormsAuthorization.aspx&lt;/font&gt;&lt;/a&gt;); however, when I attempt to access the website on a Windows 7 server&lt;a href="http://localhost/FormsAuthorization/Admin/Default.aspx"&gt;&lt;font color="#0033cc"&gt;http://localhost/FormsAuthorization/Admin/Default.aspx&lt;/font&gt;&lt;/a&gt;[&lt;a title="New Window" href="http://localhost/FormsAuthorization/Admin/Default.aspx"&gt;&lt;font color="#0033cc"&gt;^&lt;/font&gt;&lt;/a&gt;] using IIS 7.0 on&amp;nbsp;with Visual Studio 2010 Beta 2, I receive the following errors:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;Server Error &lt;span class="code-keyword"&gt;in&lt;/span&gt; &lt;span class="code-string"&gt;&amp;#39;&lt;/span&gt;&lt;span class="code-string"&gt;/FormsAuthorization&amp;#39;&lt;/span&gt; Application.&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Security Exception &lt;br /&gt;Description: The application attempted to perform an operation not allowed by the security policy.  To grant &lt;span class="code-keyword"&gt;this&lt;/span&gt; application the required permission please contact your system administrator or change the application&lt;span class="code-string"&gt;&amp;#39;&lt;/span&gt;&lt;span class="code-string"&gt;s trust level in the configuration file. &lt;br /&gt;&lt;br /&gt;Exception Details: System.Security.SecurityException: Request for the permission of type &amp;#39;&lt;/span&gt;System.Web.AspNetHostingPermission, System, Version=2.&lt;span class="code-digit"&gt;0&lt;/span&gt;.&lt;span class="code-digit"&gt;0&lt;/span&gt;.&lt;span class="code-digit"&gt;0&lt;/span&gt;, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;span class="code-string"&gt;&amp;#39;&lt;/span&gt;&lt;span class="code-string"&gt; failed.&lt;br /&gt;&lt;br /&gt;Source Error: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 38:     protected void Application_AuthenticateRequest(Object sender,EventArgs e)&lt;br /&gt;Line 39:     {&lt;br /&gt;Line 40:         FormsAuthenticationUtil.AttachRolesToUser();&lt;br /&gt;Line 41:     }&lt;br /&gt;Line 42:        &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File: c:\inetpub\wwwroot\FormsAuthorization\Global.asax    Line: 40 &lt;br /&gt;&lt;br /&gt;Stack Trace: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[SecurityException: Request for the permission of type &amp;#39;&lt;/span&gt;System.Web.AspNetHostingPermission, System, Version=2.&lt;span class="code-digit"&gt;0&lt;/span&gt;.&lt;span class="code-digit"&gt;0&lt;/span&gt;.&lt;span class="code-digit"&gt;0&lt;/span&gt;, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;span class="code-string"&gt;&amp;#39;&lt;/span&gt;&lt;span class="code-string"&gt; failed.]&lt;br /&gt;   FormsAuthenticationUtil.AttachRolesToUser() +0&lt;br /&gt;   ASP.global_asax.Application_AuthenticateRequest(Object sender, EventArgs e) in c:\inetpub\wwwroot\FormsAuthorization\Global.asax:40&lt;br /&gt;   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80&lt;br /&gt;   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +171&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927 &lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;Also, when I open the existing website in Visual Studio 2010 Beta 2, it has the following error messages (there are no error messages when I open the website on IIS 6.0/Windows Xp with Visual Studio 2008):&lt;br /&gt;&lt;br /&gt;Warning&amp;nbsp;1&amp;nbsp;C:\inetpub\wwwroot\FormsAuthorization\Default.aspx: ASP.NET runtime error: Value cannot be null.&lt;br /&gt;Parameter name: frameworkName&amp;nbsp;C:\inetpub\wwwroot\FormsAuthorization\Default.aspx&amp;nbsp;1&amp;nbsp;1&amp;nbsp;C:\...\FormsAuthorization\&lt;br /&gt;Warning&amp;nbsp;2&amp;nbsp;C:\inetpub\wwwroot\FormsAuthorization\Login.aspx: ASP.NET runtime error: Value cannot be null.&lt;br /&gt;Parameter name: frameworkName&amp;nbsp;C:\inetpub\wwwroot\FormsAuthorization\Login.aspx&amp;nbsp;1&amp;nbsp;1&amp;nbsp;C:\...\FormsAuthorization\&lt;br /&gt;Warning&amp;nbsp;3&amp;nbsp;C:\inetpub\wwwroot\FormsAuthorization\Global.asax: ASP.NET runtime error: Value cannot be null.&lt;br /&gt;Parameter name: frameworkName&amp;nbsp;C:\inetpub\wwwroot\FormsAuthorization\Global.asax&amp;nbsp;1&amp;nbsp;1&amp;nbsp;C:\...\FormsAuthorization\&lt;br /&gt;Error&amp;nbsp;4&amp;nbsp;Value cannot be null.&amp;nbsp; Parameter name: frameworkName&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Does&amp;nbsp;anyone&amp;nbsp;have any suggestions?&amp;nbsp; Why would it work on IIS 6.0 but not on IIS 7.0?&amp;nbsp; I&amp;#39;ve tried modifying the permissions on IIS 7.0 Manager .NET Trust Levels from Full (internal) to Minimal, but that results in the website giving&amp;nbsp;the error &amp;quot;Debugging is not supported under current trust level settings.&amp;quot;&amp;nbsp; Please note that I&amp;#39;m new to IIS 7.0 and in fact to Microsoft web servers in general, so if you have any ideas they would be greatly appreciated.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: pkgmgr.exe versus ServerManagerCmd.exe</title><link>http://forums.iis.net/p/1162677/1925281.aspx#1925281</link><pubDate>Wed, 18 Nov 2009 18:36:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925281</guid><dc:creator>MikeJ6996</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;I seem to be having an intermittent issue with installing ISAPI Extensions and ISAPI Filter on Windows 2008 EE 64-bit with this command:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;start /w %systemroot%\System32\pkgmgr.exe /iu:IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HttpRedirect&lt;/p&gt;&lt;p&gt;Using ServerManagerCmd I have no issues.&lt;/p&gt;&lt;p&gt;You recommend ServerManagerCmd. Are there issues with pkgmgr and Windows 2008 and/or 64-bit?&lt;/p&gt;&lt;p&gt;Do you know of any issues with transitioning to ServerManagerCmd and using it to install the same components in Windows 2008 R2?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;--Mike &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Cannot connect to mysql db 5.1</title><link>http://forums.iis.net/p/1162711/1925060.aspx#1925060</link><pubDate>Tue, 17 Nov 2009 15:40:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925060</guid><dc:creator>Perryvanz</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Im using IIS 7.5&amp;nbsp;with Windows server 2008 r2. I want to open my database, so&amp;nbsp;I used the next&amp;nbsp;connectstring for opening the db: &lt;br /&gt;&lt;br /&gt;connect_string = &amp;quot;Driver={MySQL ODBC 5.1 Driver};&amp;nbsp;Server=localhost; UID=username; PWD=pwd; Database=db&amp;quot;&lt;br /&gt;set dbConn = server.createObject(&amp;quot;ADODB.connection&amp;quot;)&lt;br /&gt;dbConn.open(connect_string)&lt;br /&gt;&lt;br /&gt;I&amp;#39;m getting this error....&lt;/p&gt;
&lt;p&gt;Microsoft OLE DB Provider for ODBC Drivers&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;&lt;font size="2" face="Arial"&gt;error &amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/font&gt; &lt;br /&gt;&lt;br /&gt;What do I have to do to connect to my db?&lt;/p&gt;
&lt;p&gt;Perry&lt;/p&gt;</description></item><item><title>Directory Enumeration possible on Web Server</title><link>http://forums.iis.net/p/1162488/1924017.aspx#1924017</link><pubDate>Tue, 10 Nov 2009 06:22:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924017</guid><dc:creator>sunitha4ever</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My web application runs on Windows Server 2008 and IIS 7. During penetration testing, we found that it was possible to determine the existence of directories within the web root on the system through messages returned by the access control code. This could enable an attacker to target particluar areas of functionality that they otherwise may not be aware of.&lt;/p&gt;
&lt;p&gt;Eg: 1. Directory : /includes/ - Return Code: 403 ; Conclusion:-&amp;nbsp;Forbidden. This directory exists but access has not been granted.&lt;/p&gt;
&lt;p&gt;2. Directory : /Views/ - Return Code: 403 ; Conclusion:-&amp;nbsp;Forbidden. This directory exists but access has not been granted although access is granted to subdirectoires for example /Views/xyz/abc.aspx&lt;/p&gt;
&lt;p&gt;3. Directory : /mwr/ - Return Code: 404 ; Conclusion:-&amp;nbsp;Not Found. This directory does not exist in the web root&lt;/p&gt;
&lt;p&gt;Could you please help me to prevent this enumeration of directories such that a&amp;nbsp;resource that the current user does not have access to should yield an identical message to the one displayed if that resource does not exist.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Getting non-Adminstrator user to authenticate with MsDeployAgentService</title><link>http://forums.iis.net/p/1162486/1924003.aspx#1924003</link><pubDate>Tue, 10 Nov 2009 01:39:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924003</guid><dc:creator>willundin</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;I have a Windows 2008 R2 server with IIS 7 and Web Deployment Tools.&lt;/p&gt;
&lt;p&gt;As the local adminstrator, I am able to authenticate with&amp;nbsp;&amp;nbsp;&lt;a href="http://myserver/MSDEPLOYAGENTSERVICE"&gt;http://MyServer/MSDEPLOYAGENTSERVICE&lt;/a&gt; and&amp;nbsp; deploy a web application using a command like&lt;/p&gt;
&lt;p&gt;msdeploy.exe -source:iisApp=&amp;#39;c:\Temp\DeployTest&amp;#39; -verb:Sync -whatif -dest:iisApp=&amp;#39;Default Web Site\DeployTest&amp;#39;, computerName=MyServer, username=Administrator, password=MyPassw0rd&lt;/p&gt;
&lt;p&gt;I do not want (other people/processes) to use the server administrator account for this purpose.I created a different local windows user (not administrator).&amp;nbsp; I made the user an IIS Manager.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I cannot authenticate at&amp;nbsp; &lt;a href="http://myserver/MSDEPLOYAGENTSERVICE"&gt;http://MyServer/MSDEPLOYAGENTSERVICE&lt;/a&gt;&amp;nbsp; nor can I use the msdeploy string, I get a 401 error, unauthorized, with this new user.&lt;/p&gt;
&lt;p&gt;On a whim,&amp;nbsp;I gave the user full control access to inetpub and sub directories. Still No Dice.&lt;/p&gt;
&lt;p&gt;I believe I hit all the steps in the videos (like &lt;a href="http://learn.iis.net/page.aspx/549/setting-up-delegated-administration-server-and-client-experiences/"&gt;http://learn.iis.net/page.aspx/549/setting-up-delegated-administration-server-and-client-experiences/&lt;/a&gt;&amp;nbsp;) but they used the Adminstrator account for Server access, and I want to use a non-Administrator, if possible.&amp;nbsp;I poked around in IIS Management Service Delegation, but was unclear when these would apply.&lt;/p&gt;
&lt;p&gt;So, any tips on spots to check or tweak?&amp;nbsp;&amp;nbsp; I am sure its mostly an IIS configuration issue,&amp;nbsp;but I mentioned MS Deploy in a prior IIS config question over there and was pointed here.&amp;nbsp; Thanks all.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS7 ServerSupportFunction</title><link>http://forums.iis.net/p/1162467/1923931.aspx#1923931</link><pubDate>Mon, 09 Nov 2009 17:09:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923931</guid><dc:creator>minho kim</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;IIS7, Windows server 2008 64bit, &lt;/p&gt;
&lt;p&gt;ISAPI filter(VC 2005) hello. help me. i&amp;#39;ve got problem. &lt;/p&gt;
&lt;p&gt;I want to run my ISAPI filter on IIS7, but now disable. problem is following example.. &lt;/p&gt;
&lt;p&gt;When connect to http://www.test.com, ServerSupportFunction is not action But, &lt;/p&gt;
&lt;p&gt;connect to &lt;a href="http://www.test.com/index.htm"&gt;http://www.test.com/index.htm&lt;/a&gt;, ServerSupportFunction is action &lt;/p&gt;
&lt;p&gt;&amp;#39;NotificationType&amp;#39; use it : SF_NOTIFY_PREPROC_HEADERS &lt;/p&gt;
&lt;p&gt;when Reqeust Header arrived i think, at SF_NOTIFY_PREPROC_HEADERS first processing! &lt;/p&gt;
&lt;p&gt;but, connect to ROOT of WebServer(http://www.test.com) SF_NOTIFY_PREPROC_HEADERS event is not first processing. &lt;/p&gt;
&lt;p&gt;( I&amp;#39;m not use SF_NOTIFY_READ_RAW_DATA) &lt;/p&gt;
&lt;p&gt;sample code is,, &lt;/p&gt;
&lt;p&gt;switch (NotificationType) &lt;/p&gt;
&lt;p&gt;case SF_NOTIFY_PREPROC_HEADERS : &lt;/p&gt;
&lt;p&gt;{ &lt;/p&gt;
&lt;p&gt;string url(&lt;a href="http://www.google.com/"&gt;http://www.google.com&lt;/a&gt;);&lt;/p&gt;
&lt;p&gt;string headers(&amp;quot;Location: &amp;quot;); &lt;/p&gt;
&lt;p&gt;headers += url.c_str(); &lt;/p&gt;
&lt;p&gt;headers += &amp;quot;\r\n&amp;quot;; &lt;/p&gt;
&lt;p&gt;headers += &amp;quot;Connection: close\r\n&amp;quot;; &lt;/p&gt;
&lt;p&gt;headers += &amp;quot;Content-type: text/html\r\n&amp;quot;; &lt;/p&gt;
&lt;p&gt;if(!pfc-&amp;gt;ServerSupportFunction(pfc, SF_REQ_SEND_RESPONSE_HEADER, &amp;quot;302 test ridirection&amp;quot;, (unsigned long)(headers.c_str()), 0)) &lt;/p&gt;
&lt;p&gt;{ &lt;/p&gt;
&lt;p&gt;logger-&amp;gt;error(&amp;quot;redirect() Redirection Failed&amp;quot;); &lt;/p&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;logger-&amp;gt;debug(&amp;quot;test2222&amp;quot;); &lt;/p&gt;
&lt;p&gt;return SF_STATUS_REQ_NEXT_NOTIFICATION; &lt;/p&gt;
&lt;p&gt;break; &lt;/p&gt;
&lt;p&gt;} &lt;/p&gt;
&lt;p&gt;why is not first event with SF_NOTIFY_PREPROC_HEADERS?? why IIS7 Server is hook&lt;/p&gt;
&lt;p&gt;(redirection default page) earlier than SF_NOTIFY_PREPROC_HEADERS?? &lt;/p&gt;</description></item><item><title>Push to Smooth Streaming Publishing point</title><link>http://forums.iis.net/p/1162368/1923501.aspx#1923501</link><pubDate>Thu, 05 Nov 2009 14:15:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923501</guid><dc:creator>Iain Ballard</dc:creator><cs:applicationKey>iis7_-_media-41</cs:applicationKey><description>Hi.
&lt;br /&gt;&lt;br /&gt;
I&amp;#39;ve been trying to push a stream IIS with the Live Smooth Streaming plugin.
&lt;br /&gt;&lt;br /&gt;
Using the &amp;quot;pushEncoder.exe&amp;quot; it works OK, but using any other method, IIS returns a &amp;quot;200 OK&amp;quot; method after the first fragment&amp;#39;s &amp;#39;mdat&amp;#39;.
&lt;br /&gt;&lt;br /&gt;
It then won&amp;#39;t accept any further fragments.
&lt;br /&gt;&lt;br /&gt;
Is there any way of finding out what&amp;#39;s going wrong? Event log and IIS logs aren&amp;#39;t giving any useful info (no difference between success and failure).
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;

Also, I notice that &amp;quot;pushEncoder.exe&amp;quot; puts a &amp;#39;uuid&amp;#39; atom at the end of the &amp;#39;moof&amp;#39; atoms, and this is not present in the source MP4. Is it important &amp;amp; what is it&amp;#39;s purpose?
&lt;br /&gt;&lt;br /&gt;
Thanks,
Iain B.</description></item><item><title>Site Not Displaying Properly</title><link>http://forums.iis.net/p/1162259/1922990.aspx#1922990</link><pubDate>Sun, 01 Nov 2009 22:33:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922990</guid><dc:creator>jwblair</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>In actuality, it is probably a configuration that I have missed that is causing my frustration.  

I am running Server 2008 Enterprise in a lab environment and have installed IIS as one of the roles.  I then downloaded the platform that allows easy download and installation of various apps / site technologies (Drupal, WordPress, et cetera) and then installed WordPress.  Installation went easy enough and I can login to the installation on the local machine and view the site with no errors.  However, if I go a different machine in the lab and type in the site, it brings up a skeleton view of the page - no images, css, or anything, just text and hyperlinks.

At this point in the lab, there is no firewall running (not even Windows Firewall) as I need to know and understand what to open up and what not to.  If I cannot get the site working properly without a firewall, I surely will not after adding a firewall!

In advance, I appreciate any help you can provide!</description></item><item><title>80004005</title><link>http://forums.iis.net/p/1162124/1922411.aspx#1922411</link><pubDate>Wed, 28 Oct 2009 00:51:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922411</guid><dc:creator>eugenedebb</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi there, I have recently installed windows 7 pro 64. &lt;/p&gt;
&lt;p&gt;I have a classic asp app using msaccess which ran perfectly on my vista install. &lt;/p&gt;
&lt;p&gt;I keep getting &amp;quot; error &amp;#39;80004005&amp;#39; &amp;quot; on my connectionstring line in asp . No additional info.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have done the following :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;icacls command for users and creator owner. &lt;br /&gt;disabled uac. &lt;br /&gt;set permissions for iis guest account to full control on site directory. &lt;br /&gt;set loaduserprofiles to false. &lt;br /&gt;enabled parent paths. &lt;br /&gt;set show error messages to true. &lt;br /&gt;changed from dsn to connectionless and back. &lt;br /&gt;&lt;br /&gt;I&amp;#39;m now stuck at what to do next. &lt;br /&gt;&lt;br /&gt;Please help &lt;br /&gt;&lt;br /&gt;Thanking you in advance. &lt;/p&gt;</description></item></channel></rss>