active questions tagged iis - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T18:04:18Z http://stackoverflow.com/feeds/tag/iis http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/481565/logging-requests-on-high-traffic-websites 0 Logging requests on high traffic websites Waleed Eissa 2009-01-26T22:02:06Z 2009-12-09T17:33:52Z <p>I wonder how high traffic websites handle traffic logging, for example a website like myspace.com receives a lot of hits, I can imagine it would take a lot of space to log all those requests, so, do they log every single request or how do they handle this?</p> http://stackoverflow.com/questions/1416128/my-local-host-goes-so-slow-now-that-i-am-on-windows-7-and-asp-net-mvc 0 My Local Host goes so slow now that I am on windows 7 and Asp.net MVC chobo2 2009-09-12T21:02:35Z 2009-12-09T17:10:30Z <p>Hi</p> <p>I switched from windows xp to windows 7 pro 64bit. When my computer was in xp I had 2 gigs of ram and overclocked my cpu to 3.0ghz now I have 4gigs of ram but had to lower my cpu to 2.8ghzs.</p> <p>Ever since I been running windows 7 local host goes so slow when I run my asp.net mvc site. I don't understand why. It can take up to 20seconds to load up a page. With an average being 10.</p> <p>The thing I really don't get is that when I use sloppy and put my speed at 256kb it runs alot faster then when I don't use sloppy and just use local host.</p> <p>My site use to be instant on local host what I figure it should almost be since it is local host. So I can't understand why putting it at a speed is somehow faster.</p> <p>Is there some option I need to set? Or some IIS setting? I don't think I installed IIS yet since I just use the built in thing from visual stuidos 2008(cassa?)</p> <p>I get the same slowness in all major browser(firefox,IE,chrome,opera,safari).</p> <p>Thanks</p> http://stackoverflow.com/questions/1869083/iis-7-returning-an-old-version-of-a-constantly-changing-file 0 IIS 7 returning an old version of a constantly changing file awolf 2009-12-08T18:54:29Z 2009-12-09T15:12:54Z <p>I'm trying to use IIS7 to host a <a href="http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html" rel="nofollow">HTTP Live Streaming</a> server. </p> <p>For those not familiar with HTTPLS: an audio or video stream is broken into small segments and made available on a web server. Along with the segments an index.m3u8 file is created which is a flat text file that lists segments currently available for download in the order in which they should be played. Typically, a new segment is created every 5 or 10 seconds and the index.m3u8 is overwritten at that time.</p> <p>So I have a service running in Windows Server 2008 that is writing its segments and index.m3u8 files into a directory hosted by IIS. My client software connects and has no problem playing audio most of the time.</p> <p><strong>The problem:</strong> The client will sometimes receive an old index file over and over for hours on end despite the fact that new audio segments are being created.</p> <p>I have two possible explanations:</p> <ol> <li>The service creating the segments is not succeeding in overwriting the index.m3u8 for prolonged periods of time.</li> <li>IIS7 has an internal file system cache that it reading from to fulfill the web requests.</li> </ol> <p><strong>So my question:</strong> does IIS have such a cache and if so what settings do I make to disable it?</p> <p>Edit: I forgot to mention the IIS logs for these requests show http code <strong>200</strong> request OK.</p> http://stackoverflow.com/questions/1871711/configuring-rails-on-iis 1 configuring Rails on IIS ? Ankur 2009-12-09T05:12:14Z 2009-12-09T14:15:22Z <p>We are planning to take a virtual dedicated server where we can host our .NET , PHP and rails application together . Since we need to host .NET webapps , linux is out of question . I have configured PHP on IIS , but was wondering if it is possible to configure rails with IIS . <br> We want to avoid another webserver running just for rails .</p> http://stackoverflow.com/questions/1873611/what-am-i-missing-my-app-can-send-e-mail-via-gmail-on-my-dev-box-but-not-on-my 0 What am I missing? My app can send e-mail via gmail on my dev box, but not on my server drewbu 2009-12-09T12:33:10Z 2009-12-09T13:12:47Z <ul> <li>My config files are identical, except for connection strings.</li> <li>I'm using IIS on both machines</li> <li>I elevated the IIS user on the server to ensure it's not a permissions issue</li> <li>No exceptions are thrown on my server where the e-mails are not being sent</li> <li>I know the gmail configs are correct because I can send e-mails from my dev box.</li> <li><p>Windows firewall is off and the network firewall is not blocking outbound ports.</p> <p> </p></li> </ul> <p>What else should I look for?</p> http://stackoverflow.com/questions/1873112/iis-multiple-cpu-cores-application-pools-and-worker-processes-best-configurat 1 IIS, multiple CPU cores, application pools and worker processes - best configuration for a single site? eggheaddesign 2009-12-09T10:56:54Z 2009-12-09T10:56:54Z <p>Hi</p> <p>We use Kentico CMS and I've exchanged emails with them about a web garden deployment.</p> <p>We have a single site running on a server with 8 cpu cores. In line with Kentico's advice, we have not altered the application pool web garden setting from the default i.e. it is set to a maximum number of worker processes of 1.</p> <p>Our experience is that the site only uses one of the cpu cores - the others are idling. When I emailed them about this, their response was that the OS/IIS would handle this and use other cores as necessary even though the application pool only has a single worker process.</p> <p>Now, I've a lot of respect for the guys at Kentico, but this doesn't seem right to me?</p> <p>Surely, if we want to use all cores, we need to permit eight worker processes (and implement session state storage in SQL server)?</p> <p>Many thanks</p> <p>Tony</p> http://stackoverflow.com/questions/1867624/php-fopen-fwrite-problem-on-iis7 0 PHP fopen/fwrite problem on IIS7 kramer 2009-12-08T15:15:52Z 2009-12-09T09:54:09Z <p>I am running PHP5 on IIS7 on Windows Server 2008 R2. Check out the below code which writes a string received via a POST request parameter into an XML file.</p> <pre><code>&lt;?php $temp = ""; if($_SERVER['REQUEST_METHOD']=="POST"){ if($_POST["operation"]=="saveLevels"){ $fileHandle = fopen("c:\\inetpub\\wwwroot\\test\\xml\\levels.xml", 'w'); fwrite($fileHandle, stripslashes($_POST["xmlString"])); fclose($fileHandle); $temp = "success"; }elseif($_POST["operation"]=="saveRules"){ $fileHandle = fopen("c:\\inetpub\\wwwroot\\test\\xml\\rules.xml", 'w'); fwrite($fileHandle, stripslashes($_POST["xmlString"])); fclose($fileHandle); $temp = "success"; } } </code></pre> <p>When I make a POST request to invoke this code, the application pool owning/hosting the site containing php files, stops (due to some fatal errors, as it writes in event viewer) and then IIS keeps responding with HTTP503 after that. Now, I have given proper permissions to IUSR and IISUSRS on that (test/xml) directory. Those two XML files are not already existing, I have also tried the code when an XML file is already present but; it behaved the same way. What's wrong with that php code? I have tried it on a linux-box and it behaved as expected.</p> <p>edit: I have tried various different versions of this code and came up with this result: the fopen call when awaken by a POST request, allways returns FALSE or sometimes NULL, and causes the Application Pool of itself to stop. The exact same code, works OK with a GET request, with exact same parameters. So; I dont know what the problem is but; for the time I'm just going to use GET requests for this operation.</p> http://stackoverflow.com/questions/1872660/is-is-a-bad-idea-to-have-misc-files-sitting-in-bin-directory 2 Is is a bad idea to have misc files sitting in bin directory JL 2009-12-09T09:33:04Z 2009-12-09T09:38:14Z <p>I have an assembly that contains a function that could be called from IIS or from a console app. </p> <p>Because of this I have opted for the following to get the path:</p> <pre><code>System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location) </code></pre> <p>obviously this will return the bin directory in the case of the function being called from IIS. </p> <p>I intend to create a txt file on this path. Is it such a bad idea to have text files sitting in the bin directory? Please give valid objections (if any) why this could cause problems.</p> http://stackoverflow.com/questions/1347897/ftp-cannot-access-virtual-folder 0 FTP cannot access virtual folder unknown (yahoo) 2009-08-28T15:53:34Z 2009-12-09T09:33:44Z <p>I've created a virtual folder for a folder residing at C:\Documents and Settings\..\Data</p> <p>Remote users are able to see the base folder of the FTP site, but are unable to see the Virtual folder. Is sharing a folder in the path forbidden?</p> <p>-zeekial</p> http://stackoverflow.com/questions/1142574/silverlight-2-via-windows-media-services-9 0 Silverlight 2 via Windows Media Services 9 ChrisH 2009-07-17T10:54:53Z 2009-12-09T04:44:59Z <p>I have been using the Silverlight 2 Media Player that comes with Expression Blend and also the sl2videoplayer from CodePlex and the issue I have come across is that I am unable to forward or rewind the video when it is coming via WMS 9. If I host the same video on a IIS 6 website, it works fine.</p> <p>WMS was originally hosted on the internal name of <em>stream</em> on port 8888, where as the Silverlight page is host on <em>intranet</em> on port 80. This did not work and I applied the fix (<a href="http://support.microsoft.com/kb/328728" rel="nofollow">http://support.microsoft.com/kb/328728</a>) so that WMS can be hosted on port 80 to see if this would resolve the issue, but it did not.</p> <p>I have tried using the mms://, rtsp:// and http:// prefixes and neither make any difference (I know Silverlight will fallback to http if mms or rtsp is used).</p> <p>When trying to host the file on IIS 6, it was using the same internal name of <em>stream</em>, but hosted on a different port and this worked.</p> <p>I used the source of the sl2videoplayer to debug and found that when it is hosted via WMS, the property CanSeek of the MediaElement returns false, but for IIS it is true.</p> <p>I have also tried Silverlight v3, but using the same video players and issue remains the same.</p> <p>Has anyone else had this issue with WMS 9? At the moment we only have Windows 2003 servers and no current plans to use 2008.</p> http://stackoverflow.com/questions/1871472/google-analytics-not-gathering-data-from-asp-page 0 Google analytics not gathering data from .asp page sthg 2009-12-09T03:49:14Z 2009-12-09T03:52:12Z <p>Hi, I've installed <a href="http://google.com/analytics" rel="nofollow">Google Analytics</a> several times in the past without trouble. However, recently i've installed GA on a .asp page for the first time. Google Analytics dashboard tells me the tag is properly installed, but ever after several days, i can't see any data.</p> <p><hr></p> <p><img src="http://img704.imageshack.us/img704/4584/tracking1.jpg" alt="alt text"> </p> <p><hr></p> <p><img src="http://img340.imageshack.us/img340/8272/tracking2.jpg" alt="alt text"></p> <p><hr></p> <p>Is there any special setup required for .asp pages or windows servers? </p> <p>Unfortunately, I don't have the option to install <a href="http://gahelper.com/" rel="nofollow">GAHelper</a>.</p> http://stackoverflow.com/questions/1871112/cannot-connect-to-mysql-through-php 4 Cannot connect to MySQL through PHP Jalil 2009-12-09T01:38:03Z 2009-12-09T02:54:44Z <p>Seems like a beginner question but I can't seem to figure it out ...</p> <p>I have a fresh Windows 7 x64 / Apache 2.2 / PHP 5.2 / MySQL 5 x64 installation.<br> Actually I tried both IIS and Apache. </p> <p>But this PHP Code does not work: </p> <pre><code>&lt;? $hostname = "localhost"; $username = "xxx"; $password = "xxx"; $db = mysql_connect($hostname,$username,$password) or die("die"); ?&gt; </code></pre> <ul> <li>I can connect OK to the MySQL database using direct command line, using of course the same login/password.</li> <li>I can access the MySQL database through the network with still the same login/password. </li> <li>PHP is working otherwise (<code>echo("hello world")</code> does work).</li> <li>The MySQL extension is enabled in php.ini. In fact, if I disable it I get <code>Call to undefined function mysql_connect()</code>. </li></li> <li>Windows Firewall disabled.</li> <li><p>No error message. It just doesn't return anything. After 600 seconds, it times out: </p> <pre><code> Fatal error: Maximum execution time of 60 seconds exceeded in C:\Ampache\try.php on line 6 </code></pre></li> </ul> <p>Any clue?</p> http://stackoverflow.com/questions/1329016/request-form-not-working-when-iis-is-set-to-anonymous-authentication 0 Request.Form not working when IIS is set to anonymous authentication Dave 2009-08-25T15:25:24Z 2009-12-09T02:00:03Z <p>My asp.net form handler only receives form method post data when IIS is configured for integrated windows authentication. When I switch it to anonymous authentication the request.form collection is empty. I would like IIS configured for anonymous authentication. What could be causing this? I have included my code below:</p> <p>Here's my form page HTML (there's no code behind for it): <hr /></p> <pre><code>&lt;%@ Page Language="VB" AutoEventWireup="false" CodeFile="Testing.aspx.vb" Inherits="Testing" %&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;form name="frm" method="post" action="TestResults.aspx"&gt; &lt;input type="text" name="mydata" value="" size="25" maxlength="255" /&gt; &lt;input type="submit" name="submit" value="Submit" /&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p><hr /></p> <p>Here's my form handler HTML code with the code behind to list all form variables: <hr /></p> <pre><code>&lt;%@ Page Language="VB" AutoEventWireup="false" CodeFile="TestResults.aspx.vb" Inherits="TestResults" %&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head runat="server"&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="resultsid" runat="server"&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p><hr /></p> <pre><code>Partial Class TestResults Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim aString As String = "" For Each item As String In Request.Form aString &amp;= item &amp; " = " &amp; Request.Form(item) &amp; "&lt;br /&gt;" Next Me.resultsid.InnerHtml = "&lt;b&gt;The Data:&lt;/b&gt;&lt;br /&gt;" &amp; aString End Sub End Class </code></pre> http://stackoverflow.com/questions/1862071/how-to-set-authentication-methods-in-iis-programattically 1 How to set Authentication Methods in IIS programattically Brett McCann 2009-12-07T18:50:38Z 2009-12-09T00:32:49Z <p>We are working on automating the deployment of some IIS applications. I've used cscript.exe inside a windows batch file to create the web app and such. There are however a few settings currently done by hand that I need to automate. Namely, if you look at the properties of an app, under Directory Structure -> Authentication and access control -> Edit, I need to uncheck Enable anonymous access and check Integrated Windows authentication.</p> <p>Is there an easy way to do this from a windows batch file?</p> <p>EDIT: I should clarify this is IIS 6.0, so appcmd is not available.</p> http://stackoverflow.com/questions/943719/c-webservice-having-problems-with-mozilla-firefox-browser 0 c++ webservice having problems with Mozilla Firefox browser prasanna 2009-06-03T08:50:59Z 2009-12-08T22:00:02Z <p>Hi ,</p> <p>About Problem:- We have a webservice written in c++.And we use cgi scripts in HTML pages to run our own exe which will output HTML. With IE i am not seeing any problem. But With Mozilla FireFox 3.0 there is error showing up as </p> <p>" You have chosen to open gefebt.exe which is a : Application from http:\3.212.219.180\test Would you like to save this file"</p> <p>Also i did some investigation :- i have created a virtual directory using IIS where when i click hyperlink i have made gefebt.exe to execute. With IIS there is no problem untill Execute Permissions is set to "Scripts and Executables" . If i select scripts i could see the same message in IE and mozilla plugin.</p> <p>At the same time i not seeing any difference with the code of Webservice. The way we are reffering the executable in HTML is href=gefebt.exe?xyz.bcl>Invoke xyz.bcl - I have also tries with IFrames and frames .</p> http://stackoverflow.com/questions/1869239/error-when-using-filehelpers-on-iis-sometimes-s-policyexception-required-pe 0 error when using filehelpers on IIS; sometimes :S : [PolicyException: Required permissions cannot be acquired.] Omu 2009-12-08T19:22:02Z 2009-12-08T19:22:02Z <p>FileHelpers.dll are referenced within 3 class libraryies in my solution<br/> My webapp (asp.net mvc) is on IIS7 (Full Trust) Windows 7 PRO and I sometimes get this exception when starting my app from VS2008: (to get rid of it I delete the FileHelpers.dll from bin and rebuild the solution)</p> <pre><code> [PolicyException: Required permissions cannot be acquired.] System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp; denied, Boolean checkExecutionPermission) +10238142 System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet&amp; denied, Int32&amp; securitySpecialFlags, Boolean checkExecutionPermission) +97 [FileLoadException: Could not load file or assembly 'FileHelpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e0c08d59cc3d657' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)] System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection) +416 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection) +166 System.Reflection.Assembly.Load(String assemblyString) +35 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +190 [ConfigurationErrorsException: Could not load file or assembly 'FileHelpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e0c08d59cc3d657' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +11207304 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +388 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +232 System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +48 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +210 System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +76 System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +283 System.Web.Compilation.BuildManager.CompileGlobalAsax() +50 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +676 [HttpException (0x80004005): Could not load file or assembly 'FileHelpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e0c08d59cc3d657' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)] System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +76 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +1012 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +1025 [HttpException (0x80004005): Could not load file or assembly 'FileHelpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e0c08d59cc3d657' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11301302 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4338644 </code></pre> http://stackoverflow.com/questions/1863732/how-iis-requests-are-parallelized-using-comet 0 How IIS requests are parallelized using COMET? Felipe Lima 2009-12-07T23:59:40Z 2009-12-08T16:25:40Z <p>I have an ASP.NET MVC 2 Beta application where I need to block incoming requests for a specific action until I have some data available to return or just release the request after 30 seconds with no new data available.</p> <p>In order to accomplish this, I'm using <code>AutoResetEvent.WaitOne(30000);</code></p> <p>The big issue is that IIS does not seem to be accepting any new request while the thread is blocked at the <code>WaitOne</code> instruction. New requests get hung till the thread releases.</p> <p>I need to be able to parallelize the requests while still keeping the <code>WaitOne</code> behavior.</p> http://stackoverflow.com/questions/873995/asp-net-downloading-large-files-of-unknown-size 0 ASP.NET downloading large files of unknown size uncleo 2009-05-17T06:11:30Z 2009-12-08T15:51:19Z <p>I want to use <a href="http://en.wikipedia.org/wiki/ASP.NET" rel="nofollow">ASP.NET</a> and <a href="http://en.wikipedia.org/wiki/Internet%5FInformation%5FServices" rel="nofollow">IIS</a> to download dynamically generated files to the browser to be saved. I don't know the size of the file that will be generated.</p> <p>In the current form, my code generates data and uses HttpResponse.Write() to send to the client. But the client sees no activity for about a minute, before finally showing the save file dialog.</p> <p>By default, IIS buffers the output to be sent to the client. It is possible to turn this off, but that doesn't help in my case. The problem seems to be the way IIS chooses to format the packets.</p> <p>If the file size is known ahead of time, then I could set the Content-length in the header. If I turned off output buffering, then presumably, IIS can start sending to the client right away.</p> <p>But since I don't know the file size, IIS seems to be buffering the output until a certain limit is reached (packet size or time, I don't know), then sends a packet with Transfer-encoding set to chunked.</p> <p>I could try chunking the data myself, but is there a way to get IIS to perform the chunking, but with a smaller packet size so that the dialog shows sooner?</p> http://stackoverflow.com/questions/1835469/lifetime-of-worker-process-or-appdomain 3 Lifetime of worker process or AppDomain gWiz 2009-12-02T20:10:41Z 2009-12-08T15:29:57Z <p>I have an ASP.NET app hosted in IIS, and I have automatic worker process recycling/shutdown disabled. I'd like to have a rough idea of how long the app has been running continuously without being re-loaded.</p> <p>My thinking is that one source from which this can be gleaned is information about when the worker process was last recycled, perhaps in IIS logs or performance counters. Or alternatively, from information about when the AppDomain itself was created, perhaps in performance counters. Either way, I can't find any such information. Short of changing the code, is it possible to determine this for an already-deployed app?</p> <p><strong>Edit:</strong> Perhaps 3rd party tools that monitor processes? Or information from IIS in the event log?</p> <p><strong>Answered on ServerFault:</strong> <a href="http://serverfault.com/questions/90927/lifetime-of-iis-worker-process-or-appdomain/90966#90966">http://serverfault.com/questions/90927/lifetime-of-iis-worker-process-or-appdomain/90966#90966</a></p> http://stackoverflow.com/questions/1017979/record-asp-net-user-in-iis-logs 0 Record ASP.Net user in IIS logs Pervez Choudhury 2009-06-19T13:33:15Z 2009-12-08T15:24:18Z <p>I have an ASP.NET 3.5 application (on IIS 6.0) which uses ASP.NET forms authentication. In my IIS logs, I have extended logging turned on including the cs-username field. Even after a user has logged in to my site, the cs-username still displays '-'.</p> <p>Is there a way to get the authenticated ASP.NET user's name to appear in the username field in the logs?</p> http://stackoverflow.com/questions/1571609/setting-ntauthenticationproviders-at-an-application-level-in-iis-6 1 Setting NTAuthenticationProviders at an Application level in IIS 6 Paul 2009-10-15T10:53:49Z 2009-12-08T14:40:56Z <p>I have the following structure in IIS.</p> <p>Internet Information Services<br /> &gt; (local computer)</p> <blockquote> <p>&gt; Web Sites </p> <blockquote> <p>&gt; Default Web Site </p> <blockquote> <p>&gt; MyApplication </p> </blockquote> </blockquote> </blockquote> <p>MyApplication is a Application in IIS.</p> <p>Integrated Windows authentication is NOT set on the Default Web Site. However I want to set Integrated Windows authentication on MyApplication. (Its an intranet app).</p> <p>This can be done via the GUI: Right click on the Default Web Site and choose Properties. Select the Directory Security tab, and click Edit on the Anonymous access and authentication control.</p> <p>I want to include this in a setup script. I have other setup commands, using adsutil.vbs but I'm struggling to set up the Integrated windows authentication.</p> <p>Running:</p> <pre>cscript //nologo c:\Inetpub\AdminScripts\adsutil.vbs</pre> <pre>GET /W3SVC/1/NTAuthenticationProviders</pre> <p>Returns</p> <pre>NTAuthenticationProviders : (STRING) "NTLM"</pre> <p>However, i exepcted to be able to run</p> <pre>cscript //nologo c:\Inetpub\AdminScripts\adsutil.vbs GET </pre> <pre>/W3SVC/1/ROOT/MyApplication/NTAuthenticationProviders</pre> <p>But this returns</p> <pre>Error Trying To GET the property: (Get Method Failed)</pre> <pre>NTAuthenticationProviders (This property is probably not allowed at this node)</pre> <p>Is it not possible to set NTAuthenticationProviders Metabase property on an appliction level?</p> <p>Thank you</p> http://stackoverflow.com/questions/1461026/hosting-silverlight-without-iis 4 Hosting Silverlight without IIS Douglas Anderson 2009-09-22T16:07:41Z 2009-12-08T14:04:44Z <p>Is there a way to embed a web server, or other means, in a .NET application so that the GUI could be presented as a Silverlight application? Currently we have an application that is client/server. We are using sockets to communicate and passing messages back and forth. One thought was to rework this as a Silverlight solution. The user would simply point their browser at the server on a specific port and be connected.</p> <p>I could use IIS to serve up the Silverlight (XAML) but was hoping there was another way to do this via embedding a web server or something.</p> <p><hr /></p> <p>EDIT - Further explaination:</p> <p>We decided to construct the new version of the application in WPF but are new to Silverlight &amp; WPF. Traditionally, we would have constructed this type of app using a Windows Service on the server and a Windows Forms app on the client and each would communicate through sockets. By "this type of application" I mean a Windows service that processes "stuff" and a client app that allows you to configure the serivce and to view its current status etc. I thought that instead of building the socket layer and having to parse messages, as they go back and forth between the client and server, we might be able to build a Silverlight app and have the user simply connect to the server via their browser. This would mean that I didn't have to install a client app (other then Silverlight) and would remove the communications layer. The crinckle is that I'd like to remove the dependency on the server having IIS and any configuration we might need to do to IIS.</p> <p>Maybe I'm looking at this all wrong...could be my 'newness' to WPF/Silverlight/XAML</p> <p><hr /></p> http://stackoverflow.com/questions/1866477/asp-net-webapplication-unavailable-on-live-environment-how-to-troubleshoot 0 ASP.NET Webapplication unavailable on Live Environment - How to troubleshoot Nicholas 2009-12-08T11:51:48Z 2009-12-08T11:56:38Z <p>I have a asp.net 3.5 web application which is deployed on server 2003 and IIS 6. After running fine for a few weeks it goes "Down" and by down I mean that when I try and access it the browser looks like it's loading but never actually serves the page. After an IIS reset it loads quickly again. </p> <p>My question is what are the steps and tools I should use in tracking the root cause? </p> http://stackoverflow.com/questions/1421813/server-transfer-not-working-on-iis7 0 Server.Transfer not working on IIS7 Xiaowei 2009-09-14T14:13:22Z 2009-12-07T20:00:02Z <p>I have a few ASP pages. One of them is using Server.Transfer to load another ASP page. But the page does not get called. If I change it to Response.Redirect, it is working fine. Can anyone help me? By the way, it is working fine on IIS 6 on Windows Server 2003. It only has problem when I moved to IIS 7 on Windows Server 2008. Thanks</p> http://stackoverflow.com/questions/1860108/where-can-i-find-management-scripts-for-iis-6-0 0 Where can I find management scripts for IIS 6.0? Alhambra Eidos 2009-12-07T13:50:35Z 2009-12-07T17:14:34Z <p>I'm running Windows 2003 R2 and IIS 6.0 with web applications written in ASP.NET.</p> <p>I am looking for good samples of scripts (.bat, .cmd, .VBS, or powershell) to allow me to:</p> <p>For websites: </p> <ul> <li>Create website</li> <li>Verify if website exists</li> <li>Delete website</li> </ul> <p>For virtual directories:</p> <ul> <li>Create virtual directory</li> <li>Verify if virtual directory exists</li> <li>Delete virtual directory</li> </ul> <p>For application pools:</p> <ul> <li>Create application pool</li> <li>Verify if application pool exists</li> <li>Delete application pool</li> <li>Assigning website to application pool</li> </ul> <p>thanks..</p> http://stackoverflow.com/questions/1861113/how-to-use-microsoft-web-administration-without-iis7 0 How to use Microsoft.Web.Administration without IIS7 Vnuk 2009-12-07T16:28:56Z 2009-12-07T17:00:10Z <p>I develop my site on Windows 2003 using IIS6 and Development Server that ships with Visual Studio 2008. My production site is on IIS7.</p> <p>How can I use/reference Microsoft.Web.Administration during my development without moving it to IIS7-enabled machine?</p> http://stackoverflow.com/questions/1860538/you-are-not-authorized-to-view-this-page-active-directory-problem 0 You are not authorized to view this page active directory problem SmartestVEGA 2009-12-07T15:05:22Z 2009-12-07T15:06:50Z <p>I am getting the following error while browsing my asp.net page deployed in IIS..I am using active directory data retrieval in my website and credentials to the active directory is stored in the web.config file ...</p> <pre><code>You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied. -------------------------------------------------------------------------------- Please try the following: Contact the Web site administrator if you believe you should be able to view this directory or page. Click the Refresh button to try again with different credentials. HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. Internet Information Services (IIS) -------------------------------------------------------------------------------- Technical Information (for support personnel) Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401. Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Authentication, Access Control, and About Custom Error Messages. </code></pre> <p>Any helping hands ??</p> http://stackoverflow.com/questions/1860365/you-are-not-authorized-to-view-this-page-is-a-dns-issue 0 You are not authorized to view this page is a dns issue? SmartestVEGA 2009-12-07T14:38:38Z 2009-12-07T14:55:52Z <p>I am getting the following error while browsing my asp.net page deployed in IIS:</p> <pre><code>You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied. -------------------------------------------------------------------------------- Please try the following: Contact the Web site administrator if you believe you should be able to view this directory or page. Click the Refresh button to try again with different credentials. HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. Internet Information Services (IIS) -------------------------------------------------------------------------------- Technical Information (for support personnel) Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401. Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Authentication, Access Control, and About Custom Error Messages. </code></pre> <p>Is this something regarding the issue with dns settings?</p> http://stackoverflow.com/questions/1830586/not-able-to-access-iis-deployed-asp-net-application-from-remote-systems 1 Not able to access IIS deployed asp.net application from remote systems. Rupa 2009-12-02T04:04:29Z 2009-12-07T14:06:41Z <p>Hi, I have deployed an asp.net(2.0) application in IIS. I am able to access the link for the application from my system. How ever it is not accessible from the other systems in the same LAN.</p> <p>Can anyone tell me what might be the problem?</p> <p>Thanks Rupa</p> http://stackoverflow.com/questions/1859539/you-are-not-authorized-to-view-this-page 0 You are not authorized to view this page SmartestVEGA 2009-12-07T11:51:03Z 2009-12-07T13:26:02Z <p>I am getting the following error while browsing my asp.net page deployed in IIS</p> <pre><code>You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied. -------------------------------------------------------------------------------- Please try the following: Contact the Web site administrator if you believe you should be able to view this directory or page. Click the Refresh button to try again with different credentials. HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. Internet Information Services (IIS) -------------------------------------------------------------------------------- Technical Information (for support personnel) Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401. Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Authentication, Access Control, and About Custom Error Messages. </code></pre> <p>I have checked the NTFS permissions in the website and found that everyone group has read and execute privilege.</p> <p>But there is no IUSER group for the folder</p> <p>anonymous access configured in this folder and no integrated authentication enabled.</p>