I dette særtema om aspekter af AI ser vi på skiftet fra sprogmodeller til AI-agenter, og hvordan virksomheder kan navigere i spændet mellem teknologisk hastighed og behovet for menneskelig kontrol.
Har lige copy/pasted din kode og det virker nu fint her. Så det eneste jeg lige kan se hvad det skulle være er at ASP.NET ikke er sat ordentlig op på din webserver.
mikkel_sommer>> prøv at tryk >vis kilde< på den side du ser i din browser og tjek om alt .net koden er parset ud. Hvis ikke, så er det som psycho siger, en fejl på din server.
Nu har jeg fundet regiis.exe men når jeg kører den kommer der et dos vindue frem i et split sekund og intet andet sker (og koden virker stadig ikke)???
Okay ... det kan godt være jeg lyder lidt dum her men når jeg finder den i kommandopromten og klikker ok sker nøjagtig det samme som før ... er det noget andet jeg skal skrive og hvordan tilføjer jeg parametret ... har aldrig rigtig anvendt kommandopromten før...
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis.exe Administration utility (1.1.4322.0) that manages the installation and uninstalla tion of multiple versions of ASP.NET on a single machine Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Usage: aspnet_regiis.exe [-i[r] [-enable] | -u[a] | -r | -s[n] <path> | -k[n] <path > | -lv | -lk | -c | -e[a] | -?]
-i - Install this version of ASP.NET and update scriptmaps at the IIS metabase root and for all scriptmaps below the root. Existing scriptmaps of lower version are upgraded to this version. -ir - Install this version of ASP.NET, register only. Do not update scriptmaps in IIS. -enable - When -enable is specified with -i or -ir, ASP.NET will also be enabled in the IIS security console (IIS 6.0 or later). -s <path> - Install scriptmaps for this version at the specified path, recursively. Existing scriptmaps of lower version are upgraded to this version. E.g. aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1 -sn <path> - Install scriptmaps for this version at the specified path, non-recursively. Existing scriptmaps of lower version are upgraded to this version. -r - Install scriptmaps for this version at the IIS metabase root and for all scriptmaps below the root. All existing scriptmaps are changed to this version, regardless of current version. -u - Uninstall this version of ASP.NET. Existing scriptmaps to this version are remapped to highest remaining version of ASP.NET installed on the machine. -ua - Uninstall all versions of ASP.NET on the machine -k <path> - Remove all scriptmaps to any version of ASP.NET from the specified path, recursively. E.g. aspnet_regiis.exe -k W3SVC/1/ROOT/SampleApp1 -kn <path> - Remove all scriptmaps to any version ASP.NET from the specified path, non-recursively. -lv - List all versions of ASP.NET that are installed on the machine, with status and installation path. Status: Valid[ (Root)]|Invalid -lk - List all the path of all IIS metabase keys where ASP.NET is scriptmapped, together with the version. Keys that inherit ASP.NET scriptmaps from a parent key will not be displayed. -c - Install the client side scripts for this version to the aspnet_client subdirectory of each IIS site directory. -e - Remove the client side scripts for this version from the aspnet_client subdirectory of each IIS site directory. -ea - Remove the client side scripts for all versions from the aspnet_client subdirectory of each IIS site directory. -? - Print this help text.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.