I have a WCF service that is hosted in IIS6.The important part of the method looks like this: public MyUser[] GetUsers(string appName, string[] names)
I\'m using Visual Studio 2010.I work with mostly windows services and web services.I use IIS6 w/web sites pointed at my pro开发者_如何学JAVAject\'s bin/debug build, Windows 7, C#...not sure what other
I\'m creating a Silverlight application that is using <Button> tags, and calling HtmlPage.Window.Navigate(new Uri(\"http://www.google.com\"));开发者_JAVA百科 during the Click event.
I was under the impression that if a user attempted to visit a website that had been secured with an SSL certificate, but did not use HTTPS and instead used plain HTTP in the address box, a 403;4 erro
I am deploying 开发者_如何学Ca Asp.Net MVC 2.0 application on IIS 6.0. When I request any page I get the following error.
I have used appcmd to create websites on my local computer. There doesn\'t appear to be a server parameter which means that i have to remote desktop on to each machine that i\'m deploying to and run t
I am trying to run simple application (e.g. generated from template by VS.NET 2010) on IIS6. I changed it to run with .NET 4.0 (its application pool) and checked with regiis (this pool has 4.0). I al
I am not good at IIS management.I enabled gzip compression for my web site but In IIS Temporary Compressed Files folder,i dont see any aspx type file.I just see js,text,css and some html files.Is that
Is there any reason why this configuration should not work?: parent application (A) is a closed (uneditable) ASP .NET 2.0 application in IIS 6.0
I\'m having some trouble with users losing session data whilst going through an application form. It appears that they\'re losing session state part way through application forms. (ASP.NET 4.0 WebForm