Lägg den i BIN mappen istället.
Frågan#1
Hej!
Har gjort en liten applikation i Visual Studio 2005 som består av en aspx-sida och en dll men lite kod.
Detta fungerar bra när jag kör applikationen direkt genom Visual Studio men vet inte riktigt hur jag ska få det att fungera när jag lägger över det till IIS:en får jag fel
Server Error in '/TBSPI' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'TBS_PI.wfPI'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="wfPI.aspx.cs" Inherits="TBS_PI.wfPI" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /tbspi/wfPI.aspx Line: 1
räcker det att dll-en ligger i samma katalog som aspx-filen?
måste man inte registrera den på något sätt?
