Undrar om någon vet vad som kan vara felet. Du måste skapa en egen applikaktion för ditt program. Dvs. att t.ex. skapa en virtuell katalog till programmet i iis. Vet inte riktigt vad du menar. Innan jag formaterade burken så skapade jag ju en katalog på IIS till min applikation. Efter formateringen så kopierade jag in den redan skapta katalogen tillbaka till wwwroot-mappen så att. Så katalogen ligger ju i IIS. Jag valde Egenskaper för den katalog som jag har projektet i, där under fliken Katalog valde jag skapa knappen till höger om Tillämpningsnamn, fyllde i ett namn för min Tillämpning (application directory på engelska). Nu funkar det. Jag mixtrade lite med rättigheterna. Tack ska ni ha för hjälpen.Problem att köra ASP.NET efter ominstallation
Jag har formaterat om burken och sparat alla filer från mina ASP.NET projekt. Jag installerar Visual Studio.NET och IIS och lägger tillbaka filerna i wwwroot-mappen. När jag sedan öppnar upp projektet i Visual Studio och ska köra applikationen så får jag
först ett medelande:
Running the project requires setting an initial Web page. To set this page, right-click the desired page in the Solution Explorer and select "Set As Start Page"
Jag högerklickar sedan på den fil som jag vill ha som startsida. När jag sedan provar köra applikationen visas ett felmeddelande som jag inte vet hur jag ska lösa:
"Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged."
Jag menar, man ska väl inte behöva skapa om alla filer och klistra in all kod efter en formatering eller ominstallation av VS.NET?Sv: Problem att köra ASP.NET efter ominstallation
Sv: Problem att köra ASP.NET efter ominstallation
Är jag ute och cyklar?Sv: Problem att köra ASP.NET efter ominstallation
Nu har jag alltså skapat en Application Directory för den katalogen. Men nu får jag ett annat felmeddelande:
Error while trying to run project: Unable to start debugging on the webbserver. Server side-error occurred on sending debug HTTP request.
Make sure the webserver is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.
Om jag kör Debug.Start Without Debugging visas följande fel i explorer:
Access denied to 'c:\inetpub\wwwroot\Serverkontroller\'. Failed to start monitoring file changes.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Access denied to 'c:\inetpub\wwwroot\Serverkontroller\'. Failed to start monitoring file changes.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Äe det någon som känner igen följande fel?Sv: Problem att köra ASP.NET efter ominstallation