Quantcast
Channel: All Forums
Viewing all 28504 articles
Browse latest View live

Application starting to work wrong.

$
0
0

Hey guys,

i´m new into IIS site-configuration and i´m starting to have some problems with an application. Really don´t know why is happening, but start working when i click the refresh button(IIS).

It´s really annoying if I have to do it each time when somebody try to use the application. It´s making me crazy, because it´s works perfect and after I don´t know how much time, if I try to use it again, simply doesn´t work.

This is my web.config from the application folder:

<?xml version="1.0" encoding="UTF-8"?><configuration><configSections><section name="UploadModuleManagement" type="DimpleSoftwares.KFileUploadPlus.UploadModule,DimpleSoftwares.KFileUploadPlus" /></configSections><UploadModuleManagement bufferSize="2000" /><appSettings><add key="TempDir" value="./uploads" /></appSettings><system.web><pages enableEventValidation="false" validateRequest="false" /><httpHandlers><add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" /></httpHandlers><httpModules><add name="UploadModule" type="DimpleSoftwares.KFileUploadPlus.UploadModule,DimpleSoftwares.KFileUploadPlus" /></httpModules><compilation defaultLanguage="c#" debug="true" /><customErrors mode="RemoteOnly" defaultRedirect="DMError.aspx" /><authentication mode="Forms"><forms name="DMAuthCookie" loginUrl="DMLogin.aspx" protection="All" timeout="240" slidingExpiration="true" /></authentication><authorization><deny users="?" /></authorization><trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /><sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="240" /><globalization requestEncoding="utf-8" responseEncoding="utf-8" /><httpRuntime maxRequestLength="1048576" executionTimeout="14400" /></system.web><system.webServer><security><requestFiltering><requestLimits maxAllowedContentLength="1073741824" /></requestFiltering></security><defaultDocument><files><clear /><add value="default.aspx" /><add value="Default.asp" /><add value="Default.htm" /><add value="index.htm" /><add value="index.html" /><add value="iisstart.htm" /><add value="index.php" /></files></defaultDocument></system.webServer></configuration>


And here a reduce part of my php.ini

[PHP]

engine = On

short_open_tag = Off

asp_tags = Off

precision = 14

y2k_compliance = On

output_buffering = 4096

zlib.output_compression = Off

implicit_flush = Off

unserialize_callback_func =

serialize_precision = 17

allow_call_time_pass_reference = Off

safe_mode = Off

safe_mode_gid = Off

safe_mode_include_dir =

safe_mode_exec_dir =

safe_mode_allowed_env_vars = PHP_

safe_mode_protected_env_vars = LD_LIBRARY_PATH

disable_functions =

disable_classes =

zend.enable_gc = On

expose_php = On

max_input_time = 6000

memory_limit = 2200M


error_reporting = E_ALL & ~E_DEPRECATED

display_errors = Off

display_startup_errors = Off

log_errors = On

log_errors_max_len = 1024

ignore_repeated_errors = Off

ignore_repeated_source = Off

report_memleaks = On

track_errors = Off

html_errors = Off


variables_order = "GPCS"

request_order = "GP"

register_globals = Off

register_long_arrays = Off

register_argc_argv = Off

auto_globals_jit = On

post_max_size = 500M

magic_quotes_gpc = Off

magic_quotes_runtime = Off

magic_quotes_sybase = Off

auto_prepend_file =

auto_append_file =

default_mimetype = "text/html"


enable_dl = Off

file_uploads = On

upload_max_filesize = 400M

max_file_uploads = 20

allow_url_fopen = On

allow_url_include = Off

default_socket_timeout = 60



[MySQL]
mysql.allow_local_infile = On

mysql.allow_persistent = On

mysql.cache_size = 2000

mysql.max_persistent = -1

mysql.max_links = -1

mysql.default_port =

mysql.default_socket =

mysql.default_host =

mysql.default_user =

mysql.default_password =

mysql.connect_timeout = 60

mysql.trace_mode = Off

[MySQLi]
mysqli.max_persistent = -1

mysqli.allow_persistent = On

mysqli.max_links = -1

mysqli.cache_size = 2000

mysqli.default_port = 3306

mysqli.default_socket =

mysqli.default_host =

mysqli.default_user =

mysqli.default_pw =

mysqli.reconnect = Off

[mysqlnd]
mysqlnd.collect_statistics = On

mysqlnd.collect_memory_statistics = Off

pgsql.allow_persistent = On

pgsql.auto_reset_persistent = Off

pgsql.max_persistent = -1

pgsql.max_links = -1

pgsql.ignore_notice = 0

pgsql.log_notice = 0

[Sybase-CT]
sybct.allow_persistent = On

sybct.max_persistent = -1

sybct.max_links = -1

sybct.min_server_severity = 10

sybct.min_client_severity = 10

bcmath.scale = 0

[Session]
session.save_handler = files


session.use_only_cookies = 1

session.name = PHPSESSID

session.auto_start = 0

session.cookie_lifetime = 0

session.cookie_path = /

session.cookie_domain =

session.cookie_httponly =

session.serialize_handler = php

session.gc_probability = 1

session.gc_divisor = 1000

session.gc_maxlifetime = 1440

session.bug_compat_42 = Off

session.bug_compat_warn = Off

session.referer_check =

session.entropy_length = 0

session.cache_limiter = nocache

session.cache_expire = 180

session.use_trans_sid = 0

session.hash_function = 0

session.hash_bits_per_character = 5

url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"

[MSSQL]
mssql.allow_persistent = On

mssql.max_persistent = -1

mssql.max_links = -1

mssql.min_error_severity = 10

mssql.min_message_severity = 10

mssql.compatability_mode = Off

mssql.secure_connection = Off


com.allow_dcom = true

tidy.clean_output = Off

soap.wsdl_cache_enabled=1

soap.wsdl_cache_dir="/tmp"

soap.wsdl_cache_ttl=86400

soap.wsdl_cache_limit = 5

ldap.max_links = -1

[WebPIChanges]
error_log=C:\Windows\temp\php53_errors.log
upload_tmp_dir=C:\Windows\temp
session.save_path=C:\Windows\temp
cgi.force_redirect=0
cgi.fix_pathinfo=1
fastcgi.impersonate=1
fastcgi.logging=0
max_execution_time=3000
date.timezone=America/Los_Angeles
extension_dir="C:\Program Files (x86)\PHP\v5.3\ext\"

[ExtensionList]
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_mbstring.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_curl.dll
extension=php_exif.dll
extension=php_xmlrpc.dll
extension=php_openssl.dll
extension=php_soap.dll
extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_imap.dll
extension=php_tidy.dll
extension=php_com_dotnet.dll

[PHP_WINCACHE]
extension=php_wincache.dll


I coudln´t find the reason why the application doesn´t work. The thing is if start working good, why stop to do it? I really hope someone can help me to find the error..


Permissions!

$
0
0

Hello,

I have an annoying problem with getting access to directory =.=

The problem:

I have domain_1.com and domain_2.com install in my server.

domain_1.com have script that allow me to put a path and then it will get all the files on this directory and make them URLs.

If I put a path under domain_1.com everything work right, put if I put a path under domain_2.com or any other drive on the same server I get access denial =.= even though the directory is readable.

More than that, in domain_1.com I have video online script that use FFMPEG which is install on drive C, put since the domain_1.com is on drive E I get access denial and can't use the FFMPEG =.=

So what I'm doing wrong here? Can anyone help ="(?

 

Best Regards,

Sarab 

 

webmatrix starter site login change password

$
0
0

I use webmatrix starter site template with its login.  I have already corrected the bug in the PasswordReset.cshtml. I deploy the starter site to IIS and when I try to change password (manage.cshtml) using internet explorer I cannot. Using webmatrix embedded ISS express everything is ok. And guess when  I use mozilla to do this everthing is ok again.

Please help.
Regards

 

I cannot access website hosted in iis7 windows 7 machie from windows xp sp3 machine

$
0
0

Could you help me to enable my IIS7 to access from other pc?

External component has thrown an exception (IIS 7.5 + .NET 4.0)

$
0
0

For the last month we have been encountering/battling this exception on our aspx pages:

Error caught in Application_Error event /admin/login.aspx System.Web.HttpCompileException (0x80004005): External component has thrown an exception.
at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile)
at System.Web.UI.BaseTemplateParser.GetReferencedType(String virtualPath)
at System.Web.UI.PageParser.ProcessMainDirectiveAttribute(String deviceName, String name, String value, IDictionary parseData)
at System.Web.UI.TemplateParser.ProcessMainDirective(IDictionary mainDirective)

This exception has been occurring at random times. Once we recycle the Application Pool, the error disappears and the site begins to work again - however, we have seen it reappear multiple times.

Any thoughts? Manually recycling the Application Pool is not really a long term solution for us.

IIS 8 W2012 After Exchange 2010 SP3 installation http error 500.21 - internal server error

$
0
0

Hi everyone,

 

I am getting the below error(s) when a client clicked on options section after they logged in to the OWA of Exchange 2010.

 

HTTP Error 500.21 - Internal Server Error

Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

 

Most likely causes:

  • Managed handler is used; however, ASP.NET is not installed or is not installed completely.
  • There is a typographical error in the configuration for the handler module list.
  • During application initialization, either the application initialization feature has set skipManagedModules to true, or a rewrite rule is setting a URL that maps to a managed handler and is also setting SKIP_MANAGED_MODULES=1.
<div class="content-container">

Things you can try:

  • Install ASP.NET if you are using managed handler.
  • Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule".
  • Ensure that any application initialization rewrite rules set SKIP_MANAGED_MODULE=0 when setting a URL that maps to a managed handler (such as .aspx, for example.)
  • As an alternative, ensure that application initialization rewrite rules map the request to an unmanaged handler (for example, to an .htm file, which is mapped to the StaticFileHandler.)
</div> <div class="content-container">

Detailed Error Information:

<div id="details-left">
Module   IIS Web Core
Notification   ExecuteRequestHandler
Handler   PageHandlerFactory-Integrated
Error Code   0x8007000d
</div> <div id="details-right">
Requested URL   https://localhost:443/ecp/default.aspx?rfr=owa&p=PersonalSettings/Password.aspx
Physical Path   C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\ecp\default.aspx
Logon Method   Anonymous
Logon User   Anonymous
</div>
</div>

 

Cant browse outside of server!

$
0
0

I have my website running on a PC on my server. I can browse to the website by domain or by IP from either PC that is connected to my server.  Yet nobody outside my server can open the site.

Any clues?  I have IIS 7.5.7600.16385

Could it be blocking outside access somehow? 

We are using GoDaddy to host our site.

Expire Sessions when Deleting a Sub-Directory

$
0
0

Hi, in Net 3.5 we were using a folder outside our website's root folder as our skin directory. The reason we had it this ways is so we can update the skins without impacting the sessions (seems that when you delete a sub-folder within the site, the sessions expire). Now this workaround seems not working wiht ASP4.5. Anyone run into this issue? A wourkaround?

Thanks


Excessive Memory load causes OOM exception

$
0
0

We are running an ASP.NET 2.0 application under IIS8 on a x64 Windows Server 2012. This application was previously running on IIS6 on a windows server 2003 and we had a strange problem that we hoped that after the upgrade would be solved or at least be more"mild". Obviously it didn't.

Every now and then we had (and still have) a very strange excessive memory load on w3wp process serving the app pool of our application, which is dedicated to the app by the way. When this happens w3wp consumes all memory (22 out of 24 GB are assigned to it) really fast (in less than a minute it goes from less than 1GB to 22GB) the pool recycles, application restarts, which means all sessions are ended (you call tell this from the phone calls alsoFrown) and what is the strangest of all is that when app restarts the same thing happens immediatelly for maybe 2 or 3 times continously most probably even before any user manages to login back to the application.

As the application handles big amounts of data, our first thought was someone asks for historical data that, when loaded from the database and before passed to the client, cause this. We tried reproducing it by requesting historical data for very very long periods but we only managed to add 0.5G to the process memory. Also viewing the IIS logs and comparing the dates and times this was occuring (when application restarts due to OOM event log is updated) we could not find anything suspicious. But even if one could find a way to load the server with so much data, the fact that immediately after app pool recycling the memory starts climbing again is something that we are not able to explain in any way.

Any ideas would be greatly appreciated as we have been trying to solve this for the several months now, in vain.

After 5-7 minutes of user activity IIS 7 not respond when using PHP sqlsrv_connect

$
0
0

Hi!

After 5-7 minutes of user activity IIS 7 not respond when using PHP sqlsrv_connect
but there is no errors (exept low performance) for site response where I use ODBC method

when I turn on loggin on sqlsrv_connect there is no errors exept 5701, 5703
I also see many timeout sessions on MS SQL when typing in console window "netstat"

I use Win2008Server 32bit, sqlsrv_connect 3.0, SQL Native Client 2012, MS SQL 2008

How to add email notification service in IIS 6.0 when a file is uploaded via FTP?

$
0
0

How to add email notification service in IIS 6.0 when a file is uploaded via FTP?

Ruls for same URL

$
0
0

Hi,

I am new to url rewrite. How can I write 2 rules for same url?.

for instance.  I have:

    myproduct.asp?id=1122&category=cars

which I can write a rule with no issue, BUT if I have the same url with extra variables attached to it like:

   myproduct.asp?id=1122&category=car&model=ford

Then how can I write the second rule to use this url to encode it to the browser.

Thanks in advance.

IIS7 Contact form PHP script redirect issue

$
0
0

Hi,

I was wondering if someone could help me.

I've set up a simple online voting form (HTML) where the user pushes the submit button and it calls up a PHP script to send the data to my email address.

The issue I'm having is, the form works correctly and the user hits submit..... a 500 Error page appears BUT I receive the email with the data from the form.

I have a redirection code set in my PHP scrip but it obviously isn't working.

 Here is the code from my PHP script :

<?php

$name = $_POST['Name'];
$email = $_POST['Email'];
$Nominees = $_POST['Nominees'];
$formcontent = "From: $name \n Vote: $Nominees";
$recipient = my_email@myemail.com;
$subject = "Voting submission";
$mailheader = "From: $email \r\n";
mail($recipient, $subject, $formcontent, $mailheader) or die("Error!");
header('Location: Thank_You.html');
exit()
?>  

Any help would be great as I've been pulling my hair out for 2 days trying to get it to show the redirection page!!!!!!

Thanks

Going crazy with trailing slash and double redirects

$
0
0

Hallo, I'm totally new to rewriting by the way I found I nice article with some tips I really find useful for common scenario redirects here:

http://blogs.iis.net/ruslany/archive/2009/04/08/10-url-rewriting-tips-and-tricks.aspx

Among the others the two I immediatly grabbed are the one to REMOVE trailing slash and the other one to enforce lower case.
The problem is that the slash always gets added instead of being removed. So if I callwww.mysite.com/admin I'm always redirected towww.mysite.com/admin/ 

But I'm looking for the opposite wich should be the "standard" way I guess mostly for SEO

The second rule for the lowercase works good but what I'm looking for is to avoid double redirections (one for the slash and one for the case). For example, if now I go towww.mysite.com/ADMIN i have 2 redirects, one that switch to lowercase and the other that adds the /
It would be nice to have all processing done and if any processing has been done have a single redirect to the normalized url.

Here are the rules in my web config (ASP.NET 4.5 Web Forms scenario)

<rewrite><rules><rule name="RemoveTrailingSlash" stopProcessing="true"><match url="(.*)/$" /><conditions logicalGrouping="MatchAll" trackAllCaptures="false"><add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /><add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /></conditions><action type="Redirect" url="{R:1}" redirectType="Permanent" /></rule><rule name="LowerCase" enabled="true" stopProcessing="true"><match url="[A-Z]" ignoreCase="false" /><action type="Redirect" url="{ToLower:{URL}}" redirectType="Permanent" /></rule></rules></rewrite>

IIS Tranform Manager - Expression Encoding Jobs failing

$
0
0

Hi,

We are using IIS Transform Manager 1.0 that is integrated with Microsoft Expression Encoder 4 PRO SP1.

Exiting configuration: Windows 2008 R2 Standard Edition SP1, CPU: Dual Core 16 GB

Currently we are trying to encode videos more that 220 MB. Following is the error we are getting:

2013-04-02 20:39:23.7207  Information MediaItem.FileDuration: 00:34:55.4000000. 2013-04-02 20:39:23.7207  Information Applying preset to media item. 2013-04-02 20:39:30.5644  Information Begin encode. 2013-04-03 05:18:51.5068  Error       Caught an exception while encoding media. 2013-04-03 05:18:51.5087  Error       Microsoft.Expression.Encoder.EncodeErrorException 2013-04-03 05:18:51.5283  Error       Unknown error encoding file. 2013-04-03 05:18:51.6953  Error          at Microsoft.Expression.Encoder.MediaEncoder.Encode()   at Microsoft.Expression.Encoder.Job.Encode()    at Microsoft.Web.Media.TransformManager.EETask.Start() 2013-04-03 05:18:51.9042  Error       Task.Start failed for task index: 1. 2013-04-03 05:18:51.9384  Error       Microsoft.Expression.Encoder.EncodeErrorException: Unknown error encoding file. 2013-04-03 05:18:52.3261  Error          at Microsoft.Expression.Encoder.MediaEncoder.Encode()    at Microsoft.Expression.Encoder.Job.Encode()    at Microsoft.Web.Media.TransformManager.EETask.Start()    at Microsoft.Web.Media.TransformManager.Wrapper.RunTaskCode(TaskStatus taskStatus, JobMetadata metadata, Logger logger, ITask task, Int32 taskIndex) 2013-04-03 05:18:52.4814  Error       Microsoft.Expression.Encoder.EncodeErrorException: Unknown error encoding file. 2013-04-03 05:18:52.6035  Error       Microsoft.Expression.Encoder.UnableToEncodeFileException: Exception from HRESULT: 0x813A0002 2013-04-03 05:18:52.6328  Error          at MS.Internal.Expression.Encoder.Media.DShowEncode.Encode(EncodeSettings settings)    at Microsoft.Expression.Encoder.EncoderBase.EncodeFile(EncodeSettings settings)    at Microsoft.Expression.Encoder.MediaItemEncoder.CreateMediaFiles(PublishedItem item, List`1& rgScripts, PartualRebuildRulesItem rebuildItem, TimeSpan& markerOffset, String[]& manifestFiles, SimpleEncodeOptions[]& rgEncodeOptions, OutputFormatType& outputFormat)    at Microsoft.Expression.Encoder.MediaItemEncoder.EncodeItem(MediaItem item, PublishedItem& publishedItem) 2013-04-03 05:18:52.6865  Error       System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x813A0002 2013-04-03 05:18:52.7001  Error          at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)    at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)    at ThrowHRESULT(Int32 hr)    at MS.Internal.Expression.Encoder.Media.DShowEncode.Encode(EncodeSettings settings) 2013-04-03 05:18:52.7861  Error       Exiting task id: 1. 2013-04-03 05:18:52.7910  Information UpdateStatus message: Unknown error encoding file.

Any help is appreciated.


Native Module memory "leak" with Integrated .Net 4.0 (but not classic or 2.0)

$
0
0

I have a C++ Native Module that works fine when the AppPool is set to 2.0 Integrated or 4.0 Classic or when most Managed Modules are disabled. But when the App Pool is 4.0 Integrated on IIS 7.5 the memory (Private Working Set) increases about 10K with every http request and keeps climbing until all Ram is consumed.

Are there changes needed to support 4.0 on IIS 7.5 in regardes to self-registering or returning control back to IIS after the module sends the HTTP response?  I'm following all the original MS code examples for Native Modules.

A tester noted that the DLL is not getting loaded many times with .Net2.0 App pool, but the DLL gets loaded many times with .Net4.0 App pool. We suspect under 4.0 that each http request is loading the native module dll anew and not releasing it. Why?

Here is the heart of my RegisterModule()

DWORD dwRequestBits = RQ_RESOLVE_REQUEST_CACHE;
hr = pModuleInfo->SetRequestNotifications(pFactory, dwRequestBits, 0 );
// error handling snipped...
pFactory = NULL;
hr = pModuleInfo->SetPriorityForRequestNotification(dwRequestBits, PRIORITY_ALIAS_FIRST);

My OnResolveRequestCache() creates a response and returns RQ_NOTIFICATION_FINISH_REQUEST

RE: Re: Smooth Streaming plugin for OSMF Announcement & Feedback

$
0
0

We are very excited to announce and release a preview of Microsoft Smooth Streaming plugin for OSMF. Smooth Streaming plugin enables developers to add Smooth Streaming playback capabilities to their new/existing OSMF player applications and also to Strobe Media Playback. This plugin is available for download from MS Download Center – Microsoft Smooth Streaming plugin for OSMF.  

Please use this thread to provide feedback. We look forward to your input!

System.UnauthorizedAccessException : Access to the path '\\computername\content\happy\abc.jpg' is denied.

$
0
0

Hello,

i created a .NET web application which access file from a network path \\computername\content\happy\ and save new file or replace existing one. All works perfectly in local machine, but when i deploy them IIS 7,  it asks for credentials when trying to save file. I tried with several different methods. Thsi save file method is in fileupload.ashx ( handler).

  file.SaveAs(fileName.ToLower());

1) setting application pool to classic mode from integrated mode - did not work

2) seeting application pool to netowrk service, applicationPoolIdentity, also different configured user account who has read/write permission on those n/w path.

We checked everything, all looks good but still it is not working. Any idea? I already spent 3 days on it, but I am goign no where.

One this worked is providing configured user account information in <identity impersonation = true username ="hello" password="hello" />

but if i do so, i dont get particular username which I have to display in welcome note like HELLO JOHN, I have used following code to get user name. And password chaanges in every 90 days so this method looks inefficient too.

  WindowsIdentity winID = WindowsIdentity.GetCurrent();

                WindowsPrincipal winPrincipal = newWindowsPrincipal(winID);

                    userName = winPrincipal.Identity.Name;

 

 

Redirect / Rewrite Help

$
0
0

Hi all,

we have a Production-Server and a Test-Server. The Prod.-Server is reacheable from Internet under an Address like www.someurl.com.

Now, what we need is to be able to reach the Web-Site on a Test-Server by entering an Address like this:www.someurl.com/testwebsite.

However, the Test-Server has no public IP. It is in internal network, but the Web-Site on it should be made reachable through the Prod-Server.

How can we accomplish this?

Thanks

load balance how to check server health

$
0
0

Hi,

I do have Cisco css load balance,  and three web servers (IIS7.5,  and many web site on there).

i want to setup Cisco to load balance my three web servers,   so i want to use cisco  keepalive uri  "/index.html",   then i can change index.html to notice cisco load balance which server active or suspend(  it's convenience  to deploy web site or do windows server update).

but have many web site on the server,   which folder i need store index.html   then cisco can detect it

many thanks

th

Viewing all 28504 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>