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

Aptitude preparation

$
0
0

Aptitude preparation for all types of competitive exams like Cat, Mat, Gmat, Icet and Groups will be discussed in Mydearstudent website. Aptitude questions and answers in Mydearstudent will be solved with examples and explanation. Every student who wants to improve his/her aptitude knowledge will have to follow Mydearstudent for their queries.

Related Topics:

1)    Ages

2)    Area

3)    Average

4)    Chain rule

5)    Decimal Fraction

6)    Numbers

7)    Percentage

8)    Profit and Loss

9)    Simpleintrest

For more details go through the website

http://www.mydearstudent.com/aptitude


Basic computer knowledge

$
0
0

Mydearstudent providing many Basic computer knowledge questions with answers.The information providing in Mydearstudent in basic computers topic will be helpfull for all students who want improve their computer knowledge. Every student need this basic computer knowledge to attend all types of competitive exams.

 

Related Topics :

1)    Ms-Word

2)    Ms-Powerpoint

3)    Internet

4)    Ms-Excel

5)    Operating system

6)    Search Engine Optimisation

 

For more details go through the website

http://www.mydearstudent.com/basic-computers

How to redirect a specific sub-domain to the main domain using web.config?

$
0
0

Currently I have a sub-domain 

https://blog.example.com

 which I would like to redirect to 

https://example.com/blog

https://blog.example.com doesn't exists anymore.

I'm using Craft CMS running on IIS 7 server.

I tried the code mentioned below but it didn't work:

<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="Redirect blog to new url" enabled="true" stopProcessing="true"><match url=".*" /><conditions logicalGrouping="MatchAll"><add input="{HTTP_HOST}" pattern=".*" /></conditions><action type="Redirect" url="https://example.com/blog/{R:0}" /></rule></rules></rewrite></system.webServer></configuration>

Attempt to install asp & windows authentication services failed

$
0
0

Hi,

When we tried to install asp & windows authentication roles in IIS 7 getting below error on windows server 2008.Any help much appreciated

Attempt to install asp services failed with error code 0x8007007E.The specified module couldn't be found.

Attempt to install windows authentication services failed with error code 0x8007007E.The specified module couldn't be found.

How to create Multiple sites using Powershell

$
0
0

Hi All,

I have been handed a project.

I need to create a PowerShell script to create 60  websites on my IIS.

They all will be using http and port 80 and the application pools will have same name as site.

ISitename Mytest            applicationPool MyTest          Port 80 HTTP

Does anyone have a sample script or point me in the right direction.

Thanks

Mark

IIS RewriteModule behaving strangely with CakePHP

$
0
0

I'm running a CakePHP website as a virtual directory under IIS 8.5, using the FastCGI handler for PHP. I'm using the RewriteModule to do the CakePHP rewriting in the virtual directory, which mostly works but there's a beheviour I just don't understand.

If I browse to:

http://mylocalsite/VirtualDirectory/my_things/something

all is fine, the 'something' action of the 'my_things' controller is executed. If I then modify the URL to (for example):

http://mylocalsite/VIRTUALDirectory/some/path

[Apologies, the above was massively unclear - I meant to do something like this:]

http://mylocalsite/VIRTUALDirectory/my_things/something

I get a CakePHP error, "VIRTUALDirectoryController could not be found". If I then restart the website in IIS and try again the page mostly loads fine, although sometimes I need to 'Stop' then 'Start'.

I tried using IIS's "Enforce lowercase URLs" rule to force URLs to the same case, this had no effect.

Can anyone help me understand this, and get rid of the weird behaviour?

Intermitent error accesing HTTPS sites

$
0
0

I have configured a SSL certificate for my websites in a virtual machive on Azure. The operating system is Windows Server 2016 and IIS 10. When my users navigate to the website with the addresshttp://mysite.com it funtions in the first try. In the other hand, when users navigate tohttps://mysite.com it fails in the first try, but funtions if they try some more times.

I have websites in Azure virtual machines with Windows Server 2012 and they do not fail. I requested a new certificate and configured it to the website, but the problem continue the same.

I think the problem occurs during the handshake, but I am not secure because there is not related event in the windows event viewer.

What could be the problem, and how could I solve this?

Rewrite does redirection instead of rewrite

$
0
0

Hi,

We have a problem with some Rewrite rules. We make a rule to rewrite on a non public subdomain

Eg: www.test.com/test supposed to rewrite on new.test.com/test

The things are, when we tested it in the browser like this

www.test.com/test 

that's redirect to new.test.com/test

If we had manually a slash it works. that's make the rewrite

www.test.com/test/

Thanks for your help


http redirect iis 7

$
0
0

Hello

I have one site (default) and then about 6 subsites. if I put an http direct on the default site will the subsite inherit this?

If I need to do a redirect on one of the subsites http//example.com/op  to https://example.com/op, I just need to have a cert installed and enable 443 under the bindings?

the default site and the subsites (applications) all of the same bindings.

* 80

* 443

and ip address to http://example.com over 80

thanks

Cannot write configuration file - Remote Administration & Shared Configuration

$
0
0

I have a few IIS Servers with Shared Configuration setup. The Shared Configuration files as well as the physical path for all the websites map to an Azure file storage account. Everything is working good with the website.

I am trying to get Remote administration working, however when I attempt to make a change to any of the configuration settings, i receive: Cannon write configuration file.  I have followed the instructional here: https://docs.microsoft.com/en-us/iis/manage/provisioning-and-managing-iis/shared-configuration-and-remote-provisioning as this is the same issue I am having. But after making the suggested changes to the adaadmin component service, i still receive the error.

Procmon shows some funky events. The first event impersonates the user account that I would expect after making the suggested adaadmin changes. The second event seems to completely ignore the adaadmin changes and use the account that i am logged in as. This is causing my error.

rewriting URL in popup window

$
0
0

I am trying to create a reverse proxy for an internal app that serves up images to our internet facing web app. Users will login to webapp.domain.com, go through various screens and then have the ability to view an image related to the info they are requesting. The image is housed on an internal server that responds to the web request with a netbios name (i.e.http://Server1/xxxxxx/xxx.aspx) The link to display the image has a name of internal.domain.com and the URL rewrite changes that to the netbios name of the image server.

The issue is when the internal server serves back the image it arrives in a separate browser window as a popup and the url in that popup windows has the netbios name, making it unavailable to internet users.

How can I get URL Rewrite to rewrite the url in a popup window to the fqdn as it does when it sends the request? Any questions please let me know.

TIA for your assistance.

install IIS in windows 10 to do live debugging

$
0
0

install IIS in windows 10 to do live debugging .But when I to my app on localhost:8080 since I put the port on 8080 I get this error . But I debug in visual studio I do not get is error any ides 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>

IIS FTP - Keyset does not exist

$
0
0

Hi

Context 2012r2 Standard, with an IIS 8 FTP site added and using isolation on IIS users for the directories
Using specific local user for access to disk areas, not an admin but in the IIS_User group.

Problem: When I go to configure the Virtual Directory, using the specific local use account, I get the "keyset does not exist (exception 0x8009016)" error I do not get this if I tick " application user . The "test settings" shows two green ticks when the local user is used.

I have seen the various web posts on this topic and tried them all, i.e. I allowed everyone for have access to the machine keys (for the purposes of narrowing the issue) with no change.

I have ensured the local account has security as well as ICACLS access permissions.
The various "%SystemDrive%\Windows\System32\inetsrv\config have been ICACLS'ed

I deleted the site, removed IIS, installed IIS, created a new site (different name) yet the problem still exists. One of the web posts said it you remove IIS and reinstall it, the machinekey keys will be recreated. I did not find this to be the case.
I found a number of settings seem to be remembered, e.g. IIS users even though all of IIS was reinstalled.

>> Anyone know the silver bullet here ?

>> Is there some sledgehammer remove all previous IIS settings type command ?

Thanks in advance.

How to set content types in IIS 6 per file extension?

$
0
0

I noticed that all my .aspx pages are coming back as application/xml content type, but the result is french accented characters are looking weird. I then set on IIS on response headers a content type of text/xml; charset=utf-8 which fixed the accented character issue but made all other files, even css, js, images, etc... that content type too and that broke pages. Is there a way I can set a content type of text/xml; charset=utf-8 only on .aspx pages?

Thanks

URL Forward/Redirect

$
0
0

Hello,

I am transitioning off of a TMG 2010 implementation, where I have several websites published on one public IP using the a TMG web listener and host headers, but going to several local IPs.

The new environment has a Barracuda X200 that can't handle host headers or a web listener, like TMG did.  All port 80 traffic will go to the same public IP and forwarded to one local IP on port 80.

I'd like to have an IIS install behind the X200 that will be forwarded the port 80 traffic, then based on host header info, forward that onto various other local IPs.

After spending quite a few hours researching and testing, I'm finding that combinations of URL redirecting, URL rewriting, and using ARR just aren't fitting my scenario.

Simply put, here's the steps I'd like:

1) browser requests website1.public.com, resolves to 1.1.1.1 public IP
2) 1.1.1.1:80 on the X200 forwards the traffic to a local IP, 192.1.1.1:80
3) IIS listening on 192.1.1.1:80 hears the traffic looking for website1.public.com, and then forwards it to a different local IP, 192.1.1.2:80
4) IIS on the next local server, 192.1.1.2:80 responds to website1.public.com

This scenario is stupidly easy to publish using TMG 2010, but doesn't seem possible using just IIS.

Any help would be greatly appreciated

Thanks!


Restart atempt failed

$
0
0

I am a complete novice. :)  I installed iis 10 and all seems to have gone easy until I tried an iisreset!!!

iisreset returns this message: "Restart attempt failed.

The iis Admin Service or www Publishing Service, or a service dependent on them failed to start. The service, or dependent services may had an error during it's start up or may be disabled."

I have checked in Services and www Publishing is auto an running.

Can any one help please?

How to delete a list in web application (Trello)?

$
0
0

I accidentally made a list on the Trello web application but now I can't delete it. Archiving it removes it from the board. But how do I delete it permanently? Does anyone know?

Web siTe

$
0
0

Please I'm a very big fun of programming especial web programming, apps conception, but I'm not really successful. I'm simply want someone or people to help from scratch. very big thank

Which site is crashing MySQL? (Event Viewer Help)

$
0
0

MySQL is periodically crashing on my Windoes 2012 R2 Standard server running IIS 8.5. I suspect that it is occurring because of a conflict with a version of PHP, but I am not positive.

I check Event Viewer but the error messages are pretty generic and when I Google the code I don't get information that I find helpful. Are there tips on how to get more out of the Event Viewer error report? Is there a way to determine which site caused the error? That alone would be useful in tracking down the problem.

Here is an example of an error report:

Faulting application name: mysqld.exe, version: 5.6.24.0, time stamp: 0x5512e7ad

Faulting module name: mysqld.exe, version: 5.6.24.0, time stamp: 0x5512e7ad
Exception code: 0xc0000005
Fault offset: 0x00000000004090e0
Faulting process id: 0x918
Faulting application start time: 0x01d30489c10b617c
Faulting application path: C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld.exe
Faulting module path: C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld.exe
Report Id: d21ceb6d-72d8-11e7-80fe-062dc6427059
Faulting package full name:
Faulting package-relative application ID:

Any advice is appreciated.

IIS rewrite and reverse proxy configuration for two public URLs

$
0
0

I'm attempting to use the combination of an IIS reverse proxy and rewrite rules to obfuscate a third-party portal (written in JBoss, I think). The portal has an admin logon at the root and a public subsection. Id' like to use two 'public' URLs redirected/rewritten to specific forms on the public side:

some1.domain.edu → host1.xy.domain.edu:8080/form/public/previewform.do?formid=31&navigation=5&isPublicCategory=2&header=&ancestorL=0,

some2.domain.edu → host1.xy.domain.edu:8080/form/public/previewform.do?formid=38&navigation=5&isPublicCategory=2&header=&ancestorL=0,

I'm a relative newcomer to IIS reverse proxy feature & rewrite module so help would be very appreciated.

Viewing all 27852 articles
Browse latest View live




Latest Images