Base solution for your next web application

Activities of "KarakTheWise"

Thanks for the reply. No, unfortunately. It generates a 500 internal server error. So I'm sure where it's supposed to be and function.

Thank you!

Not without using TeamViewer.  As you said and according to the docs it should be working in "the web site's root folder to overcome the problem". Now, I had assumed that was here:

But doesn't do anything. So I've put it here:

BUT, if the redirect xml is present, I get 500 error.  So I've had here as well but again it's doesn't seem to do anything:

So I'm really not sure as where it SHOULD be and why it's not working. If you need access via TeamViewer, please let me know.

Are you referring to the Url Rewrite function in IIS?

If so, no. I don't have anything here on either site. Both look like this. Am I missing something? I installed this https://www.iis.net/downloads/microsoft/url-rewrite as per the documentation quite a while back.

I did a repair on the Url-Rewrite installation just to be sure it was not corrupted. Nothing changed. I tried adding <br>

<!-- IIS URL Rewrite for Angular routes -->
    <rewrite>
      <rules>
        <rule name="Angular Routes" stopProcessing="true">
          <match url=".*" />
          <conditions logicalGrouping="MatchAll">
            <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
            <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
          </conditions>
          <action type="Rewrite" url="/" />
        </rule>
      </rules>
    </rewrite>

To the server side, API, however you want to label it, Web.config. It added a URL Rewrite rule to that IIS site. The result was an error stating too may redirects.

I guess in the all of this, I'm still unclear as WHERE this code should be? In the server config? UI? root? Rooting meaning the root of the site outside both folders? Sorry for the confusion on my part put at the moment I have no idea what is correct. Could i have conflicting web.configs? Thanks again.

<br> <br>

I apologize for the late response. Last week got a bit hectic. I'll send you an email with the information you'll need. Thank you for taking the time to look into this!

Sorry about that. The email is sent! Thank you again!

Showing 51 to 56 of 56 entries