0
votes
0answers
24 views

IIS6 bat file - Home Directory

How do I get the Root/Home Directory of a website in IIS6 using a batch file?? My Scenario: I am creating a tool to summarise and report of sites in IIS. I am using batch files and running iisweb ...
0
votes
2answers
25 views

SSL certificate showing differently on digicert

I have got two SSL Certificated installed on my server 2003 for differnt domains, for example *.test1.net and *.test2.net. I assigned *.test1.net certificate to one of my website on IIS 6, ...
0
votes
1answer
10 views

Site rebuilt and IIS stopped working

I've been helping a client rebuild a website that is hosted on a IIS 6 (I think) after he fired its IT Director. One of the tasks was to change all the passwords for DB access, which went just fine. ...
1
vote
2answers
38 views

IIS6 Required for Sitecore

On a development Windows Server 2008, I have had Sitecore 6.3.1 running underneath IIS7. This installation was manually installed. It has a few minor issues when using the desktop interface, but ...
0
votes
0answers
12 views

Setup a redirection in IIS with parameters carried over

If I have a website like the following: https://xxx/section1/ https://xxx/section2/ https://xxx/section3/ But users may also access the URLs with parameters: https://xxx/section1/&p=1494943 ...
0
votes
0answers
24 views

php network connection not responding

I have a php script that establishes a connection with a client server and validates transaction record. For some reason it keeps failing on our server, though runs successfully from my localhost. My ...
0
votes
0answers
23 views

program move sites from IIS to another IIS

I have server with IIS6 contains 100 sites asp.net I want move them to another server with IIS7 I need any program move and copy and deplyment them on the IIS on the new server "create virtual ...
0
votes
0answers
34 views

301 Redirect for a subdomain to another url in IIS

We are hosting many sites in the IIS, so while Using "HTTP Redirect or URLRewrite " its effecting all the sites in the IIS. Adding "rewrite rules" to the web config also can not be done because we ...
1
vote
1answer
28 views

HTTP Compression with ASP.Net MVC on IIS 6.0

I'm serving some farily large webpages (~600k) via MVC over IIS 6.0. Is there any opportunity to use HTTP compression to reduce the amount of bandwidth used? Is this possible without a file extension ...
1
vote
2answers
82 views

Custom 404 error redirection Asp.net + iis6

I need to custom error 404 redirection. My webconfig is: <customErrors mode="On"> <error statusCode="404" redirect="~/Errors/Error404.aspx" /> </customErrors> I will delete ...
0
votes
0answers
43 views

Does Http.sys stack maintains separate threadpool?

Off late I have been trying to understand internal of IIS request processing. I came across nice blog on ASP.Net Thread Usage in IIS 7.0 and 6.0. ...
0
votes
0answers
20 views

webform_postbackoptions is undefined after adding machine key

I added machine key to solve the View state error in my asp.net application. Now i am getting webform_postbackoptions is undefined which fails all my postbacks. I check my Webresources.axd.But it is ...
0
votes
0answers
29 views

IIS aborting REST API CORS requests with 500… for one and only one URI

I'm using AJAX to make CORS requests to an api, but seeing some really odd behavior: my click-tracking (pre-flight OPTIONS request) is always interrupted by IIS and returns 500 before the request is ...
0
votes
0answers
19 views

IIS load wrong website on HTTPS

I have two websites: http://EN.2send.co.il www.2send.co.il Both are working fine with HTTP:// But when using in browser HTTPS:// the EN version loads for both of them. I am using wildcard SSL ...
0
votes
0answers
13 views

IIS 6 host headers configuration

I was following the steps from sslshopper to install a wildcard SSL certificate on IIS 6. First I installed the certificate on my site http://en.2send.co.il, then I was using this command to bind the ...

1 2 3 4 5 31
15 30 50 per page