We have a production environment wher开发者_开发技巧e we host more then 100 sites, consisting of .net 3.5 Web Applications.
I am trying to redirect a url to a subfolder, for example: http://localhost/test is what the user will input, but I want tha开发者_JS百科t to redirect to http://localhost/test/public
We\'re running an ASP.NET application over SSL on IIS7 on a 64-bit machine. Now I\'ve found several articles mentioning that to resolve this error, I need to modify the system.webServer/serverRuntime
I have situation described bellow: In CMS was implemented two presentation serverwhich aren\'t on same machine. Client want to enable IIS caching only on one machine, but changing manually web.config
I developed a web app that creates crystal reports with VS Crystal report version 13.0.2000.0. I tried publishing it and putting it in the wwwroot folder (IIS7). When I run it, it give me this error:
the problem i met is that i have iis 7 running on my pc. in the root file, wwwroot, i have a website folder, namely [apex] which is a virtual directory. in the folder is a bin folder containing a comp
I have some questions on deploying wcf web services on IIS 7: I don\'tconfigure any endpoint or service in my *.cfg file, i enable only metadata and includeExceptionInFaults, but services are workin
We have a bunch of websites running on a NLB of 3 web servers. One of the sites is a set of web services which is used to power a news application for an iPad.
I am forcing SSL on my entire site with the following code on my web.config file; <system.webServer>
I have an asp.net application with a webform that has a user control that is set to refresh every x seconds using the <meta http-equiv=\"refresh\" content=\"60\" />