Beiträge von HayvanModus

    So installieren Sie IIS und die ASP.NET-Module unter Windows Server 2012 über die Benutzeroberfläche

    Klicken Sie auf der Seite Start auf die Kachel Server-Manager und dann auf OK.

    Wählen Sie im Server-Manager die Option Dashboard, und klicken Sie dann auf Rollen und Features hinzufügen.

    Klicken Sie imAssistenten zum Hinzufügen von Rollen und Features auf der Seite Vorbemerkungen auf Weiter.

    Wählen Sie auf der Seite Installationstyp auswählen die Option Rollen- oder featurebasierte Installation aus, und klicken Sie auf "Weiter".

    Wählen Sie auf der Seite Zielserver auswählen die Option Server aus Serverpool auswählen, wählen Sie den Server aus, und klicken Sie dann auf Weiter.

    Wählen Sie auf der Seite Serverrollen auswählen die Option Webserver (IIS) aus, und klicken Sie auf Weiter.

    Klicken Sie auf der Seite Features auswählen auf Weiter.

    Klicken Sie auf der Seite Rolle "Webserver (IIS)" auf Weiter.

    Beachten Sie auf der Seite Rollendienste auswählen die vorausgewählten Rollendienste, die standardmäßig installiert werden, erweitern Sie den Knoten Anwendungsentwicklung, und wählen Sie ASP.NET 4.5 aus. (Falls Sie .NET 3.5 installiert haben, wählen Sie ebenfalls ASP.NET 3.5 aus.)

    Bestätigen Sie auf der Seite Zusammenfassung der zu installierenden Features die Auswahl, und klicken Sie dann auf Installieren.

    Klicken Sie im Feld Möchten Sie die für ASP.NET 4.5 erforderlichen Features hinzufügen? auf Features hinzufügen.

    Die folgenden zusätzlichen Features werden hinzugefügt:
    .NET-Erweiterbarkeit 4.5

    ISAPI-Erweiterungen

    ISAPI-Filter

    .NET-Erweiterbarkeit 3.5 (wenn ASP.NET 3.5 ausgewählt wurde)

    Klicken Sie auf Weiter.

    Klicken Sie auf der Seite Installationsauswahl bestätigen auf Installieren.

    Bestätigen Sie auf der Seite Installationsstatus, dass die Installation der Rolle "Webserver (IIS)" sowie der erforderlichen Rollendienste erfolgreich abgeschlossen wurde, und klicken Sie auf Schließen.

    Geben Sie Folgendes in einen Webbrowser ein, um die erfolgreiche Installation von IIS zu überprüfen:

    http://localhost

    Die standardmäßige Willkommen-Seite von IIS wird angezeigt.


    - Brauchst vServer 2012

    Hay

    Ich habe diesen eine scheiß Problem am vServer.

    Habe vorhin einen neuen Habbo.swf reingepackt nur das dumme ist ich leere Cache leere alles aber immer noch sehe ich nicht den neuen
    Habbo.swf und die anderen sehen es :/

    Habe mit chrome , opera , firefox getestet immer so -.-*


    Kannst du das irgendwo Hochladen und es richtig .php senden und habe mal einfach so Kopieren reingepackt jetzt das

    HTTP-Fehler 500.19 - Internal Server Error
    Auf die angeforderte Seite kann nicht zugegriffen werden, da die zugehörigen Konfigurationsdaten für die Seite ungültig sind.

    IIS Web Core
    Benachrichtigung Unbekannt
    Handler Noch unbestimmt
    Fehlercode 0x8007000d
    Konfigurationsfehler Die Konfigurationsdatei "\\?\C:\inetpub\wwwrootgeil\web.config" enthält kein <configuration>-Stammtag.
    Konfigurationsdatei \\?\C:\inetpub\wwwrootgeil\web.config

    Schick mal deine web.config.


    [tabmenu]<?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    <system.webServer>

    <httpErrors errorMode="Custom">
    <remove statusCode="404" subStatusCode="-1" />
    <error statusCode="404" path="http://bobbax.de/error" responseMode="Redirect" />
    </httpErrors>

    <rewrite>
    <rules>
    <rule name="RewriteUserFriendlyURL1" stopProcessing="true">
    <match url="^index$" />
    <conditions>
    <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
    <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
    </conditions>
    <action type="Rewrite" url="index.php" />
    </rule>


    <rule name="Importierte Regel 3">
    <match url="^index(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=index" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 4">
    <match url="^index/register(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=register" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 5">
    <match url="^main(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=me" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 6">
    <match url="^logout(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=logout" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 7">
    <match url="^security/staff/seccode(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=seccode" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 8">
    <match url="^home/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=home&amp;user={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 9">
    <match url="^community(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=community" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 10">
    <match url="^sicherheit(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=sicherheit" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 11">
    <match url="^sicherheit/benimmregeln(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=sicherheit-benimmregeln" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 12">
    <match url="^community/staff(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=staff" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 13">
    <match url="^community/news(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=news" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 14">
    <match url="^community/news/(.*)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=news&amp;newsid={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 15">
    <match url="^client(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=client" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 16">
    <match url="^community/werbung$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=werbung" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 17">
    <match url="^DJ/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="DJ/{R:1}.php" />
    </rule>
    <rule name="Importierte Regel 18">
    <match url="^DJ(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="DJ/index.php" />
    </rule>
    <rule name="Importierte Regel 19">
    <match url="^settings/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=settings&amp;page={R:1}" />
    </rule>
    <rule name="Importierte Regel 20">
    <match url="^community/experten(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=experten" />
    </rule>
    <rule name="Importierte Regel 21">
    <match url="^cookie/home(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=cookie.start" />
    </rule>
    <rule name="Importierte Regel 22">
    <match url="^cookie/group(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=cookie.group" />
    </rule>
    <rule name="Importierte Regel 23">
    <match url="^groups/(..*)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=group&amp;groupid={R:1}" />
    </rule>
    <rule name="Importierte Regel 24">
    <match url="^cookie/username(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=cookie.username" />
    </rule>
    <rule name="Importierte Regel 25">
    <match url="^papers/agb(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=papers_disclaimer" />
    </rule>
    <rule name="Importierte Regel 26">
    <match url="^main/groups(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=mygroups" />
    </rule>
    <rule name="Importierte Regel 27">
    <match url="^ref/(.*)$" ignoreCase="false" />
    <action type="Rewrite" url="./index.php?site=register&amp;ref={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 28">
    <match url="^intranet/page/(..*)$" ignoreCase="false" />
    <action type="Rewrite" url="./intranet/index.php?site={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 29">
    <match url="^cookie/premium$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=cookie.premium" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 30">
    <match url="^bank/(.*)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=bank.{R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 31">
    <match url="^bwr(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=bwr" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 32">
    <match url="^community/online(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=online" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 34.1">
    <match url="^admin/user/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="admin.php?site=user&amp;name={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 33">
    <match url="^admin/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="admin.php?site={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 34.2">
    <match url="^admin/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="admin.php?site={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 35">
    <match url="^bwr/info(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=bwrinfo" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 36">
    <match url="^community/wm(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=wm" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 37">
    <match url="^admin$" ignoreCase="false" />
    <action type="Rewrite" url="admin.php?site=home" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 38">
    <match url="^cookie/casino(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=cookie.casino" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 39">
    <match url="^cookie/umfragen(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=cookie.polls" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 40">
    <match url="^error(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="index.php?site=error" appendQueryString="false" />
    </rule>
    <rule name="Importierte Regel 41">
    <match url="^imager/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="imager.php?user={R:1}" appendQueryString="false" />
    </rule>


    <rule name="Importierte Regel 100">
    <match url="^client/head.gif/(.*)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="client/head.php?figure={R:1}" appendQueryString="false" />
    </rule>

    </rules>
    </rewrite>
    <handlers>
    <clear />
    <add name="PHP53_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.3\php-cgi.exe" resourceType="Either" />
    <add name="php-5.2.10_1" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Users\Administrator\Desktop\PHP\5.2.10-new\php-cgi.exe" resourceType="Either" requireAccess="Script" />
    <add name="php-5.2.10" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Users\Administrator\Dropbox\Server files\SERVER WEB\PHP\5.2.10-new\php-cgi.exe" resourceType="Either" requireAccess="Script" />
    <add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
    <add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
    <add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
    <add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
    <add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
    <add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
    <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
    <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
    <add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
    <add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
    <add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
    <add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
    <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
    <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
    <add name="PHP55_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.5\php-cgi.exe" resourceType="Either" />
    <add name="SSINC-stm" path="*.stm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
    <add name="SSINC-shtm" path="*.shtm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
    <add name="SSINC-shtml" path="*.shtml" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
    <add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
    <add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />
    <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />
    <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />
    </handlers>
    <defaultDocument>
    <files>
    <clear />
    <add value="Default.htm" />
    <add value="Default.asp" />
    <add value="index.htm" />
    <add value="index.html" />
    <add value="iisstart.htm" />
    <add value="index.php" />
    <add value="default.aspx" />
    </files>
    </defaultDocument>
    </system.webServer>
    </configuration>
    [/tabmenu]

    Guten Tag.

    >> Habe ein Problem habe mir Heute die Recms mal hochgeladen von Habbo.wf aber mein Problem ist
    das ich so eine Meldung bekomme.

    Serverfehler

    500 - Interner Serverfehler.
    Problem bei der gesuchten Ressource. Sie kann nicht angezeigt werden.

    Ich habe es auf IIS 7 Hochgeladen.

    DB Hochgeladen eingestellt und core auch.