Search

You searched for the word(s): userid:848405

Matching Posts

  • Re: Static content caching on Shared hosting server

    Hello, Compression is a built-in option in IIS, so it will be difficult to accomplish without your host's approval. However, this page has several IIS Compression techniques: http://www.websiteoptimization.com/speed/18/ Hope this helps!
  • Re: Saving Https Images

    Hello, The following post may apply here (when trying to save the image directly you are unable to change the file format from .bmp): http://support.microsoft.com/kb/260650/ This issue may occur if your Temporary Internet pages cache is full. This issue can occur if you have "Do not save encrypted pages to disk" selected in Tools, Options, Advanced Tab and are loading the page over a secure connection (https). You may want to check to see if your image file itself is set to be encrypted
    Posted to Web Forms (Forum) by ServerIntellect_BH on 9/11/2009
  • Re: Windows Authentication

    Hello, A logon page is not required if you are using Windows Authentication - as you are checked for authorization before the site will allow you to see it. If you fail authentication, it will display an Authentication error and not allow you into the site at all so if you are seeing your 'hi you are' page then you must be authenticating. This may help explain the Authentication details better: http://msdn.microsoft.com/en-us/library/ms998358.aspx http://www.microsoft.com/technet/prodtechnol
    Posted to Security (Forum) by ServerIntellect_BH on 9/11/2009
  • Re: asp.net 4.0, libraries, etc

    Hello, As far as .NET 3.5, I don't think there is a more complete book than "ASP .NET 3.5 Unleashed": http://www.amazon.com/ASP-NET-3-5-Unleashed-Stephen-Walther/dp/0672330113 I'm not sure for .NET 4.0, unfortunately. Hope this helps!
    Posted to Book Reviews (Forum) by ServerIntellect_BH on 9/11/2009
  • Re: In IIS, How do I setup a static "Hello World" that can be viewed over the internet?

    Hello, When I go to "www.kristieisacutiepie.info", I see the following displayed: TEST ON 9/10/09 The domain is currently resolving to "74.215.19.114" for me. Most likely you are just experiencing DNS propagation if you just purchased / set up the DNS for the domain.
  • Re: How do I tell if SP1 for 3.5 is installed?

    Hello, Also, if you have access, you can look in the Add/Remove Programs section of the Control Panel to see if the Service Pack is installed on the server. Hope this helps!
  • Re: aspx markup displayed instead of aspx content

    Hello, If you have verified the .aspx extension is mapped correctly for the site, and the only thing that has changed is the code, then I would recommend inspecting the files with notepad to see if perhaps Unicode characters have been saved in the files, preventing IIS from recognizing the ASP opening tags. Otherwise, I would create a very simple test ASPX page to test whether it is indeed those updated files causing the problem, or an IIS configuration problem. As always, check the Event Viewer
  • Re: No asp.net tab in IIS on windows 2003 64 bit os

    Hello, This is very useful in dealing with 64bit servers or modifying a site's .NET version when the .NET tab is missing from IIS: ASP.NET Version Switcher http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx This will at least allow you to correct each site's .NET version.
  • Re: Error trying to write to XML file

    Hello, The 404 error message you are seeing is referring to the actual CustomError page specified in the web.config file "/CustomError.aspx", it would appear that your script is causing an error, and not able to load the customError page, displaying a 404 error. I would recommend setting your "CustomErrors" setting in your web.config file to "Off" so that you may see the true error message your script is generating. Feel free to post this error message when you get it
    Posted to Web Forms (Forum) by ServerIntellect_BH on 3/23/2009
  • Re: Localhost not able to establish a connection on port ...

    Hello, Can you verify the SQL Service is running? (Start -> Administrative Tools -> Services) I would also look in the Event Viewer for any errors. You may also want to try rebooting to see if that resolves the issue. If you see any errors in the Event Log or can post the full exact error here, it will help troubleshoot the issue. Hope this helps!
Page 1 of 2 (16 items) 1 2 Next >