iis-6
AJAX call being blocked
I\'ve developed an C# AJAX based system with a reporting module, due to the more complex reports taking around 30 seconds to run I\'ve built in a parallel AJAX call to report the progress of the repor[详细]
2023-03-30 09:57 分类:问答How to make PDO constant definitions available?
I\'m using PDO to make an ODBC connection. Everything worked fine until, before a query, I inserted: $myPDOcon开发者_运维百科nection->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_SILENT);[详细]
2023-03-30 09:08 分类:问答MVC - navigate to home on application start
i added the following routes in my routetable. routes.MapRoute( \"Default\", \"{controller}.aspx/{action}/{id}\",[详细]
2023-03-30 09:01 分类:问答My mvc 2 application serves 404 for all pages except home page
I have an mvc 2 application that is running in ii6 in the test environment and production server. The test enviroment runs just fine, but after moving to production all pages except the home page ser[详细]
2023-03-29 22:32 分类:问答viewStateEncryptionMode="Always" not encrypting
Due to some security concerns i need to enable View State Encryption.I have viewstate & viewstateMAC turned off but i need to encrypt the \"control state\" string that is included in the __VIEWSTA[详细]
2023-03-29 21:59 分类:问答IIS redirect preserve QueryString?
I have a url: http://mywebsite.com/Account/?Number=25191108&Name=Something&Remote=False which I would li开发者_开发问答ke to redirect to:[详细]
2023-03-29 15:42 分类:问答Session management with ASP.NET MVC + IIS 6.0 + Basic Authentication
I\'ll soon be embarking on a dev project with ASP.NET MVC (C#), but would like to first determine how to fix some of the shortcomings of our existing ASP classic applications in the new environment. O[详细]
2023-03-29 15:04 分类:问答IIS6: Create/install SSL self-signed cert from command line
I want to automate the setup of S开发者_StackOverflowSL for a website in IIS6.It appears selfSSL and certutil can be used to do this but certificates are new to me and I\'m unsure how to put them toge[详细]
2023-03-28 07:54 分类:问答IIS 5.0 - Appdomain
I am in a bit of confusion here. In IIS 5.0 all the ASP.NET applications run inside the same worker process(aspnet_wp.exe). The various applications are isolated by appdomain. I believe the fundamenta[详细]
2023-03-28 04:00 分类:问答Error: Unable to create the Web site 'https://xya.domain.com'. Forbidden
Try to publish a web forms asp.net application on iis6 running on win2k server.The site requires https protocol. I am running visual studio 2010.I am successfully able to publish on test server but al[详细]
2023-03-28 01:03 分类:问答