I have a site that I\'ve copied over from an older box with IIS 6 to a new box running IIS 7.5. The starts up and goes to the login page just fine. After logging in, the next page comes up properly. B
I have an application that queries a database hosted on a wind开发者_开发百科ows 2003 server.IIS appears to works fine because other applications work ok.
When using IIS6, should the \'Deploy\' context menu item be available when right clicking on a web site?
Good day! I\'ve an application where 3rd party SOAP web-service is involved. Web service call is not very fast (a 1-3 seconds in common). I noticed that during this calls the entire application is \'
Does anyone know if a server that is Microsoft-IIS/6.0 support ASP files? I can\'t find an answer. Should have been more开发者_C百科 specified. Does it support .aspx files?Yes IIS 6.0 supports Classi
I\'d like to execute an exe from an ASP.NET MVC application. Yes I understand that inherent risks of doing this, but unfortunately I really need to do it.
I am hosting my WCF REST on IIS6 and calling it from my WPF application. Following is the endpoint: I get following error :
I have my workflow hosted in a WorkflowServiceApplication running on IIS5 (production environment will be IIS6) with a persistence database. It\'s a request/approval service so there\'s a delay (a few
I\'m trying to build logviewer for logfiles stored on our server.I know about the logviewers available on codeplex. But I\'m looking to build something of my own.
I have a custom error page that should display for HTTP 404 errors.It does not and I am having difficulty figuring ou开发者_StackOverflowt why.